body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #000000;
}

html{
	background-color:#ffffff;
	background-image: url("images/layout/bg_html.gif");
	background-repeat: repeat-x;
}


/* #### Allgemein: Schriften, Listen u. Links ## */

html, body, table, th, td{
	font-size: 13px;
	font-family: arial, helvetica, verdana, lucida, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-weight: bold;
	width: 565px;
}

p{
	width: 570px;
	line-height: 18px;
}

table{
/* width: 570px; */
/*	padding-bottom: 40px;*/
}

p.breadcrumb{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 32px;
	padding-bottom: 0;
	font-size: 11px;
	color:#003399;
}
p.breadcrumb a{
	text-decoration: none;
	color:#003399;
}
p.breadcrumb a:hover{
	text-decoration: underline;
}

h1 {
	padding: 20px 0 0 0;
	font-size: 16px;
	color: #000099;
	background-color: inherit;
}

h2,h3,h4,h5,h6 {
	padding:15px 0 0 0;
}

h2 { font-size: 14px; }
h3 { font-size: 13px; }
h4 { font-size: 12px; }


a{
	color:#003399;
	text-decoration: none;
	background: inherit;
}
a:hover{
	text-decoration: underline;
}


dl{
	margin: 20px 0 50px 0;
}

dt{
	font-size: 13px;
	margin: 0 0 5px 0px;
	padding:0;
	font-weight: bold;
}

dd{
	font-size: 13px;
	margin: 0 0 20px 20px;
	padding:0;
}


/* #### Allgemein: Bilder ###################### */

img{
	margin:0;
	padding:0;
	border:none;
}


/* #### Bereiche: Logo ######################### */

div.logo{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 120px;
	width: 100%;
	background-color: #1557AB;
	background-repeat: no-repeat;
}

img.logo{
	position: absolute;
	top: 25px;
	left: 195px;
}


/* #### Bereiche: Content ###################### */

div.content{
	position: absolute;
	top: 125px;
	left: 0px;
	margin: 0;
	padding: 0 0 25px 200px;
	background-image: url("images/layout/bg_div_subnav.gif");
	background-repeat: repeat-y;
}

/* #### Bereiche: Marginalien ################## */

div.marginalien{
	position: absolute;
	top: 195px;
	left: 800px;
	width:160px;
	overflow:hidden;
	margin: 0;
}

div.marginalien h1,
div.marginalien h2,
div.marginalien h3,
div.marginalien h4,
div.marginalien h5,
div.marginalien h6,
div.marginalien p{
	width: 100%;
	margin:0;
	padding:0;
}

div.marginalien h1{
	background-color:#003399;
	border-bottom:1px solid #ffffff;
	color:#ffffff;
	font-size: 13px;
	line-height: 23px;
	padding: 0 7px 0 7px;
}

div.marginalien p{
	padding: 0 7px 0 7px;
}

div.marginalien div.box{
	background-color:#FFCC00;
	margin: 0 0 23px 0;
}

/* Partnerlinks */

div.marginalien ul{
	margin: 0;
	padding: 0;
}
div.marginalien ul li{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 2px 0;
	list-style-type: none;
}
div.marginalien ul li a{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	background-image: url("images/layout/extern_array.gif");
	background-repeat: no-repeat;
	background-position: 5px 2px;
	text-decoration: none;
}
div.marginalien ul li a:hover{
	text-decoration: underline;
}

/* #### Bereiche: Haupt-Navigation ############# */

ul.nav{
	position: absolute;
	z-index: 5;
	top: 120px;
	left: 0;
	margin:0;
	padding: 0 0 0 190px;
	height: 23px;
	width: 84%;
	overflow: hidden;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #3399ff;
	background-image: url("images/layout/billigflug-unten.gif");
	background-repeat: no-repeat;
	font-size:13px;
	font-weight: bold;
}

ul.nav li{
	float: left;
	list-style-type: none;
	line-height: 23px;
}

ul.nav a{
	display: block;
	float: left;
    padding: 0px 10px 0px 10px;
	text-decoration: none;
	color: #ffffff;
}

ul.nav a:hover{
	color: #333333;
	background-color: transparent;
}

ul.nav li.active a{
	color: #333333;
}


/* #### Bereiche: Unter-Navigation ############# */

div.subnav{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0px;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 160px;
	background-image: url("images/layout/bg_div_subnav.gif");
	background-repeat: repeat-y;
	background-color: #ffcc00;
}

h1.navactive {
	position: absolute;
	top: 194px;
	left: 0;
	margin: 0;
	padding: 0 0 0 30px;
	width: 130px;
	height: 23px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #003399;
	
}

h1.navactive a{
	color: #ffffff;
	font-size: 13px;
	line-height: 23px;
	text-decoration: none;
}

ul.subnav{
	position: absolute;
	top: 240px;
	left: 0px;
	margin: 0;
	padding: 0;
	font-size: 12px;
}


ul.subnav li{
	display: block;
	width: 160px;
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
}

ul.subnav li.searchbox{
	margin: 0;
	padding: 20px 0 20px 0;
	text-align: center;
}
ul.subnav li.searchbox input{
	font-size: 10px;
	margin:0;
	padding: 0;
}

ul.subnav li a{
	color: #003399;
	width: 130px;
	background: transparent;
	margin: 0;
	padding: 0 0 0 30px;
	font-weight: bold;
	text-decoration: none;
}
ul.subnav li.sec a,
ul.subnav li.secactive a{
	width: 120px;
	padding: 0 0 0 40px;
	font-weight: normal;
}

ul.subnav a:hover{ 
	text-decoration: underline;
}


ul.subnav li.active a{
	font-weight: bold;
	background-image: url("images/layout/subnav_array.gif");
	background-repeat: no-repeat;
	background-position: 15px 2px;
}

ul.subnav li.secactive a{
	background-image: url("images/layout/subnav_array.gif");
	background-repeat: no-repeat;
	background-position: 15px 2px;
}


/* #### Bereiche: Suchfeld u. Links ############ */

div.searchbox{
	position: absolute;
	z-index: 3;
	top: 150px;
	left: 0px;
	width: 160px;
	margin: 0;
	text-align: center;
}
div.searchbox form{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
div.searchbox input{
	font-size: 10px;
	margin:0;
	padding: 0;
}
div.searchbox input.submit{
	background-color: #ffcc00;
}
p.staticlinks{
	font-size: 10px;
	margin:0;
	width: 160px;
	padding: 6px 0 0 0;
	margin: 0 0 0 0;
	color: #666666;
	background-color: inherit;
}