@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial;
	font-size: 80%;
	background-color: #bdc4e0;
}

#container  {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border: 10px solid #ffffff;
	margin-right: auto;
	margin-left: auto;
} 
#header1  {
	background-color: #009933;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
} 
#header1 p {
	margin: 0px;
} 
#header1 a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 90%;
} 
#headersu  {
	background-color: #FFFFFF;
	height: 150px;
	background-image: url(images/header_fi.jpg);
	width: 870px;
	padding-left: 30px;
	background-repeat: no-repeat;
	padding-top: 5px;
	}
	#headersv  {
	background-color: #FFFFFF;
	height: 150px;
	background-image: url(images/header_sv.jpg);
	width: 870px;
	padding-left: 30px;
	background-repeat: no-repeat;
	padding-top: 5px;
	}
	#headeren  {
	background-color: #FFFFFF;
	height: 150px;
	background-image: url(images/header_en.jpg);
	width: 870px;
	padding-left: 30px;
	background-repeat: no-repeat;
	padding-top: 5px;
	}
	#headerde  {
	background-color: #FFFFFF;
	height: 150px;
	background-image: url(images/header_de.jpg);
	width: 870px;
	padding-left: 30px;
	background-repeat: no-repeat;
	padding-top: 5px;
	}
#menu {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 270px;
}
#menu  a:link{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	list-style-type: lower-alpha;
}
#menu  a:visited{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#menu  a:hover{
	color: #ff9933;
}
#sidebar1  {
	width: 140px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	list-style-type: lower-alpha;
	background-color: #FFFFFF;
	margin-left: 45px;
	float: left;
	border-top-style: solid;
	border-top-color: #009933;
	border-top-width: thick;
}
#sidebar1  a:link{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	list-style-type: lower-alpha;
}
#sidebar1  a:visited{
	font-weight: bold;
	color: #009933;
	text-decoration: none;
}
#sidebar1  a:hover{
	color: #ff9933;
}
#sidebar1  a:active{
}
#mainContent  {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 260px;
	background-repeat: no-repeat;
	background-image: url(images/mainbg.jpg);
	background-color: #FFFFFF;
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #009933;
	border-bottom-color: #009933;
} 
#mainContent2  {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-image: url(images/mainbg.jpg);
	background-color: #FFFFFF;
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #009933;
	border-bottom-color: #009933;
} 
h1   {
	color:#000000;
	margin: 0px;
}
a:link {
	color: #009933;
	text-decoration: underline;
	list-style-type: lower-alpha;
}
a:visited {
	color: #009933;
	text-decoration: underline;
}
a:hover  {
	color: #ff9933;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 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;
}
table tr td{
	vertical-align: top;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.strong{
font-weight:bold
}

