
@media screen and (min-width: 900px) {
	
	h1
	{
	font-size:190%;
	font-weight:normal;
	color:#003399	/*bordeaux*/	
	}
	
	h2
	{
	color:#333;	
	padding-bottom:0.2em;	
	border-bottom:1px solid #dedede;
	}		
	
	a:link,a:visited
	{
	color:#003399;
	}
	
	a:active,a:hover
	{
	color:#4e9ae6;
	}	
	
	#pageregionTopcontent #contentregionTitle #pageTitle
	{
	padding-left:24%; /* 233px / 970px chrome:24.1% */ 
	width:70%; /* 680px / 970px */
	}	
	
	div.contentText dl dt
	{
	color:#003399;
	font-size:130%;
	}	

	div.contentText,div.contentTeaser
	{
	width:90%; /* 691px / 728px - 515px (Vorlage PSD Zoom 100%) */
	}
	
	div.contentText table td,div.contentText table th
	{
	color:#666;		
	}	

	div.contentTeaser a
	{
	float:left;width:44%;
	padding:0.75em 2%;
	margin:0 0 1em 0;		
	}	
	
	div.contentTeaser a.left
	{
	margin-right:3%;		
	}	
	
	div.contentTeaser a.right
	{
	float:right;		
	}		
	
	div.contentTeaser a span.title
	{
	width:71%;
	padding-right:0;
	font-size:90%;
	line-height:150%;	
	}

	div.contentTeaser a span.img
	{
	display:block;		
	width:25%;margin-right:3%;
	}
	
	div.contentTeaser a span.txt
	{
	width:61%;
	padding-right:10%;
	font-size:75%;	
	}		
	
	
		#contentregionTitle #pageFB
	{
	display:none;}
}

@media screen and (min-width: 1120px) {
	
	#contentregionTitle #pageFB
	{
	display:none;
	float:right;
	width:6%; /* 45px / 728px */
	text-align:right;
	}
	
	#pageregionTopcontent #contentregionTitle #pageFB
	{
	width:4.6%; /* 45px / 970px */
	}	
	
}


