body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #112639;
	background: #fff url(images/bg.png) repeat-x;
}

/* ******************************************
	hr, li, ul, ol, blockquote, code, address
****************************************** */
hr {
	color: #DFE1E4;
	border-bottom: 1px solid #C4C4C4;
	height: 1px;
	clear: both;
	margin-bottom: 5px;
	margin-top: -3px;
	line-height: 1px;
}

li {padding-bottom: 0px;}

ul {
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;
	list-style-type: square
}

ol {

	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;
}
blockquote{
	background-color:#868484;
	padding: 3px;
	border-left: 1px solid #333;
	margin: 3px 0 20px 0;
	color:#000;
}
pre, .code {
	padding: 6px 0 20px 6px;
	border-top: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	border-left: 1px solid #C4C4C4;
	background-color: #EDEEEE;
	margin: 3px 0 20px 0;
	font-family:Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	color: #000;
	overflow:auto;
	line-height:150%;
}
address {
	line-height:120%;
	margin: 10px 0 20px 0;
	padding-left: 10px;
	border-left: 6px solid #EDEEEE;
	font-style: normal;
	font-weight: bold;
}
/* ******************************************
	form
****************************************** */
form {margin: 0; text-align: left;}
input,
textarea {
	color: #333;
	background-color: #D0E2EC;
	border: 0px solid #7AACCA;
	background:url(images/form-img.jpg) no-repeat;
}

a:link, a:visited { color: #1a487a; text-decoration:none; } 
a:active, a:hover { color: #3b699b; }

/* ******************************************
	h1, h2, h3, h4, h5, h6,
****************************************** */

h1 {
	margin: 0px;
	padding: 10px 0;
	font-size: 20px;
	color: #14699F;
	font-weight: normal;
}

h2 {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	color: #14699F;
	border-bottom: 1px dashed #14699F;
}

h3 {
	margin: 0 0 14px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	color: #14699F;
	border-bottom: 1px dashed #14699F;
}
h4 {
	font-size: 13px;
	margin: 10px 0 3px 0;
	color: #14699F;
}

h5 {
	font-size: 12px;
	margin: 10px 0 3px 0;
	color: #14699F;
}

h6 {
	font-size: 10px;
	margin: 10px 0 3px 0;
	color: #14699F;
}

p {
	margin: 0px;
	padding: 0 0 10px 0;
	text-align: justify;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;	
}

#header-01 {
	width:100%;
	margin: 0 auto;
	height: 145px;

}

#header-01 #header-02 {
	width: 960px;
	height: 145px;
	margin:0 auto;
	background: url(images/header.png) center top no-repeat;
	
}

#header-02 #website-titel {
	float: left;
	width: 650px;
	padding: 21px 0px 0px 0px;
	font-size: 60px;
	color: #4f4f4f;
}
#header-02 #website-titel h1 {
	margin: 0px;
	padding: 0px 0px;
	font-size: 33px;
	font-weight: bold;
	color: #fff;
}
#logo {
	
	
	background-image: url(images/logo.png);
	width: 300px;
	height: 100px;
	float: left;
}
.page_header_text {
	color: #ccc;
	background: inherit;
	margin-left: 2px;
	font-size: 22px;
	font-weight: bold;
	color: #9ed3fa;
}


#menu-1 {
	width:100%;
	height: 59px;	
	margin: 0 auto;
	color: #3c3c3c;
}

#menu-1 #menu-list {
	width: 930px;
	height: 59px;	
	margin:0 auto;
	padding: 0 0 0 30px;
	color: #3c3c3c;
	background:  url(images/menue.png) no-repeat;	
}

#menu-list ul {
	float: left;
	width: 930px;
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#menu-list ul li {
	display: inline;
}

#menu-list ul li a {
	float: left;
	width: 110px;
	padding: 5px 0;
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #2d2d2d;
	border-right: 1px solid #cddde7;	
}

#menu-list li a:hover, #menu-list li .current {
	color: #15769a;
}
/* end of menu */

/* content panel */
#container {
	clear: both;
	overflow: hidden;
	width:100%;
	margin: 0 auto;
}

#container #content {
	overflow: hidden;
	height: 100%;
	width: 959px;
	padding: 38px 0 0 0px;
	margin:0 auto;
	background: url(images/content-top.png) top center no-repeat;
}

#content_right {
	float: right;
	width: 600px;
	margin-bottom: 15px;
}

#left {
	float: left;
	width: 343px;
	margin-bottom: 15px;
}

#content_right  {
	width: 600px;
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 30px;
		
}



.content_block .content_img {
	width: 570px;
	height: 32px; 
	margin: 0px;
	padding: 18px 0px 5px 40px;
	font-size: 26px;
	font-weight: bold;
	color: #333;
	background: url(images/content-block.jpg) no-repeat;
}

.content_block .content_img .content_titel {
	width: 100%;
	font-weight: normal;
	font-size: 12px;
	color: #333;
	margin-top: 6px;
}

.content_block .content_body {
	padding: 11px 15px;
}

.content_block .content_body img {
	margin-bottom: 15px;
}



#left .sidebar_left {
	clear: both;
	display:inline-block;
	width: 313px;
	padding: 0px 0px 0px 15px;
	margin-bottom: 30px;
	color: #4f4f4f;		
}

#left .sidebar_left ul {
	clear: both;
	margin: 0 0 0 15px;
	padding: 0px;
}

#left .sidebar_left ul li {
	margin: 0 0 5px 0;
}

#left .sidebar_left ul li a, a:hover {
	font-weight: normal;
}
/* ******************************************
	search
****************************************** */
#searchesa{
	padding-left: 0px;
}
.searchform {
	background-color: transparent;
	border: none;
	margin: 0 0 0 0px;
	padding: 0px 0 0px 0px;

}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox {
	width: 175px;
	height: 18px;
	padding: 2px;
	vertical-align: top;
}
.searchform input.button {
	margin: 0px;
	font: bold 1em Arial, Sans-serif;
	border: 0px solid #002951;
	background: #FFF;
	padding: 5px 0px;
	color: #4284B0;
	width: 80px;
	background: url(images/suchen1.png) top center no-repeat;
}

#footer {
	width:100%;
	margin: 0 auto;

}

#footer #footer_content {
	overflow: hidden;
	height: 100%;
	width: 930px;
	margin:0 auto;
	padding: 40px 0 15px 30px;	
	background: url(images/footer.jpg) center bottom no-repeat;
}

#footer_content .footer_content_inhalt {
	display: inherit;
	float: left;
	width: 270px;
	padding-right: 20px;
	margin:0 0 15px 10px;
}

#footer_content .footer_content_inhalt ul {
	margin: 0 0 0 10px;
	padding: 0 0 5px 10px;
}

#footer_content .footer_content_inhalt li a {
	color: #4f4f4f;
}


#Copyright #credits {
	width: 960px;
	margin:0 auto;
	color: #333;
	padding: 29px 0px;	
	text-align: center;
	background: url(images/credits.jpg) no-repeat;
}

