/* Test for correct encoding: åäö ÅÄÖ */

/* - - - - - - - - - - - - - - - - - - - - - */
/*
/* = = = = = = = = = = = = = = = = = = = = = =
/* Styles for simning.nu/xgruppen
/*  - X-gruppen i Umeå SS
/* = = = = = = = = = = = = = = = = = = = = = =
/*
/* Author: 
/* - - - - - - - - - - - - - - - 
/* Adrian Bengtson
/* Adagio design
/* adrian at adagiodesign dot se
/*
/* Colors: 
/* - - - - - - - - - - - - - - - 
/* #AC87AC grey liliac background
/*
/* - - - - - - - - - - - - - - - - - - - - - */



/*
/*
/* Modified HTML elements
/* - - - - - - - - - - - - - - - - - - - - - */

body {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, lucida, Helvetica, sans-serif;
font-size: 13px;
line-height: 140%;
border: 0px solid red;
padding: 0px;
border: 0px solid blue;
text-align: center;
background-color: #fff;
}

a,
a:link,
a:visited {
color: #006600;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #009900;
text-decoration: underline;
font-weight: bold;
}

dt {
font-weight: bold;
}

/*
/*
/* page styles
/* - - - - - - - - - - - - - - - - - - - - - */

#page {
xbackground: #ff0;
border: 0px solid red;
width: 740px;
text-align: left;
margin: 0 auto;
}

/*
/*
/* header styles
/* - - - - - - - - - - - - - - - - - - - - - */

#header {
border: 0px solid blue;
padding: 0px;
margin: 5px;
border-bottom: 0px solid green;
}

#header h1 {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, lucida, Helvetica, sans-serif;
font-size: 24px;
line-height: normal;
border: 0px solid blue;
width: 60%;
display: inline;
float: left;
}

#header .tagline {
border: 0px solid red;
font-family: Georgia, Times, seriff;
color: #999;
float: right;
display: inline;
font-style: italic;
}

/*
/*
/* menu styles
/* - - - - - - - - - - - - - - - - - - - - - */

#menu {
border: 0px solid blue;
border-top: 1px solid green;
text-align: center;
margin: 0 auto;
clear: both;

}

#menu ul {
margin: 0px auto;
padding: 0px;
text-align: center;
border: 0px solid red;
width: 29em;
}

#menu ul li {
margin: 0px;
padding: 0px;
float:left;
display:inline;
border: 0px solid red;
clear: right;
}

#menu ul li a,
#menu ul li a:visited {
border: 1px solid green;
xfont-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
xfont-size: 10px;
width: 9em;
padding: 0em;
margin: -1px 2px 0;
float: left;
display:inline;
text-decoration: none;
xcolor: #fff;
}

#menu ul li a:hover {
background-color: green;
color: #fff;
}

/*
/*
/* main styles
/* - - - - - - - - - - - - - - - - - - - - - */

#main {
border: 0px solid blue;
clear: both;
}

/*
/*
/* footer styles
/* - - - - - - - - - - - - - - - - - - - - - */

#footer {
border: 0px solid blue;
clear: both;
padding: 0px;
margin: 5px;
text-align: center;
color: #ccc;
padding-top: 15px;
}

#footer a,
#footer a:link,
#footer a:visited {
color: #ccc;
text-decoration: none;
font-weight: normal;
}

#footer a:hover {
color: #FF6600;
text-decoration: underline;
}

/*
/*
/* column_left styles
/* - - - - - - - - - - - - - - - - - - - - - */

#column_left {
xbackground-color: #ccc;
border: 0px solid green;
border-right: 0px solid green;
width: 350px;
float: left;
display: inline;
padding-right: 20px;
}

/*
/*
/* column_right styles
/* - - - - - - - - - - - - - - - - - - - - - */

#column_right {
xbackground-color: #ccc;
border: 0px solid green;
border-left: 1px solid green;
width: 349px;
float: left;
display: inline;
padding-left: 20px;
}

/*
/*
/* clearing style
/* - - - - - - - - - - - - - - - - - - - - - */

.cleared {
clear: both;
line-height: 0px;
}

/*
/*
/* the rest
/* - - - - - - - - - - - - - - - - - - - - - */

.extrainfo {
background:#FFFFBB;
padding:1px 14px;
}