/*  (c) js@designverign.de
 *  autor: Jens Enkhardt
 *  info: main CSS definitions for dv website
 * 
 */


/* Teststyle für Clicktracking */
span#PicNetEyeTracker {
color:#4b4c4b;
}

span#PicNetEyeTracker a{
color:#4b4c4b;
}


body {
	background-image:url(../img/global/background/body_bg.jpg);
	background-repeat:repeat;
	
	margin:0px;
	text-align:center;
}

body center {
	background-image:url(../img/global/background/body_bg_top.jpg);
	background-repeat:repeat-x;

}
		
div#shadow_left {
	width:1000px;
	background-image:url(../img/border/body_top_left_border.png);
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align:left;
}		

div#shadow_right {
	width:990px;
	background-image:url(../img/border/body_top_right_border.png);
	background-repeat:repeat;
	margin-left:10px;
}		
				
div#main_content {
	width:980px;
	background-color:#fff;
	margin-right:10px;
	position:relative;
}

div#main_bottom {
	width:1000px;
	margin:0 auto;
	text-align:center;
}
div#shadow_bottom {
	width:1000px;
	height:10px;
	background-image:url(../img/border/body_top_bottom_border.png);
	background-repeat:no-repeat;
	/*margin-bottom:20px;*/
}

div.clr {
	clear:both;
}

div#noScript{
  background-color:#fdf2ab;
  font-family:arial, helvetica, sans-serif;
  font-weight:normal;
  font-size:11px;
  line-height:13px;
  color:#000;
  margin:0px;
  padding:5px;
}
div#noScript p{
  margin:0px !important;
}

/* - - - - - - - - - - Footer - - - - - - - - - - - - - - - - - - - - */

div#footer_shadowLeft {
	background-image:url(../img/border/body_top_left_border.png);
	background-repeat:repeat-y;
	width:1000px;
}
div#footer_shadowRight {
	background-image:url(../img/border/body_top_right_border.png);
	background-repeat:repeat;
	margin-left:10px; 
	width:990px;
}
div#footer_shadowBottom {
	background-image:url(../img/border/body_top_bottom_border.png);
	background-repeat:no-repeat;
	margin:0px 0px 20px 0px; 
	width:1000px; 
	height:10px;
}
div#footer_content {
	background-color:#ffffff; 
	margin-right:10px; 
	width:980px;
	padding:20px 0px 20px 0px;
}