/* colors
dblau:     #0A50A1
hblau:     #D9EDF5
grau:      #3C3C3C
hellgruen: #F5FEE5
*/



body {
	background: #CEEBF5 url(../images/design/site_bg.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C3C3C;
	font-size: 12px;
	line-height: 17px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	}
	


/*  fonts  ------------------------------------------------------------------  */

 
a:link {color: #707070; } 
a:visited {color: #707070;} 
a:hover {color: #0A50A1; }


p {
	margin: 0;
	padding: 0 0 10px 0;
	}

h1, h2 {
	margin: 0;
	padding: 0 0 0.6em 0;
	font-weight: bold;
	color: #0A50A1;
	}

h1 {
	font-size: 22px;
	line-height: 23px;
	}

h2 {
	font-size: 16px;
	line-height: 18px;
	padding: 8px 0 0.6em 0;
	}


/* Start page ---------------- */

div#navigationStart h2 {
	font-size: 14px;
	line-height: 16px;
	padding: 8px 0 0.6em 0;
	}

/* --------------------------- */


div#footerNavigation {
	color: #FFFFFF;
	font-size: 11px;
	}

div#footerNavigation a:link {color: #FFFFFF;}
div#footerNavigation a:visited {color: #FFFFFF;}
div#footerNavigation a:hover {color: #D9EDF5;}




/*  Navigation  ---------------------------------------------------------------   */


div#navigation ul {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 13px;
	border-top: 1px solid #D2E4DB;
	}

div#navigation ul ul {
	font-size: 11px;
	line-height: 12px;
	border: none;
	padding-top: 0px;
	}
	
div#navigation li {
	list-style-type: none;
	margin: 0;
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #D2E4DB;
	}

div#navigation li li {
	margin: 0;
	padding: 4px 0 4px 15px;
	border: none;
	}

div#navigation a {
  color: #696969;
  text-decoration: none;
  display: block;
  }

div#navigation a:hover {
	font-weight: bold;
  }

div#navigation li strong a {
	color: #0A50A1;
	}



/*  search form layout  ----------------------------------------------------------   */

form {
	margin: 0;
	padding: 0;
	}

label {
	color: #0A50A1;
	font-weight: bold;
	}

input {
	background: #F0F0F0 url(../images/design/input_form_bg.jpg) top left repeat-x;
	border: 1px solid #CCCCCC;
	margin-left: 5px;
	padding: 2px;
	font-size: 11px;
	}

div#search p {
	margin: 0;
	padding: 0;
	}



/*  div layout  ------------------------------------------------------------------   */


div#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
	}

div#headerContainer {
	width: 800px;
	/* height: 190px; */
	background: #D9EDF5;
	}

div#headimageContainer {
	width: 800px;
	height: 130px;
	}

div#headimageContainer img {
	float: left;  /* fuer IE */
	}

div#searchContainer {
	background: url(../images/design/header_search_bg.gif) bottom center no-repeat;
	width: 800px;
	/* height: 40px; */
	}

div#search {
	padding: 10px 20px 10px 0;
	text-align: right;
	}

div#headerShadow {
	background: url(../images/design/header_shadow.jpg) top center no-repeat;
	width: 800px;
	height: 20px;
	}




div#contentContainer {
	background-color: #F5FEE5;
	width: 800px;
	overflow:hidden;
	}

div#navigation {
	background-color:#F5FEE5;
	width: 180px;
	border-right: 580px solid #FFFFFF;
	margin-right: -580px;
	padding: 0 20px 20px 20px;
	float: left;
	}

div#contentMain {
	background-color: #FFFFFF;
	width: 540px;
	margin: 0;
	padding: 0 20px 20px 20px;
	float: left;
	}


/* Start page ---------------- */

div#headerShadowStart {
	background: url(../images/design/header_shadow_start.jpg) top center no-repeat;
	width: 800px;
	height: 20px;
	}

div#navigationStart {
	background-color:#F5FEE5;
	width: 260px;
	border-right: 500px solid #FFFFFF;
	margin-right: -500px;
	padding: 0 20px 20px 20px;
	float: left;
	}

div#contentMainStart {
	background: #FFFFFF;
	width: 460px;
	margin: 0;
	height: 375px;
	padding: 0 20px 20px 20px;
	float: left;
	}

/* -------------------------- */



div#footerContainer {
	background: #0A50A1;
	width: 800px;
	}
	
div#footerNavigation {
	padding: 10px 20px 10px 20px;
	}

div#footerNavigation a {
	padding-left: 10px;
	}

div#footerImage {
	background: url(../images/design/footer_bg.jpg) top center no-repeat;
	width: 800px;
	height: 83px;
	}



/*  others  ------------------------------------------------------------------  */


img {
	border: 0;
	}

.imageLeft {
	float: left;
	margin: 0px 10px 10px 0px;
	}

.imageRight {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.center {
	text-align: center; 
        display: block;
	}


/*
div#contentMain table {
	float: left;
	margin: 0px 0 10px 0;
	width: 190px;
	border-collapse: collapse;
	border-spacing: 0;
	}

div#contentMain td {
	font-size: 11px;
	line-height: 16px;
	border-bottom: none;
	border-collapse: separate;
	padding-left: 4px;
	vertical-align: top;
	}
*/

div#contentMain ul {
	margin: 0;
	padding: 0 0 0.6em 0;
	}
	
div#contentMain li {
	margin-left: 0px;
	padding-left: 13px;
	list-style-type: none;
	background: url(../images/design/content_bullet.gif) no-repeat;
	background-position: 0px 0.5em;
	padding-bottom: 0;
	margin-bottom: 0.4em;
	}


.hide {
	display: none;
	}

