@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	background-repeat: repeat;
	background-image: url(images/bg2.gif);
}
#container  {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	margin-top: 10px;
	margin-bottom: 5px;
} 

#header  {
	background-color: #DDDDDD;
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	height: 85px;
	padding-right: 10px;
	padding-left: 8px;
} 

#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header a:link  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFF;
	text-decoration: underline;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu  {
	height: 40px;
} 
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #FFF;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-color: #ffffff;
}
#sidebar2 h2{
	background-color:#CCC
}
	

#mainContent  {
	margin-right: 10px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFF;
	padding-bottom: 20px;
} 
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
#mainContent2  {
	margin-top: 0;
	margin-right: 260px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFF;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
} 
h1  {
	font-size: 130%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	font-weight: bold;
	background-image: url(images/h1_ball.jpg);
	background-repeat: no-repeat;
	font-style: normal;
	text-transform: uppercase;
	padding-left: 35px;
}
h2  {
	font-size: 120%;
	margin-top: 15px;
	margin-bottom: 3px;
}
h3 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 100%;
}
h4 {
	font-size: 120%;
	margin-top: 15px;
	margin-bottom: 3px;
	background-color:#CCC;
}

hr {
	color:#333;
	margin-bottom: 0px;
	margin-top: 15px;
}
#footer {
	background-color: #FFF;
	height: 50px;
} 
#mainContent2 img{
	border: 2px solid #000;
}

#footer2  {
	background-color: #FFF;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 23px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #FFF;
	text-align: left;
} 
#footer3 {
	padding: 10px;
	color: #666;
}
#footer3 a:link{
	color: #666;
	text-decoration: none;
}
#footer3 a:visited{
	color: #666;
	text-decoration: none;
}
#footer3 a:hover{
	color: #666;
	text-decoration: none;
}


.bold {
	font-weight: bold;
}
.webmaster {
	text-align: right;
	margin-left: 390px;
	font-size: 90%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.lagtabell {
	margin-top: 3px;
}
.lagtabell td{
	background-image: url(images/skugga.gif);
	margin: 3px;
	padding: 3px;
}
.kieli {
	font-weight: bold;
	font-size: 100%;
	padding-left: 45px;
}

/*menu css*/
.bg {background: url(images/menu/button4.gif);}
.menu {
	margin:0;
	list-style:none;
	height:40px;
	background:#fff url(images/menu/button1a.gif) repeat-x;
	position:relative;
	font-family: verdana, arial, sans-serif;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
.menu li.top {display:block; float:left; position:relative;}
.menu li a.top_link {display:block; float:left; height:40px; line-height:33px; color:#fff; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;}
.menu li a.top_link span {float:left; font-weight:bold; display:block; padding:0 24px 0 12px; height:40px;}
.menu li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:40px; background:url(images/down.gif) no-repeat right top;}
.menu li a.top_link:hover {color:#000; background: url(images/menu/button4.gif) no-repeat;}
.menu li a.top_link:hover span {background:url(images/menu/button4.gif) no-repeat right top;}
.menu li a.top_link:hover span.down {background:url(images/menu/button4a.gif) no-repeat right top;}

.menu li:hover > a.top_link {color:#000; background: url(images/menu/button4.gif) no-repeat;}
.menu li:hover > a.top_link span {background:url(images/menu/button4.gif) no-repeat right top;}
.menu li:hover > a.top_link span.down {background:url(images/menu/button4a.gif) no-repeat right top;}

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

.menu a:hover {visibility:visible;}
.menu li:hover {position:relative; z-index:200;}

.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu :hover ul.sub {
	left:2px;
	top:40px;
	right:2px;
	background: #fff;
	padding:3px 0;
	border:2px solid #ccc;
	white-space:nowrap;
	width:170px;
	height:auto;
}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:250px;}
.menu :hover ul.sub li a {
	font-weight:normal;
	display:block;
	font-size:11px;
	height:20px;
	width:164px;
	line-height:20px;
	text-indent:5px;
	color:#000;
	text-decoration:none;
	border:3px solid #fff;
	border-width:0 0 0 3px;
}
.menu :hover ul.sub li a.fly {background:#fff url(images/arrow.gif) 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#ccc; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#95d2ee url(images/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#95d2ee url(images/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid 95d2ee; white-space:nowrap; width:93px; z-index:200; height:auto;}

td {
	vertical-align: bottom;
}
.red {
	color: #F00;
}
