*, html{margin:0; padding: 0;
	
}
li{list-style: none;}
a{
	text-decoration: none;
	color: #831218;
	outline: none;
}
img{border: 0;}

body{
	background: url("../img/bgn.gif") top left repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
  line-height: 18px;
}

h2{
	font-size: 18px;
	margin: 20px 0;
}

h3{
	font-size: 15px;
	margin: 25px 0 10px;
}

p{
	margin: 15px 0;
}

div#wrapper{
	margin: 64px auto 80px auto;
	min-height: 560px;
	padding: 0 0 50px 0;
	width: 870px;
	position: relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius:8px;
	border-radius: 8px;
	
	/* background: url(../img/IEgradient.png) 0px 116px repeat-x #797979; */
	/*
background: url(../img/bgH.png) 0px 116px repeat-x #e6e6e7;
	background: -moz-linear-gradient(top, #f2f2f2 20%, #787878);
	background: -webkit-gradient(linear, center top, center bottom, from(#f2f2f2), to(#787878));
	background: -o-linear-gradient(top, #f2f2f2 20%, #787878);
	background: linear-gradient(top, #f2f2f2 20%, #787878);
*/
	background: url(../img/bgH.png) 0px 116px repeat-x #e6e6e7;
	background: -moz-linear-gradient(top, #f2f2f2 20%, #a8a8a8);
	background: -webkit-gradient(linear, center top, center bottom, from(#f2f2f2), to(#a8a8a8));
	background: -o-linear-gradient(top, #f2f2f2 20%, #a8a8a8);
	background: linear-gradient(top, #f2f2f2 20%, #a8a8a8);

	-webkit-box-shadow: 2px 4px 64px 7px rgba(0,0,0,0.74);
	-moz-box-shadow: 2px 4px 64px 7px rgba(0,0,0,0.74);
	-o-box-shadow: 2px 4px 64px 7px rgba(0,0,0,0.74);
	box-shadow: 2px 4px 64px 7px rgba(0,0,0,0.74);
}


/* header */
div#header{
	background: white;
	height: 112px;
  padding: 30px 0 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius:8px;
	border-radius: 8px 8px 0 0;
}
h1{
	display: inline;
	margin: 0 0 0 36px;
}

ul#lang{
	float: right;
	margin: 0 -7px 0 0;
}

ul#lang li{
	background: url("../img/lngBG.png") top left no-repeat;
	height: 39px;
	margin: 0 0 10px 0;
	width: 113px;
}
ul#lang li:hover{
	background: url("../img/lngBG.png") -113px 0 no-repeat;
}

ul#lang li a{
	color: #fff;
	display: block;
	font-size: 15px;
	padding:12px 22px 11px 20px;
}


/* navigation */
ul#nav{
	margin: 40px 0 0 -7px;
	width: 150px;
	position: absolute;
}

#nav li{
	background: url("../img/navBG.png") top left no-repeat;
	list-style: none;
	height: 51px;
	margin: 0 0 10px 0;
	width: 146px;
}
#nav li:hover{
	background: url("../img/navBG.png") -146px 0px no-repeat;
}
#nav li.active{
	background: url("../img/navBG.png") -146px 0px no-repeat;
}

#nav li a{
	color: #fff;
	display: block;
	font-size: 18px;
	height: 34px;
	padding: 17px 0 0 36px;
	width: 116px;
}

#nav li a span{
	letter-spacing: -1px;
}


/* content */
#contentBg{
	background: url("../img/contbgn.png") no-repeat scroll left top;
	display: block;
	float: right;
	height: 212px;
	width: 272px;
	opacity: .5;
}

div#content{
  margin: 60px 0 20px 190px;
  width: 415px;
}

#partner p.info{
	clear: both;
}

/* neues */
ul.neu{
	margin: 0 0 20px 0;
	padding: 0 0 0 15px;
}
ul.neu li{
	list-style: disc;
	margin: 5px 0;
}

/* funktionen */
ul.function, ul.support{
	margin: 0 0 20px 0;
	padding: 0 0 0 15px;
}
ul.function li, ul.support li{
	list-style: disc;
	margin: 5px 0;
}

/* partner */
ul.partnerL li, ul.partnerR li{
	height: 160px;
  margin: 0 0px 20px 0;
}
#partner ul.partnerL li p, #partner ul.partnerR li p{
	font-weight: bold;
	margin: 0 ;
}
ul.partnerL{
	float: left;
}
ul.partnerL li{
	margin: 0 30px 20px 0;
}

ul li.out{
	display: none;
}

#partner p{
	margin: 0 0 50px 0;
}

.weltweit{
clear: both;
}

/* unilet 4-6 */

/* impressum */
table#impressum{
	width: 400px;
	height: 225px;
}
#impressum tr td{
	vertical-align: top;
}

/* download */
#download table{
  height: 100px;
  width: 395px;
}

#download table tr td.cellWidth{
	width: 250px;
}

#download h4{
	font-size: 12px;
	margin: 15px 0 0 0;
}

#download h4.firstLine{
	margin: 0;
}

/* footer */
#footer{
	
}
div#dwnl{
	position: absolute;
	top: 487px;
	right: -7px;
}

#dwnl a{
	display: block;	
	height: 45px;
	-webkit-box-shadow: 2px 4px 8px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 4px 8px 2px rgba(0,0,0,0.25);
	-o-box-shadow: 2px 4px 8px 2px rgba(0,0,0,0.25);
	box-shadow: 2px 4px 8px 2px rgba(0,0,0,0.25);
}