@charset "utf-8";
/* CSS Document */

html, body { 
  height: 101%; 
  margin: 0px; 
  padding: 0px; 
  } 
body {
	font-size: 10px;
	color:#333333;
	font-family: verdana;
	background-image: url(images/bg.gif);
	background-repeat:repeat;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	height:auto;
}

#header {
	width:786px;
	height: 342px;
	background-image:url(images/headerbg.png);
	background-position: center top;
}
.menu {
	position:relative;
	left: 40px;
	top: -125px;
	width: 250px;
	height: 115px;
}
.menu ul{
	list-style-type: none;
}

.menu ul li a{ padding-left: 15px; color:#FFFFFF; font-size: 1.2em; line-height:20px; text-decoration:none;}

.menu ul li a:hover{ background-image:url(images/arrow.gif); background-position:left; background-repeat:no-repeat; padding-left: 15px; color:#FFFFFF; font-size: 1.2em; text-decoration:none;}
.menu ul li a#current{ background-image:url(images/arrow.gif); background-position:left; background-repeat:no-repeat; padding-left: 15px; color:#FFFFFF; font-size: 1.2em; text-decoration:none;}

#content {
	width: 786px;
	height: auto;
	background-image: url(images/mainbg.gif);
	background-repeat:repeat-y;
	padding: 20px;
}

#footer {
	width:786px;
	height:13px;
	background-image:url(images/bottombg.gif);
	background-repeat:no-repeat;
}


.logo {
	float:left;
}
.topbild {
	position: relative;
	left: 62px;
}
.rubrik {
	font-family: "Courier New", Courier, mono;
	color:#990000;
	font-size: 18px;
	font-weight:bold;
	line-height: 12pt;
	font-style: italic;
}
.rubrik2 {
font-family: Verdana; color:#000000; font-size: 14px; font-weight:bold; line-height: 10pt;
}

.rubrik3 {
font-family: Verdana; color:#333333; font-size: 12px; font-weight:bold; line-height: 16pt;
}

.brodtext {
font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333; font-size: 10px; line-height: 10pt;
}

	
	

	