body{
	background:#C9C9D8;
	text-align:center;
	margin:0px;
	font-family:Verana, Arial, Sans Serif;
	font-size:12px;
	color:#04040A;
}

table{
	font-size:12px;
	table-layout:fixed;
	border-collapse:collapse;
	empty-cells:show;
}

input, textarea, select{
	border:1px solid #C9C9D8;
}

#divPage{
	width:940px;
	text-align:left;
	display:inline-block;
}

#divHeader{
	height:80px;
	background:#fff url(../images/logoNG.gif) no-repeat 10px 10px;
	padding:0px 30px 0px 30px;
	margin:0px;
	text-align:right;
}

#divHeader a{
	background:#EAEAF0;
	text-decoration:none;
	font-size:10px;
	padding:1px 8px;
	margin:0px 1px 11px 0px;
	color:#9494B2;
	display:inline-block;
	text-transform:uppercase;
	vertical-align:top;
}

#divHeader a:hover, #divHeader a.selected{
	background:#282864;
	color:#EAEAF0;
	padding-top:12px;
	margin-bottom:0px;
}

#divMenu{
	background:#282864;
	height:30px;
	padding:0px 20px;
}

#divMenu a{
	background:#282864;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:7px 10px;
	margin:0px 0px 0px 0px;
	color:#C9C9D8;
	float:left;
	display:inline-block;
}

#divMenu a:hover, #divMenu a.selected{
	background:#1E1E4B;
	color:white;
}

#divMenu div{
	background:url(../images/menuSpacer.gif) no-repeat;
	height:30px;
	width:2px;
	display:inline-block;
	float:left;
}

#divPictures{
	height:250px;
	background:#9494B2 no-repeat top right;
	background-image:url(../images/zh/home.jpg);
}

#divContent{
	background:white;
	padding:20px 20px 90px 20px;
}

#divFooter{
	background:#282864;
	color:#9494B2;
	text-align:right;
	padding:20px 10px 60px 10px;
	font-size:11px;
}

#divFooter a{
	color:#9494B2;
	text-decoration:none;
	padding:0px 16px 0px 4px;
	display:inline-block;
}

a{
	color:#9494B2;
	text-decoration:none;
}

a:hover{
	color:#282864;
}

a.gotop{
	background:url(../images/icoTop.png) no-repeat right;	
}

a.gotop:hover{
	background-image:url(../images/icoTopActive.png);	
}

a.goimpressum{
	background:url(../images/icoImpressum.png) no-repeat right;	
}

a.goimpressum:hover{
	background-image:url(../images/icoImpressumActive.png);	
}

#divFooter a:hover{
	color:#C9C9D8;
}

#divFooter span{
	width:1px;
	height:11px;
	background:#C9C9D8;
	display:inline-block;
	margin:0px 6px;
}

h1{
	font-size:24px;
	color:#282864;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 20px 0px;
	border-bottom:4px solid #282864;
	width:50%;
}

h2{
	font-size:16px;
	padding:0px;
	margin:0px 0px 10px 0px;
}

p{
	padding:0px 0px 20px 0px;
	margin:0px;	
}

ul{
	padding-top:0px;
	margin-top:0px;
}

img{
	border:0px;
}

ul.count{
	list-style-type:decimal;
}

ul.nolist{
	list-style-type:none;	
	margin:0px;
	padding:0px;
	position:relative;
}

ul.nolist span{
	position:absolute;
	left:80px;
}

div.fifty{
	width:450px;
	display:inline-block;
	vertical-align:top;
	float:left;
}

div.fiftySpaced{
	padding-left:20px;
	width:430px;
	display:inline-block;
	vertical-align:top;
	float:left;
}

div.clear{
	clear:both;
}

table.formtable td{
	padding:0px 10px 5px 0px;
}

table.formtable input, table.formtable select, table.formtable textarea{
	width:100%;
}

.right{text-align:right;}
.bottom{vertical-align:bottom;}
.hidden{display:none;} 

.errorMessage{
	border:1px solid red;
	background:#FFAAAA;
	margin:5px;
	padding:3px;
}

.requiredField{
	border:1px solid red;
	background:#FFAAAA;	
}

div.info{
	margin:10px 0px 30px 0px;
	padding:5px;
	border:1px solid #282864;
	background: #9494B2;
	color:white;
}

div.team{
	padding:0px 300px 0px 0px;
}
