/* --- BODY + TEXT CSS FORMATTING --- */
body {
	/*margin:0 0 0 11px;*/
	/*-margin:0 0 0 11px;*/
	margin:0;
	padding:0;
	color:#333333;	
	font-size:0.8em;
	font-family:Verdana,Arial,sans-serif,Helvetica,Geneva;
	background-color:#fff;  
	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; }
object, embed{padding:0;margin:0} 

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

a:active	{color: #ff0058; }
a:link		{color: #ff0058; }
a:visited	{color: #ff0058; }
a:hover		{color: #ff0058; }

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 }


.header { 
	color: #FFF; 
	background-color:#D2E6F3;
	width: 420px;
	font-weight:bold;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	text-align:left;
}
.sep_impressum { 
	width:270px; 
	background-color:#DBEAF7; 
	color:#05529D;
	font-weight:bold;
}
.sep_sonoace { 
	width:690px; 
	background-color:#DBEAF7; 
	color:#05529D;
	clear:both;
	margin-bottom:25px;
}

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

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

}

/* --- LAYOUT CONTENT POSITONING --- */
#container_page {	
	width: 740px;	
	margin: 0 auto;
	text-align: left;
	height: 500px;
	min-height:500px;
}
#head {	
	width: 740px;
	padding-top:70px;
}
#navi {	
	width: 740px;
}
#container_content {	
	width: 720px;
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;
}
#content_rechts {	
	width: 350px;
	float:left;	
	text-align:left;	
}
#content_links {	
	width: 350px;	
	float:left;	
	text-align:left;	
}
#content_span {	
	width: 720px;	
	float:left;	
	text-align:left;	
}
#logo {
	position:absolute;
	margin-left:8px;
	left:auto;
	top:35px;
	width:253px;
	height:71px;
	z-index:1;
	overflow: hidden;
}
#aktion {
	position:absolute;
	margin-left:509px;
	left:auto;
	top:258px;
	width:220px;
	height:370px;
	z-index:2;
	overflow: hidden;
}
.block_aufmacher {	
	width: 140px;	
	float:left;	
	text-align:left;	
}
.block_text_big {	
	width: 450px;	
	float:left;	
	text-align:left;	
}
.block_text_small {	
	width: 170px;	
	font-size:0.8em;
	float:left;	
	text-align:left;	
}
.block_aufmacher_sonoace {	
	width: 160px;	
	float:left;	
	text-align:left;	
}
.block_text_sonoace {	
	width: 510px;	
	float:left;	
	font-size:0.85em;
	text-align:left;
	margin-left:10px;	
}
.block_wrap {	
	width: 720px;
	clear:both;	
}
.block_wrap_small {	
	width: 310px;
	height:120px;
	clear:both;	
}



/* --- 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;
}
*/

}

	
