/* --- BODY + TEXT CSS FORMATTING --- */
body {
	/*margin:0 0 0 11px;*/
	/*-margin:0 0 0 11px;*/
	margin:0;
	padding:0;
	color:#880000;
	font-size:0.8em;
	font-family:Verdana,Arial,sans-serif,Helvetica,Geneva;
	background: url(../grafik/00_main/back.gif) repeat-y 50%;
	background-color:#103f61;
	text-align:center;
	z-index: 1;
}

/* 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: #FC9000; }
a:link		{color: #FC9000; }
a:visited	{color: #FC9000; }
a:hover		{color: #FC9000; }

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


.header { 
	color: #FFF; 
	background-color:#103f61;
	width: 420px;
	font-weight:bold;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	text-align:left;
}


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

#back_top {
	width:998px;
	background: url(../grafik/00_hauptelemente/back_top.jpg) no-repeat 50% top;
	/*-background: ; /* IE HACK - Kein Background bei IE */

}

/* --- LAYOUT CONTENT POSITONING --- */
#container_page {	
	width: 998px;	
	margin: 0 auto;	
}
#container_content {	
	width: 785px;
	margin: 0 auto;
	padding-top:20px;
	padding-left:5px;
	text-align:left;
}
#container_flash {	
	width: 810px;
	height:320px;
	margin: 0 auto;
	text-align:left;
}
#content_rechts {	
	width: 350px;
	float:left;	
	text-align:left;	
}
#content_links {	
	width: 580px;	
	float:left;	
	text-align:left;	
}
#content_span {	
	width: 720px;	
	float:left;	
	text-align:left;	
}
#container_seitenleiste {
	font-size:80%;
	text-align:left;
	width: 167px;	
	float:right;		
}
#sl_back {
background-color:#FFF4E6;/*
	background: url(../grafik/00_main/back_seitenleiste.gif) repeat-y;*/
}
.separator { 
	margin:0px; 
	padding:0px;
}
.block_seitenleiste {	
	margin-left:10px;
	margin-right:15px;
}
.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_wrap {	
	width: 720px;
	clear:both;	
}
.block_wrap_small {	
	width: 310px;
	height:120px;
	clear:both;	
}

#aktion {
	position:absolute;
	margin-left:180px;
	left:auto;
	top:300px;
	width:220px;
	height:370px;
	z-index:2;
	overflow: hidden;
}

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


}
*/

	
