/* CSS Document */



/* Werte zurücksetzen */
body, div, form, p, ul, li, table, td, tr
	{
	margin: 0;
	padding: 0;
	border: 0;
	}



/* Page-Struktur */
body
	{
	background-color: #467CBF;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	}


#backgroundbox
	{
	width: 740px;
	margin: 0 auto;
	
	background: url(../images/background.jpg);
	}


#pagebox
	{
	width: 680px;
		
	margin: 0 auto;
	}
	


/* Page Kopf */
#headbox
	{
	width: 680px;
	height: 120px;
	}
	
	
#menuehead
	{
	width: 180px;
	height: 120px;
	
	float: left;
	}
	
	
#logobox
	{
	width: 500px;
	
	text-align: right;
	float: right;
	}
	
	
#idz_logo
	{
	margin-top: 10px;
	}
	
	
	
/* Menueleiste quer */
#menueleiste_quer
	{
	width: 680px;
	height: 26px;
	
	clear: both;

	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #606771;
	}


#searchbox
	{
	width: 179px;
	height: 26px;
	
	float: left;
	text-align: center;
	
	background-color: #4A5569;
	}
	

#menuebox_main
	{
	width: 480px;
	height: 26px;
	
	float: right;
	padding-right: 15px;
	
	text-align: right;
	}


.form_input, .form_button
	{
	border: 1px solid #467CBF;
	background-color: #FFFFFF;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}


#suche
	{
	margin-top: 2px;
	}



/* Hauptteil */
#mainbox
	{
	min-height: 400px;
	clear: both;
	}
	
	
#menuebox_sub
	{
	width: 160px;
	height: 130px;
	float: left;
	padding: 20px 10px;	
	}
	
	
#contentbox
	{
	width: 440px;
	margin-left: 200px;
	padding-top: 20px;
	}
	
	
.menue_trenn
	{
	border: 1px solid #DFE6F4;
	}
	
	
.content_trenn
	{
	clear: left;
	margin: 20px 0; 
	border: 1px solid #CECECE;
	}	
	
	
.content_trenn_home
	{
	margin: 20px 0;
	border: 1px solid #CECECE;
	}	
	

.newsbox
	{
	padding: 0px 0;
	}

	
#zzq_logo
	{
	width: 160px;
	margin: 20px 0 0 0;
	}
	

.logo_link
	{
	border: 0;
	}
	
		
/* Schrift */
.text
	{
	font-size: 12px;	
	color: #3B3B3B;
	}
	
	
.text_bold
	{
	font-size: 12px;
	font-weight: bold;
	color: #3B3B3B;	
	}

.text_bold_10
	{
	font-size: 10px;
	font-weight: bold;
	color; #3B3B3B;
	}
	
	
.text_bold_blau
	{
	font-size: 12px;
	font-weight: bold;
	
	color: #467CBF;	
	}


.main_menue
	{
	margin-top: 6px;
	
	color: #FFFFFF;
	
	font-size: 11px;
	}

.main_menue_on
	{
	margin-top: 6px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	}


.main_menue a:link, .main_menue a:active, .main_menue a:visited
	{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	}


.main_menue a:hover
	{
	text-decoration: none;
	color: #B6C5E6;
	}


.menue_mainlinks
	{
	font-size: 11px;
	color: #467CBF;
	font-weight: bold;
	text-decoration: none;
	}

.menue_mainlinks_on
	{
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	}	
	
	
.menue_mainlinks:hover
	{
	color: #666666;
	text-decoration: none;
	}
	
	
.menue_sublinks
	{
	line-height: 130%;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	}
	
	
.menue_sublinks:hover
	{
	color: #467CBF;
	text-decoration: none;
	}
	
	
.menue_sublinks_on
	{
	line-height: 130%;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	}
	
	
.menue_sublinks_on:hover
	{
	color: #467CBF;
	text-decoration: none;
	}
		
	
.menue_pfeil, .more
	{
	font-size: 11px;
	font-weight: bold;
	
	color: #467CBF;
	}
	
	
.more
	{
	display: block;
	margin-top: 10px;
	
	text-align: right;
	text-decoration: none;
	}
	
	
.content_headline
	{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	}
	
	
.content_headline_topic
	{
	margin: 10px 0 10px 0;
	
	font-size: 16px;
	font-weight: bold;
	
	color: #467CBF;	
	}
	

.content_headline_subtopic
	{
	
	font-size: 14px;
	font-weight: bold;
	
	color: #467CBF;	
	}
		
	
.content_datum
	{
	font-size: 10px;
	font-weight: bold;
	line-height: 180%;
	
	color: #3B3B3B;
	}


.content_link
	{
	color: #467CBF;
	}

		
.content_download_link
	{
	font-size: 12px;
	color: #467CBF;
	}


.content_link:hover, .content_download_link:hover, .more:hover
	{
	color: #666666;
	}

.content_link:visited, .content_download_link:visited, .more:visited
	{
	color: #666666;
	}	
	
.anschrift
	{
	font-size: 11px;
	color: #3B3B3B;
	
	text-align: center;
	}