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

body {
	background: #fff;
	font: 10pt/1.8em Verdana, sans-serif;
	color: #3c3c3c; 
	text-align: center;
	margin-top: 0px;
	margin-bottom: 40px;
}

/* links */



a, a:visited {	
	color: #3399ff;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #3c3c3c;
	background: inherit;
	text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font-family: Arial, Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 0px;		
	margin: 0;
}
ol {
	margin: 0px 0px;
	padding: 0 0px;
}
ul {
	list-style-type: disc;
}
li {
	padding-left: 5px;
	color: #ffffff;
	background-repeat:no-repeat; 
	background-position: 5px 5px;
}

code {
  	margin: 0px 0;
  	padding: 0px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(../images/post.jpg);
	border: 0px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 0px solid #777;
}
blockquote {
	margin: 0px;
 	padding: 0 0 0 0px;  
   background: url(../images/post.jpg);
	border: 0px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A89A6A;
}





/* form elements */
form {
	padding-left: 13px;
	border: 0px solid #D5D5D5; 
	background-color: transparent;
	font: 10pt/1.8em Verdana, sans-serif;
}
label {
	display:block;
	font-weight:bold;
	margin:0px 0;
}
input {
	padding:1px;
	border:1px solid #D5D5D5;
	font: 8pt/1em Arial, sans-serif;
	color:#666666;
}
textarea {
	width:500px;
	padding:10px;
	font: normal 1em Arial, sans-serif;
	border:1px solid #D5D5D5;
	height:130px;
	color:#000000;
}
input.button { 
	font: bold 12px Verdana, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #d4d7ca ;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 

#breadcrumbs {
background: url(../images/breadcrumb.jpg) no-repeat center center;

padding-top:0px;
height: 45px;
color:#fff;
}

#breadcrumbs p {

padding:5px;
display:inline;
}

* html #breadcrumbs {

}

#breadcrumbs a {


text-transform:none;
}

#breadcrumbs a:link,#breadcrumbs a:visited {
background:#073f78;
color:#fff;
}

#breadcrumbs span {
color:#fff;
font-size:0.9em;

}

#breadcrumbs span a:hover,#breadcrumbs span a:active,#breadcrumbs span a:focus {

color:#fff;
text-decoration:none;
}


#wrap {
	position: relative;
	width: 844px;
	background: #fff url(../images/content.gif) repeat-y center top;
	margin-left: auto; margin-right: auto;
	text-align: left;
}

#top-bg {
   	position: relative;
	width: 844px;
	height: 0px;
	background: #fff ;	
	top: 0; left: 0px;
	z-index: 2;
}
#content-wrap {
	position: relative;
	display: block;
	width: 800px;
	margin-left: 20px;	
}
#header {
	width: 800px;
	position: relative;
	height: 205px;
	background: #FFF url(../images/header-photo.jpg) no-repeat center center;
	margin-left: 20px;	
		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 220px; right: 20px;	
	font: 10pt/1.3em Tahoma, Arial, sans-serif;
		
}

#header #header-links ul {
	margin: 0;
	padding: 0;
	
}

#header #header-links ul li {

	list-style-type: none;
	list-style-image: none;
	margin-right: 10px;
	float: right;

}



#header #header-links a {	
	color: #838181;
	text-decoration: none;
		
}
#header #header-links a:hover {
	color: #fff;
			
}

/* Main Column */
#main {   
	float: right;
	width: 500px;
	margin-top: 15px;
	margin-right: 5px;
	font: 10pt/1.8em Verdana, sans-serif;
}

/* Sidebar */	
#sidebar {
	
	float: left;
	width: 200px;
	padding-top: 10px;
	
}	

 ul#Sidebar a:hover, ul#Sidebar span, li a#aktuell {
	padding-top: 10px;
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
}

/* Mainlevel menu */
.mainlevel {
	float: left;
	height: 35px;
	width: 193px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #003177;
	border-bottom-color: #003177;
	border-left-color: #003177;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

a.mainlevel {
	display: block;
	background: #ffffff;
	color: #003177;
	padding-left: 20px;
	padding-top: 19px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	text-transform: none;
	}
	
a.mainlevel:hover {
	color: #FFFFFF;
	background: #003177;
}	

#sidebar a#active_menu.mainlevel {
	background-color: #003177;	
	color: #FFFFFF;	
}
#sidebar a#parent active {
	background-color: #003177;	
	color: #FFFFFF;	
}
#sidebar a#active_menu.sublevel {
	width: 183px;
	padding-top:6px;
	background: #FFFFFF url(../images/punkt.gif) no-repeat;
	padding-left: 30px;	
	color: #003177;
	font-size: 10px;
	font-weight: Bold;
}

.sublevel {
	float: left;
	height: 20px;
	width: 193px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #003177;
	border-right-color: #003177;
	border-bottom-color: #003177;
	border-left-color: #003177;
	font-size: 10px;
}

a.sublevel {	
	display: block;
	background: #8acbda;
	position: relative;
	left: -4px;
	color: #003177;
	padding-left: 20px;
	padding-top: 7px;
	text-align: left;
	text-decoration: none;
	font-family: Arial;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
a.sublevel:hover {
	
	position: relative;
	left: -4px;
	color: #003177;
	background: #FFFFFF;
}

/* footer */

#footer-kontakt {
background: #073f78 url(../images/footer_background.jpg) no-repeat center center;
height: 25px;
padding-top:0px;
color: #FFFFFF;
font: 9pt/1.8em Verdana, sans-serif;
}

#footer {
	text-align: left;
	clear: both;
	margin-top: 50px;
	width: 844px;
	height: 69px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


/* no dropdown */
