/* --- BODY + TEXT CSS FORMATTING --- */
body {
	margin:0 0 0 11px;
	/*-margin:0 0 0 11px;*/
	padding:0;
	color:#555;	
	font-size:12px;
	font-family:Verdana,Arial,sans-serif,Helvetica,Geneva;
	background: url(../grafik/00_main/body_back_page.jpg) repeat-y fixed 50%;	
	background-color:#D3D3D3;  
	text-align: center;
}

/* commented backslash mac hack  \*/ 
html, body{height:100%;} 
/* end hack */ 

h1 {font-size:140%;	margin:0; padding:0; }
img { border:0 none;}
label { cursor:pointer; }
ul { margin:0 0 0 15px; padding:0px; }


/* ---  LINK CLASSES --- */

a:active	{color: #3F7AAD; }
a:link		{color: #3F7AAD; }
a:visited	{color: #3F7AAD; }
a:hover		{color: #3F7AAD; }

a.normal:active		{color: #B20000}
a.normal:link		{color: #B20000}
a.normal:visited	{color: #B20000}
a.normal:hover		{color: #B20000}

a.link_red:active  	{font-size: 85%; color:#B20000; line-height:12px;}
a.link_red:link  	{font-size: 85%; color:#B20000; line-height:12px; }
a.link_red:visited 	{font-size: 85%; color:#B20000; line-height:12px; }
a.link_red:hover  	{font-size: 85%; color:#B20000; line-height:12px; }


/* ---  MISC CLASSES --- */

.txt_gross{	font-size: 150%; }
.txt_klein{ font-size: 85%; }
.txt_klein_b{ font-size: 85%;	font-weight: bold; color:#FF9900; line-height:1.2em;}

.col_red { color: #B20000; }
.col_firered { color: #FF0000; }
.col_orange { color: #FFCC00 }
.col_blue { color: #000FDD }

.td_border{ border: solid 1px #b7b7b7 }
.td_header { color: #FFF; background-color:#B20000 }
.td_header_grau { color: #777; background-color:#eeeeee }


.header { 
	color: #FFF; 
	background-color:#B20000;
	width:350px;
	font-weight:bold;
}




/* ---  BACKGROUND CLASSES --- */

.back_top {
	background: url(../grafik/00_main/body_back_oben.jpg) repeat-x fixed 50% top;
	-background: ; /* IE HACK - Kein Background bei IE */

}
.back_content {		
	background-image: url('../grafik/00_main/back_content.gif');	
	background-position:top left;	
	background-repeat:no-repeat;	
}


/* --- LAYOUT CONTENT POSITONING --- */
#container_page {	
	width: 540px;	
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#head {	
	width: 540px;
	margin-bottom:10px;
}
#navi {	
	width: 540px;
}
#container_content {	
	width: 540px;
	min-height: 500px;
	height: 500px;
}
#content_pic {	
	width: 190px;
	float:left;	
	text-align:center;	
	margin-right:10px;	
	margin-top:20px;
}
#content_text {	
	width: 320px;	
	float:left;	
	text-align:left;
	margin-left:5px;
	margin-top:20px;	
}
#content_span {	
	width: 510px;	
	text-align:left;
	margin-left:5px;
	margin-top:20px;
}
#navlist li{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}



/* --- PRINT LAYOUT --- */

@media print{
#subnavi, #navi { display: none; }

/* LINK UMSCHREIBUNG FÜR PRINT
a:link:after, a:link:visited:after {
  content: " (Link: <" attr(href) ">) ";
  font-size: 0.7em;
  color: #aaa;
  text-decoration:none;
}

a[href^="/"]:link:after {
  content: " (Link: <http://www.eurach.de " attr(href) ">) ";
  text-decoration:none;
}
*/

}

	

