/*-------------------------------------------------------------------------*/
/* (en) Marginal areas & page background */
/* (de) Randbereiche & Seitenhintergrund */
body {
	background: #BCBCC6;
	color: #243e90;
	padding: 5px 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

/* Layout Properties | Layout-Eigenschaften */

#page {
	margin: 0 auto;
	width: 935px;
	background: #fce6a8;
}


#header {
	width: 100%;
	background: #fff8e5 url(../images/kopf.jpg) no-repeat;
	min-height: 80px;
	max-height: 80px;
}


#topnav {
	margin: 70px :
}
#topnav ul {
	margin-right: 25px;
	float: right;
	font-size: 13px;
}
#topnav ul li {display: inline;}
#topnav ul li a {
	color: #243e90;
	padding: 0 5px;
	text-decoration: none;
}

#topnav ul li a:hover {
	text-decoration: underline;
}

#navContainer {
	width: auto;
	display:block;
	clear:both;
	background: #243e90;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */
#header_menu {
	position: absolute;
	margin-left: 250px;
	background: #243e90;
}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	/*height: 1.68em;*/
	height: 25px;
	background: #243e90;
	border-top: 1px solid #243e90;
	/*border-bottom: 1px solid #243e90;*/
	padding: 0;
}

#nav ul {
	list-style-type: none;
	margin: 0 0 0 250 px;
	padding: 0;
	font-size: 81%;
	text-transform: uppercase;
	width: auto;
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {
	float: left;
	color: #fff;
	text-align: center;
	font-weight: normal;

}

#nav ul li a {display: block;
	background: #243e90;
	padding: 3px 10px;
	padding-bottom: 3px;
	border-left: 1px solid #243e90;
	border-right: 1px solid #243e90;
	color: #fff;
	text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus, #nav ul li:hover a {
	background: #fff8e5;
	color: #243e90;}

#nav li a:active, #nav ul li a.active {background: #fff8e5;
	border-color: #243e90;
	color: #243e90;}
/* Current page Customisations*/
#nav li.menu-parent a		{ background: #fff;
	color: #243e90;
}

#nav li.menu-current a	{font-weight: bold;}

/* 2nd Child menu */
#nav .menu li ul {
	position: absolute;
	width: 12em;
	margin: 0;
	display: none;
	text-transform: none;
	border-top: 1px solid #243e90; /* border-top: 0;*/
	font-size: 100%;
}
#nav .menu li ul li {width: 12em;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1em;}
#nav .menu li ul a {
	width: 11.5em;
	padding: .6em .1em .6em .4em;
	background: #fff;
	color: #243e90;
	border: 1px solid #243e90;
	border-top: 0;
}

/* 2nd Child link hover */
#nav .menu li ul a:hover {
	color: #243e90;
	background: #fff8e5;
}
#nav .menu li a:hover ul {border-top: 1px solid #243e90;}
/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#main {
	margin: 0;
	width: 100%;
	background: #fce6a8;
	min-height: 120px;
	font-size: 14px;
	font-weight: lighter;
}

#rotation{
	padding: 0;
	margin: 0;


}
#rotation img{
	border-top: 15px solid #fff;
	border-bottom: 20px solid #243e90;
}


#footer {
	position: relative;
	clear: both;
margin 0;
	padding: 0 20px;
	color: #243e90;
	background: #fff8e5;
	border-top: 10px #fff solid;
	font-size: 11px;
	text-align: center;
}

#footer a{
	text-decoration: underline;
	color: #243e90;
}

/**
* (de) Formatierung der Inhalts-Container
*
*/

#col1 { background: #fce6a8; float: left; max-width: 250px; width: 250px; min-width: 250px;  margin:0 ; }
#col2 { background: #fce6a8; float: left; width: 317px;  margin:0 ;  }
#col3 { background: #fce6a8; float: left; width: 317px; margin: 0 25px;  }
#col1_content { padding: 0 10px 0 20px }
#col2_content {
	padding: 0;
}
#col3_content { padding: 0 10px 10px;}

#col3_content a, #col2_content a:visited {
	color: #0033ff;
	text-decoration: none;
	
}
#col3_content a:hover{
	text-decoration: underline;
}

h3{
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

