@media all
{

html {
	background-image:url("../../img/bg/diagnostik-bg02.jpg");
	background-repeat:repeat-x;
	background-color:#366e87;
}

body { 
	background: #366E87;
	background-image:url("../../img/bg/diagnostik-bg01.jpg");
	background-position:top center;
	background-repeat:no-repeat;
}

#page{ 
	border: 0px none; 
	background: none; 
	width: 1000px;
}

#page_margins {
	width: 1000px;
	margin:auto;
	border: 0px none;
 } 

#header {
 position:relative;
 width: 100%;
 height: 200px;
 padding-bottom: 4px;
 overflow: hidden;
}

#footer { color:#fff;
 background: none;
 background-image:url("../../img/bg/diagnostik-footer.gif");
 background-position:top center;
 background-repeat:no-repeat;
 margin:  0em 0em 0em 0em;
 padding: 0.425em 0 0 0;
 line-height: 2em;
 font-size: 0.9em !important;
 text-align:right;
 font-weight:normal;
 width: auto;
}

#footer div { line-height: 14px; padding: 0.8em 0 2em 0; margin:  0em 0em 0em 0em;}
#footer div span{ float:left; padding:0 0 0 0.5em;}
#footer div strong {font-weight:normal;}
#footer div #copyright { line-height: 14px; font-size:10px;}
#footer div a { color:#fff; }
#footer div a:hover { color:#fff; text-decoration:underline;}

#main { 
	background: #fff; 
	width: 1000px;
	border: 0px solid #f00;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

#col1 {
	background:#E4ECEE;
}

#col1_content {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

#col1  #col1_content .inhalttext{
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 20px;
	width: 215px;
}

#col2_content { 
	margin: 0px 0px 0px 0px; 
	padding: 0px 15px 0px 0px;
	color: #444;
}

#col2_content ul.csc-menu li a{ font-weight:normal; }

#col3 {
	 /* basemod_vlines.css auch.... */
	 border-left: 260px #E4ECEE solid;
	 border-right: 0px solid #FfF;
	 color: #444;
}

#col3_content { margin-left: 0px; margin-right: 0px; padding: 0px 15px 0px 15px; background:#FFF;}
#col3_content ul li{ color:#015382; }

#teaser {
	margin:0px;
	padding:0px;
	background-image:url("../../img/bg/diagnostik-teaser.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	height: 28px;
	border-bottom: 0px solid #E4ECEE;
}

#teaser_mitte{
 width: 600px;
 color: #4B4C4B;
 margin:0 0 0 0;
 padding: 5px 20px 8px 260px;
 text-align: left;
 font-size: 10px !important;
 line-height: 16px;
 font-weight:normal;
 float:left;
}

#teaser_mitte a{
 margin:0px;
 padding: 0px;
 color: #25648B;
 font-weight:normal;
}

#teaser_mitte a:hover{ text-decoration:underline;}

#teaser_rechts{
 width: 60px;
 color: #4B4C4B;
 padding: 6px 20px 0px 0;
 text-align: right; 
 float:right;
}

} /* Ende Media all */

@media screen
{
/* =========== Syles für Barierefreiheit ========= */
/* Accesskey */
.hd, .jump, #col1 li dfn, .hidden{
    height: 1em;
    left: -150em;
    overflow: hidden;
    position: absolute;
    width: 100em;
}
}






