@charset "UTF-8";
/* CSS Document */

html 
	{
	margin: 0;
	padding: 0;
	}
	
body
	{
	font-family: Trebuchet MS, Verdana, sans-serif;
	line-height: 1em;
	font-size: 0.7em;
	color: #FFF;
	background-color: #E6E6E6;
	margin: 0;
	padding: 0;
	padding-top: 25px;
	background-image:url(../img/layout/site_bg.png);
	background-repeat:repeat-x;
	background-color: #7C7C7C;
	}
	
	
a
	{
	color: #000;
	text-decoration: underline;
	}
	
a:hover
	{
	text-decoration: none;
	}			
	
	
/* content div's */

#container
	{ 
	margin: auto;
	width: 980px;
   	position: relative;
	background-color:#FFF;
	border: 10px solid #FFF;
	padding: 0;
	}
	
#header
	{
	background-image:url(../img/layout/header.jpg);
	background-repeat: no-repeat;
	height: 135px;
	padding-left: 735px; 
	width: 245px;
	font-size: 1.1em;
	padding-top: 5px;
	border-bottom: 10px solid #FFFFFF;
	}

	
	

#header p
	{
	margin-top: 0;
	margin-bottom: 5px;
	line-height: 1.2em;
	}	
	
#header h2
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0;
	padding-bottom: 5px;
	}	
	
	
	
	
#content
	{
	color: #666666;
	line-height: 1.2em;
	background-image:url(../img/layout/content_bg.jpg);
	background-repeat:repeat-y;
	}	
	
#content strong
	{
	color: #216374;
	}	
	
		
#content p
	{
	margin-top: 10px;
	margin-bottom: 20px;
	}
	
	
#content h1
	{
	color: #216374;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	}
	
#content h3
	{
	color: #216374;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 0;
	font-size: 1.3em;
	line-height: 1.3em;
	}	
	

#contentleft
	{
	width: 245px;
	float: left;
	padding-right: 10px;
	padding-top: 10px;
	}	
	

.pdf_bild
	{
	float: left;
	}	

.redaktion_bild
	{
	width: 45px;
	height: 60px;
	float: left;
	margin-right: 5px;
	margin-bottom: 25px;
	}	
	
	
#contentmiddle
	{
	width: 448px;
	margin-left: 255px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-right: 1px dotted #FFF;
	border-left: 1px dotted #FFF;
	}	

#contentmiddle h1
	{
	font-size: 1.8em;
	line-height: normal;
	}


	
#contentmiddle h2
	{
	color: #216374;
	font-size: 1.1em;
	margin-bottom: 0;
	padding-bottom: 0;
	}	
	
#contentmiddle p
	{
	margin-top: 2px;
	margin-bottom: 5px;
	}	
	
#contentmiddle hr
	{
	margin-top: 10px;
	border-top: 1px dotted #E6E6E6;
	border-left:0;
	border-right:0;
	border-bottom:0;
	height: 1px;
	} 	
	
#contentright
	{
	width: 245px;
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	}	

a.lang_link
	{
	color: #216374;
	text-decoration: underline;
	}
	
a:hover.lang_link
	{
	text-decoration: none;
	}	

	
#footer
	{
	background-image:url(../img/layout/footer_bg.jpg);
	background-repeat:repeat-x;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #DDDDDD;
	border-top: 10px solid #FFFFFF;
	}
	
#footer a
	{
	color: #DDDDDD;
	text-decoration: none;
	}		
	
#footer strong
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: normal;
	}	
	
	
.clearfloat
	{ 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    }		
