body{
	margin:0px;
	background-color:#DDDDDC;
}

div,p,td{
	font-family:Tahoma,Arial;
	font-size:12px;
}

.page{
	position:relative;
	padding:0px;
	width:750px;
	/*background-color:#A7A9AC;*/
}
.header{
	background:#22297D url(../bilder/page/logo.gif) no-repeat top right;
	border:1px solid #fff;
	height:63px;
	position:relative;
}
.header .links{
	padding:24px 0px 0px 47px;
}
.links a, .links a:link, .links a:active, .links a:visited{
	line-height:15px;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.links .seperator{
	background:url(../bilder/page/seperator.gif) repeat-y center center;
	width:23px;
}

.header .promo{
	position:absolute;
	left:140px;
	top:24px;
	width:260px;
	color:#fff;
	font-weight:bold;
}
.promo a, .promo a:link, .promo a:active, .promo a:visited{
	color:#fff;
	text-decoration:none;
}
.promo a marquee{
	cursor:pointer;
}

.nav{
	color:#fff;
	background-color:#000;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	height:23px;
}
.nav table td{
	text-align:center;
	white-space:nowrap;
}
.nav a, .nav a:link, .nav a:active, .nav a:visited{
	color:#fff;
	text-decoration:none;
	font-size:11px;
}
.nav a:hover{
	color:#E6E6E6;
}

.banner{
	position:relative;
	border:1px solid #fff;
}

.banner .links{
	position:absolute;
	left:0px;top:0px;
	width:450px;
	border-right:1px solid #fff;
	background-color:#E6E6E6;
}

.slogan{
	line-height:35px;
	text-align:right !important;
	font-size:20px;
	letter-spacing:2px;
	padding-right:5px;
	color:#CC3333;
}

.banner .headline{
	margin-left:451px;
	width:297px;
	border-bottom:1px solid #fff;
	background-color:#E6E6E6;
}


.headline div{
	text-transform:uppercase;
	width:297px;
	line-height:21px;
	padding:8px 0px 6px 0px;
	font-size:15px;
	z-index:10;
	letter-spacing:3px;
	font-weight:bold;
	color:#22297D;
	text-align:center;
}

.banner .subnav{
	margin-left:451px;
	background-color:#A7A9AC;
}
.subnav, .subnav a, .subnav a:link, .subnav a:visited,  .subnav a:active{
	font-size:11px;
	color:#000;
	text-decoration:none;
}
.subnav .seperator{
	background:url(../bilder/page/seperator2.gif) repeat-y center center;
	padding:0px 8px;
	height:13px;
	display:inline;
}
.subnav .pic{
	border-right:1px solid #fff;
}
.subnav ul{
	position:absolute;
	left:609px;top:40px;
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:left;
}
.subnav ul li{
	margin:0px;
	padding:0px 0px 0px 14px;
	background:url(../bilder/page/pfeil.gif) no-repeat 0px 5px;
}

.footer{
	margin-top:5px;
	text-align:center !important;
}
.footer, .footer a, .footer a:link, .footer a:visited,  .footer a:active{
	font-size:11px;
	color:#000;
	text-decoration:none;
}
.footer .seperator{
	background:url(../bilder/page/seperator2.gif) repeat-y center center;
	padding:0px 8px;
	height:13px;
	display:inline;
}

/* content styles */

.contentbox{
	padding:25px 0px 10px 0px;
	border-bottom: 1px solid #22297D;
}
.content{
	height:330px;
	overflow:auto;
}
.content, .content td{
	line-height:17px;
}

.content a, .content a:link, .content a:active, .content a:visited{
	color:#22297D;
	font-weight:bold;
	text-decoration:none;
}
.content a:hover{
	color:#DDDDDC;
	background-color:#22297D;
}

H1, H2, H3, H4{
	font-family: Tahoma, Arial;
	color: #22297D;
}

H1{
	font-size: 17px;
	margin: 0px 0px 16px 0px;
	border-bottom: 2px solid #22297D;
}
H2{
	font-size: 15px;
	margin: 0px 0px 14px 0px;
	border-bottom: 1px solid #22297D;
}
H3{
	font-size: 13px;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid #22297D;
}
H4{
	font-size: 13px;
	margin: 0px 0px 12px 0px;
}

.customtext1{
	font-size:14px;
	line-height:21px;
}
.customtext2{
	font-size:13px;
	line-height:19px;
}
.customtext3{
	/*standard*/
}
.customtext4{
	font-size:11px;
	line-height:14px;
}
.customtopspace{
	padding-top:8px;
}
.custombottomspace{
	padding-bottom:8px;
}

TABLE.simple{
	border-collapse: collapse;
}
TABLE.simple TD.tabheader{
	background-color: #22297D;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
}
TABLE.simple TD.tabdelim{
	height: 1px;
	background-color: #22297D;
	padding: 0px;
}
TABLE.simple TR.alternate0{
	background-color: #d2d5d9;
}
TABLE.simple TR.alternate1{
}
