/* Screen layout: */

body {
	line-height: 150%;
	color: #ccc;
	padding:0;
	margin:0;
	font:76% tahoma, verdana, sans-serif;
	background: #2a74b4;
}

a {
	text-decoration:none;
	color:#d5b638;
}

a:hover {
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
	color: #d5b638;
}

h1 {font-size: 180%;}
h2 {font-size: 165%;}
h3 {font-size: 150%;}
h4 {font-size: 135%;}
h5 {font-size: 120%;}
h6 {font-size: 105%;}

img { border:0;}

/*******************************************************/
/* hauptdiv */
/*******************************************************/

#container0 {
	width:900px;
	margin: 0 auto;
	padding:0px;
}

#container1 {
	width:900px;
	margin: 0 auto;
	padding:0px;
	background:#023863;
}

.clearingfix:after {
	content: "."; 
	display: block; 
	line-height: 0px;
	clear: both; 
	visibility: hidden;
}



/*******************************************************/
/* logodiv */

#switch {
	margin:0px auto;
	float: left;
}


/* Search Box in header */
#search_box {
	color: #fff;
	text-align: right;
}
#search_box {
	float: right;
	clear: right;
	width: 150px;
	padding:3px 0 0 0;
}

#search_box .searchstring { width:100px;
	border: 1px solid #333;
}

#header {
	height:95px;
	background-image: url(images/header-logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
* html #header {clear:both;height:95px;} /* ie6 misbehaves again */


#horz_menu {
	position:relative;
	background:#d5b638;
	height:25px;
	margin:0;
}


/* menu */
div#menu {
	position:absolute;
	padding: 3px 15px 3px 12px;
	bottom:0;

}

div#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

div#menu li {
	float: left;
	display: block;
}

div#menu li.menu-current a {
	color: #eb7800;
}

div#menu li.menu-parent a {
	color: #eb7800;
}

div#menu li a {
	font-weight: bold;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	height: 20px;
	line-height: 20px;
	font-size: 90%;
	overflow: hidden;
}

div#menu a:link, div#menu a:visited {
	color: #fff;
}

div#menu li a:hover {
	color: #023863;
}

div#menu a.current {
	font-weight: bold;
	color: #eb7800;
}

/* Endemenu */
/* Ende logodiv */
/*******************************************************/


/*******************************************************/
/* maindiv */

#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width:690px;
	float:right;
	margin: 5px;
	padding:15px;
  	min-height:500px;
  	height:auto !important;
  	height:500px;

}

/* Ende maindiv */
/*******************************************************/


/*******************************************************/
/* sidebardiv */

.searchform {
	padding: 5px 5px 0 0;
}

input {
	font-size: 90%;
	color:#333;
}

#sidebar {
	width:150px;
	float:left;
	padding:10px 0 0 10px;
	overflow: hidden;
}

#sidelink {
	overflow: hidden;
}


#subm1 {
	margin: 0px 0px 0px 10px;
}

#subm1 ul {
	font-size: 95%;
	margin-top:0;
	list-style-image: url(images/arrow.gif);
	margin-left: 0.3em;
	padding-left: 0.3em;
	line-height: 140%;
}

#subm1 li span.menu_current a {
	font-weight: bold;
}


/* Ende sidebardiv */
/*******************************************************/


/*******************************************************/
/* footerdiv */

#footer {
	margin:5px auto;
	width:900px;
	padding:1px;
	color:#999;
	font-size:90%;
}

#footer p {
	margin:0 10px;
}

/* Ende footerdiv */
/*******************************************************/

