/* --- BODY + TEXT CSS FORMATTING --- */
body {
	/*margin:0 0 0 11px;*/
	/*-margin:0 0 0 11px;*/
	margin:0;
	padding:0;
	color:#888;	
	font-size:0.7em;
	font-family:Verdana,Arial,sans-serif,Helvetica,Geneva;
	background: url(../grafik/allgemein/back.gif) repeat-y fixed 50%;	
	background-color:#000000;  
	text-align: center;
}

/* commented backslash mac hack  \*/ 
html, body{height:100%;min-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; }
object, embed{padding:0;margin:0} 

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

a:active	{color:#E00; }
a:link		{color: #E00; }
a:visited	{color: #E00; }
a:hover		{color: #E00; }
/*a:active	{color: #ffb400; }
a:link		{color: #ffb400; }
a:visited	{color: #ffb400; }
a:hover		{color: #ffb400; }*/

a.link_klein:active  	{font-size: 85%; line-height:12px;}
a.link_klein:link  		{font-size: 85%; line-height:12px; }
a.link_klein:visited 	{font-size: 85%; line-height:12px; }
a.link_klein:hover  	{font-size: 85%; 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;}

.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:#054A9D }
.td_header_grau { color: #777; background-color:#eeeeee }

.lang {
	margin-left:690px; 
	margin-top:5px; 
	position:absolute;
	text-align:right;
}
.lang_gal {
	margin-left:680px; 
	margin-top:-20px; 
	position:absolute;
	text-align:right;
}


.header { 
	color: #FFF; 
	background-color:#444444;
	width: 376px;
	height:20px;
}
.sep_impressum { 
	width:270px; 
	background-color:#DBEAF7; 
	color:#05529D;
	font-weight:bold;
}

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

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

}

/* --- LAYOUT CONTENT POSITONING --- */
#container_page {	
	width: 810px;	
	margin: 0 auto;
	text-align:center;
	height: 500px;
	min-height:500px;
	height:100%;
	min-height:100%;	
}
#navi {	
	width: 810px;
}
#container_content {	
	width: 790px;
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;
	height:100%;
	min-height:100%;
}
#content_rechts {	
	width: 390px;
	float:right;	
	text-align:left;	
}
#content_links {	
	width: 390px;	
	float:left;	
	text-align:left;
}
#content_span {	
	width: 720px;	
	float:left;	
	text-align:left;	
	height:100%;
	min-height:100%;
}
.block_text_big {	
	width: 375px;	
	float:left;	
	text-align:left;
	background-color:#272727;	
	padding-left:10px;
	padding-right:5px;
}
.block_text_span {	
	width: 585px;	
	float:left;	
	text-align:left;
	background-color:#272727;	
	padding-left:10px;
	padding-right:5px;
	height:100%;
	min-height:100%;
}
.kasten_links {	
	width: 75px;
	float:left;	
	text-align:center;	
}
.kasten_rechts {	
	width: 280px;	
	float:right;	
	text-align:left;
}
.stern {
	color:#E00;
	/*color:#FF9900;*/
}

.aufmacher {
	position:absolute;
	margin-left:15px;
	margin-top:185px;
}

.aufmacher_start {
	position:absolute;
	margin-left:11px;
	margin-top:360px;
}





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

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

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

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

}

	
