* { margin:0px; padding:0px; }

A { text-decoration: none; }

body {
	height: 100%;
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
	color: #002e78;
	background-color: #e0ecf9;
	background-repeat: repeat-y;
	background-image: url('../images/containerbg.gif');
}

#background {
	position: absolute;
	z-index: 900;
	width: 100%;
	height: 500px;
	background-repeat: repeat-x;
	background-image: url('../images/bodybg.png');
}

#container {
	position: absolute;
	z-index: 999;
	width: 1044px;
}

*:first-child+html #container{
	width: 1075px;;
	background-repeat: repeat-x;
	background-image: url('../images/bodybg.png');
}

#header {
	height: 189px;
	background-repeat:no-repeat;
	background-image: url('../images/headerbg.png');
}

*:first-child+html #header{
	width: 1075px;
}
		
#header_nav {
	position: absolute;
	top: 164px;
	right: 0px;
	width: 710px;
	height: 25px;
	line-height: 25px;
}

*:first-child+html #header_nav{
	width: 740px;
}

#header_nav A {
	float: left;
	display: block;
	font-size: 13px;
	color: #002e78;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}
#header_nav A:Hover, #header_nav A.active {
	font-weight: bold;
	background-color: #FFF;
	display: block;
}

#content_subnav {
	line-height: 23px;
	height: 30px;
	background-position: right;
	background-image: url('../images/subnavbg.png');
	background-color: #f00;
	border-bottom: 3px solid #e0ecf9;
}

#content_subnav A {
	float: left;
	display: block;
	font-size: 13px;
	color: #002e78;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}
#content_subnav A:Hover, #content_subnav A.active {
	font-weight: bold;
	background-color: #FFF;
}

#content_left {
	float: left;
	width: 284px;
	height: 300px;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url('../images/sidebarbg.png');
	background-color: #f00;
}

#content_right {
	float: left;
	font-size: 14px;
	line-height: 27px;
	width: 516px;
	height: 100%;
	padding: 68px 30px 30px 30px;
	padding-bottom: 60px;
}

#content_right H1 {
	text-align: center;
	font-size: 19px;
	font-weight: 100;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

#content_sidebar {
	float: left;
	top: 50px;
	color: #FFF;
	width: 174px;
	height: 100%;
	padding: 4px 5px 5px 5px;
	margin-top:30px;
	//border-top: 5px solid #e0ecf9;
}

*:first-child+html #content_sidebar{
	margin-left: -1px;
	}
.ce_image{
	padding-bottom: 2px;
}

.mod_navigation ul, li
{
    list-style-type: none;
	float: left;
}

.mod_navigation li ul
{
    bottom:3px;
    left:-60px;
    right:0px;
    top:25px;
    position:absolute;
	height: 30px;
	margin-bottom: 3px;
	background-position: right;
	background-image: url('../images/subnavbg.png');
	background-color: #f00;
	border-bottom: 3px solid #e0ecf9;
    display:none; /* Ausbleden der Untermenüs */   
}

*:first-child+html .mod_navigation li ul{
	left: -51px;
	background-position: left;
}

.mod_navigation li:hover ul
{
    display:block;
    font-weight:normal;
}

.mod_navigation li.active ul
{
    display:block;
    font-weight: normal;
}


.active {
	font-size: 13px;
	font-weight: bold; 
}


.submenu trail{
	background-color: #000;
}

.mod_navigationSub {
	position:absolute;
	top:189px;
	left:284px;
	width:750px;
	height: 25px;
	padding-top: 5px;
	padding-left: 10px;
	background-position: right;
	background-image: url('../images/subnavbg.png');
	background-color: #f00;
}
.mod_navigationSub A {
	font-size: 13px;
	color: #002e78;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;	
}

#bottomline{
	padding-top: 10px;
}

#partnerseite TD{
}

.textarea{
	border: 1px solid #FFF;
	background-color: #dceee5;
	margin: 5px 0 5px 15px;
	color: #002e78;
	font-family: Verdana;
	}
.text{
	border: 1px solid #FFF;
	background-color: #dceee5;
	margin: 5px 0 5px 15px;
	color: #002e78;
	font-family: Verdana;
	}
.submit{
	background-color: #dceee5;
	color: #002e78;
	font-family: Verdana;
	margin: 0 0 0 15px;
	border: 0px;
	}

