/* standard elements */
* 	{
	margin: 0;
	padding: 0;
	}

body 	{
	font: normal 12px "Lucida Sans Unicode",sans-serif;
	line-height: 20px;
	background-color:#CADA0E;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(../images/bg.jpg);
	}

div.centrebox { 	
	position:absolute; 
	left:50%; 
	top: 0px; 
	width: 800px;
	height:auto;
	margin-left: -400px; 
	background: #ffffff url(../images/bg_main.jpg); 
	}

#wrapper
	{
	width:740px;
	height:auto;
	margin: auto;
	background: #ffffff;
	margin: 0 auto 0 auto;
      	text-align: left;
	}



.tabcontentiframe
	{
	width:100%; 
	height:auto; 
	min-height: 600px;
	}


#content_top
	{
	float:left;
	width:700px;
	height: 160px;
	overflow: hidden;
	margin-left: 20px;
	margin-right: 20px;
	background-color:#FFFFFF;
	}

#content_middle
	{
	float:left;
	width:700px;
	height:100%;
	margin-top: 18px;
	margin-left: 20px;
	margin-right: 20px;
	}

#content_bottom
	{
	clear:both;
	float:left;
	width:100px;	
	text-align:left;
	margin-top: 18px;
	margin-left: 20px;
	padding-bottom:20px;
	}

#content_copyright
	{
	clear:both;
	float:left;
	width:100%;
	height: 60px;	
	background:#A3B723 url(../images/bg_bottom.jpg) 0px top;
	}

#content_copyright p
	{
	margin-top: 28px;
	text-align:center;
	}

#logo	{
	height:159px;
	text-align:center;
	background:#A3B723 url(../images/logo.jpg) center;
	margin:auto;
	}



/* Content Div's */

#InfoDIV
	{
	heigth:auto;
	border-top: 1px solid #949599; 	
	width:675px;

	text-align:left;
	margin-bottom: 1em; 
	padding: 10px;
	background-color:#ffffff;
	}



#TextDiv
	{
	width:650px; 
	text-align:left;
	border-top: 1px solid #949599; 
	margin-top:3px;

	padding-top:15px;
	padding-bottom:15px;
	padding:10px;
	background-color:#ffffff;
	}

#list	{
	margin-left: 15px;
	list-style: square;
	color: #949599;
	}

#list a, #list a:active
	{
	color: #949599;
	}

#list a:hover
	{
	color: #A3B723;
	}


hr 	{
	border: 0;
	width: 100%;
	color:  #A3B723;
	background-color: #A3B723;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

	
.kop	{
	font-size: 18px;
	font-weight: bold;
	color: #A3B723;
	margin-bottom: 10px;
	}


.subkop	{
	font-size: 16px;
	font-weight: bold;
	color: #A3B723;
	margin-bottom: 10px;
	}


.date	{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #949599;
	margin-bottom: 10px;
	}




.foto_right
	{
	border: solid 2px #A3B723;
	margin-left:10px;
	margin-bottom: 10px;
	}


A:link	{	
	color: #A3B723;
	Text-Decoration: underline;
	}

A:visited	 
	{
	color: #A3B723;
	Text-Decoration: Underline;
	}


A:hover	{
	color: #CADA0E;
	font-style: italic;
	text-decoration: underline;
	}

a:active
	{
	color: #A3B723;
	text-decoration: underline;
	}

#error	{
	font-size: 18px;
	font-weight: bold;	
	color: #FF0000;
	margin-bottom:10px;
	}
	

form 	{
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	}


INPUT.button
	{
	width: 80px;
	cursor: hand; 
	font-size: 11px;
	font-weight: bold;	
	color: #000000;
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
	background-color: #CADA0E;
	}

INPUT.radio
	{
	font-size: 11px;
	font-weight: normal;	
	border-width: 0pt;	
	background-color: transparent;
	}

.textarea, .select	
	{
	width: 270px;
	font-size: 11px;
	font-family: Verdana, Arial, Verdana, Helvetica, sans-serif;
	
	COLOR: #000000;
	border: solid 1px #CADA0E;
	background-color: #ffffff;	
	padding-left: 2px;
	padding-right: 2px;
	}
