@import "menu/dropdown.css";
@import "menu/default.advanced.css";

/* damit ie6 auch hovern kann */
* html body {
behavior:url(/fileadmin/templates/designverign_2008/css/csshover3.htc);
}


/* Beispiel für den png-fix im ie6 */
/*
* html IMG
{
behavior: url('fileadmin/templates/designverign_2008/css/iepngfix.htc');
}
*/

/*  (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/dv_bg.gif) !important;
	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;
	margin: 0 auto;
	text-align:left;
}

div#shadow_right {
	width:990px;
	margin-left:10px;
}

div#main_content {
	width:980px;
	background-color:#fff;
	margin-right:10px;
	position:relative;
	border-right: 20px solid #FFF;
	border-left: 20px solid #FFF;
}

div#main_bottom {
	width:1000px;
	margin:0 auto;
	text-align:center;
}
div#shadow_bottom {
	width:1000px;
	height:10px;
	/*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 {

	width:1000px;
}
div#footer_shadowRight {

	margin-left:10px;
	width:990px;
}
div#footer_shadowBottom {

	margin:0px 0px 20px 0px;
	width:1000px;
	height:10px;
}
div#footer_content {
	background-color:#ffffff;
	margin-right:10px;
	width:1020px;
	padding:20px 0px 20px 0px;
}

div#footer_content a {
	background-position: 0px 0px;
	}
	
div#footer_content a:hover {
	background-position: -50px 0px;
	text-decoration:none !important;
	}

a#facebook {
	width:48px;
	height:11px;
	background: url(../img/facebook.png) no-repeat;
	}
	
a#youtube {
	width:42px;
	height:11px;
	background: url(../img/youtube.png) no-repeat;
	}
	
a#xing {
	width:39px;
	height:11px;
	background: url(../img/xing.png) no-repeat;
	}
	
a#linkedin {
	width:47px;
	height:11px;
	background: url(../img/linkedin.png) no-repeat;
	}
	
.footer_keywords {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
	}
	
.footer_keywords span {
	font-weight:bold; }
