/*
Defaults
 */
* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
} 

body {
	background: #fff;
	font-family: "Arial", "Verdana", sans-serif;
	color: #000;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}

html, body {
    scrollbar-base-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-face-color: #FFFFFF;
    scrollbar-highlight-color: #21407C;
    scrollbar-3d-light-color: #21407C;
    scrollbar-dark-shadow-color: #21407C;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-arrow-color: #21407C;
}

div.content {
	width: 950px;
	margin: 0px auto 0px auto;
	position: relative;
}

/*
Header
 */
div#header {
	width: 100%;
	height: 180px;
	background: #21407C;
	text-align: left;
}

p#logo {
	position: absolute;
	display: block;
	width: 195px;
	height: 95px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	left: 20px;
	top: 55px;
	z-index: 1;
}

p#logo img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	float: none;
}

/*
Content
 */

div#main_content_blue {
	width: 100%;
	background-color: #fff;
    font-family: "Arial", "Verdana", sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	color: #0D386A;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div.content_left {
	display: block;
	width: 350px;
	float: left;
	margin-top: 350px;
}


div.content_right {
	margin-top: 200px;
	display: block;
	width: 550px;
	float: left;
}
div.content_right a,
div.content_right a:active,
div.content_right a:visited,
div.content_right a:focus,
div.content_right a:hover {
	margin: 5px 0 15px 0;
    font-weight: normal;
    color: #2766A5;
	text-decoration: underline;
}

div.content_left_sub {
	display: block;
	width: 435px;
	float: left;
	padding-top: 220px;
	font-size: 11px;
	line-height: 16px;
}

div.content_right_sub {
	padding-top: 145px;
	display: block;
	width: 450px;
	float: left;
}



/*
Content Elements
 */
h1,
h2,
h4 {
	font-family: "Arial", "Trebuchet MS", "Helvetica", sans-serif;
	font-size: 23px;
	padding-top: 15px;
	color: #0D386A;
	line-height: 27px;
	font-weight: normal;
}

h2 {
	font-size: 19px;
	line-height: 21px;
}

h3 {
	font-size: 16px;
	margin: 5px 0 15px 0;
    font-weight: bold;
}

h4 {
	font-size: 23px;
	margin: 0 0 25px 0;
	line-height: 27px;
}

p {
	margin: 15px 0 0 0;

}

p a,
p a:active,
p a:visited,
p a:focus,
p a:hover {
	color: #add526;
	text-decoration: none;
}

p a:hover {
	color:#add526;
    text-decoration: underline;
}

a,
a:active,
a:visited,
a:focus,
a:hover {
	color: #add526;
	text-decoration: none;
}

a:hover {
	color:#add526;
    text-decoration: underline;
}

ul, ol {
	margin: 15px 0 0 20px;
}





iframe {

	margin-bottom: 10px;
}

/*
linke Spalte
 */

div.content_left h1,
div.content_left h2,
div.content_left h3 {
	margin: 0 55px 0 117px;
}

div.content_left p {
	margin: 15px 55px 0 117px;
}

div.content_left ul, ol {
	margin: 15px 55px 0 137px;
}

div.content_left_sub h1,
div.content_left_sub h2,
div.content_left_sub h3 {
	margin: 0 55px 0 127px;
}

div.content_left_sub p {
	margin: 15px 55px 0 127px;
}

div.content_left_sub ul, ol {
	margin: 15px 55px 0 147px;
}

/*
Flash
 */
div#flash {
	z-index: 2;
	position: absolute;
	top: 50px;
	left: 220px;
	width: 710px;
	height: 360px;
}

/*
Subnavigation
 */
ul#sub_nav {
	list-style: none;
	width: 265px;
	margin: 0px 0px 0px 20px;
	padding: 0 0 0 0;
}


ul#sub_nav li.blue a,
ul#sub_nav li.blue a:active,
ul#sub_nav li.blue a:visited,
ul#sub_nav li.blue a:focus {
    display: block;
	width: 265px;
	height: 17px;
    background: url('images/nav_red.jpg') top right no-repeat;
	text-align: right;
	margin: 4px 0 4px 0;
    padding: 0 25px 0 0;
    text-transform: uppercase;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	color: #e3d2a9;
	text-decoration: none;
}

ul#sub_nav li.blue a:hover {
	background: url('images/nav_red_active.jpg') top left no-repeat;
    color: #000000;
}




/*
Navigation
 */
ul#navigation {
	z-index: 3;
	position: absolute;
	display: block;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 55px;
	left: 285px;
}

ul#nav_li_home {
	z-index: 3;
	position: absolute;
	display: block;
	list-style: none;
    list-style: none;
	width: 265px;
	margin: 0px 0px 0px 20px;
	padding: 0 0 0 0;
	top: 205px;

}

ul#nav_li_home h3 {
	font-size: 16px;
	margin: 5px 0 15px 0;
    font-weight: bold;
}

ul#nav_li_home a {
	margin: 5px 0 15px 0;
    font-weight: normal;
    color: #2766A5;
	text-decoration: none;
}

ul#navigation li {
	display: block;
	float: left;
	width: auto;
	height: 23px;
	padding: 0 5px 0 5px;
}

ul#navigation li span {
	display: block;
	height: 23px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul#navigation li span.edge {
	background-position: top left;
	background-repeat: no-repeat;
	width: 6px;
}

ul#navigation li span.left {
	float: left;
}

ul#navigation li span.right {
	float: left;
}

ul#navigation li span.text {
	display: block;
	width: auto;
	height: 23px;
	float: left;
	padding: 0 2px 0 2px;
}

ul#navigation li a,
ul#navigation li a:active,

ul#navigation li a:focus,
ul#navigation li a:hover {
	font-family: "Arial", "Helvetica", "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	line-height: 23px;
	color: #fff;
	display: block;
	width: auto;
	height: 23px;
	text-decoration: none;
	font-size: 13px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
    cursor: hand;
}

ul#navigation li a:hover,
ul#navigation li.active a {
	color: #4B603A;
	background-color: #fff;
    cursor: hand;
}



/*
 * /////////////////////////////////////////////// Footer
 */

div#footer_blue {
	width: 100%;
	height: 92px;
	border-top: solid #e3d2a9;
    border-top-width: thin;
	margin: 50px 0 0 0;
	padding: 0 0 20px 0px;
	text-align: left;
	color: #A09F87;
    background-color: #21407C;
	font-size: 10px;
}

div#footer_blue a,
div#footer_blue a:active,
div#footer_blue a:visited,
div#footer_blue a:focus,
div#footer_blue a:hover {
	color: #929178;
	text-decoration: none;
}

div#footer_blue a:hover {
	color:#e3d2a9;
}

div#footer_blue a.active {
	color:#e3d2a9;
}

div#footer_blue p {
	margin: 0 0 0 0;
	padding: 0 0 0 50px;
	display: block;
	width: auto;
	text-align: center;

}

div#footer_navi {
	padding: 15px 0 0 0;
	margin: 0 0 10px 50px;
	font-size: 11px;
	color: #e3d2a9;
    text-align: center;
}

div#footer_blue p.credits a {
	color: #929174;
}
div#footer_blue p.credits a:hover {
	color: #e3d2a9;
}
