body { color: #0071BC;
	font-size: 9pt;
	line-height:15pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #C6C39E;
	background-image:url(../../pics/bg_top.gif);
	background-repeat:repeat-x;	
	margin: 0px;
	}

/*site-design*/	
	
#wrapper {
	width: 922px;
	margin: 0 auto;
	background-color: #fff;
	/* border: 1px solid #000000;  */
	padding: 0;
}

#header {
	width: 922px;
	height: 250px;
	background:url(../../pics/head.jpg);
	background-repeat:no-repeat;
}

#newsheader {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
  font-weight:bold;
	font-size:14pt;
	margin-top: 190px;
  margin-left: 280px;
}

#primaryContent {
	width: 600px;
	float: left;
	background-color: #fff;	
	display:inline;	
	margin: 20px 0 20px 270px;
}

#sideContent{
	float: left;
	width: 180px;
	background-color: #fff;	
	margin: 0 0 20px -870px;
}
 
#footer{
	clear: both;
	text-align: right;
	width: 100%;
	height: 20px;
  font-size: 8pt;	
	background-color: #ffffff;	
}

.antifloat {clear: left;}

/*end site-design*/	

/*formatting*/
	
h1 { color: #0071BC;
	font-weight:bold;
	font-size:14pt;
  line-height:20pt;
	}

h2 { color: #0071BC;
	font-weight:bold;
	font-size:12pt;
	line-height:16pt;
  }

h3 { color: #0071BC;
	font-weight:bold;
	text-decoration: none;
	font-size:11pt;
  padding-top: 15px;
  margin-bottom: 0px;
	}
	
h4 {
	font-size:9pt;
  margin-bottom: 0px;	
	font-weight:bold;
	text-decoration: underline;	
	}	

ul li a {
	text-decoration: none;
}
	
a:link { color: #0469AB;
	text-decoration:underline;
	}
	
a:visited { color: #0469AB;
	text-decoration:underline;
	}
	
a:hover { color: #0469AB;
	text-decoration:none;
	}
	
a:active { color: #0469AB;
	text-decoration:underline;
	}

a:link.imp, a:visited.imp { color: #C6C39E;
	text-decoration:none;
	}

	
table {
  text-align: left;
  font-size: 9pt;
	line-height:15pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

td {
  vertical-align: top;
	
}

th {
	vertical-align: top;
	border-top: 15px solid #fff;
  background-color: #F2F3E8;
}

fieldset {
	margin: 1em 0;
  padding: 1em;
	background-color: #F2F3E8;
  border : 0px solid transparent;
}

legend {
	font-weight:bold;
}

label {
  display: block;
}

input, textarea { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
 	color: #666666;
	font-size: 9pt;
	border: 1px solid #C6C39E;
	width:570px;
}

select {
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
 	color: #666666;
	font-size: 9pt;
	border: 1px solid #C6C39E;
}

.notValid {
	border: 1px solid #ff0000;
}

.button {
	width: auto;
}

.bg {
  background-color: #F2F3E8;
}

.right {
	text-align: right;
	padding-bottom: 10px;
}

.date_akt {
	text-align: right;
	border-top: 1px solid #C6C39E;
	padding-top: 20px;
}

.small {font-size: 8pt;}

.pic_right {
	float:right;
	margin:20px 0px 20px 20px;
	}

.pic_left {
	float:left;
	margin: 20px 20px 20px 0px;	
	}
