/* Layout */
* { margin: 0px; padding: 0px; }
body > div { width: 980px; margin: 0 auto; }
#branding { 	float: right; width: 258px;	min-height: 270px; background: url(small_shadow.png) top center no-repeat; }
#navi ul li { display: inline; }
#supp_menu  { width: 262px; 	float: left; background: url(big_shadow.png) top center no-repeat; min-height: 500px; }
#content {	margin-left: 272px;}
#footer ul {	float: right;}
#footer ul li { 	display: inline; }
#footer p { float: left; }

/*Design*/

a { color: #555; text-decoration: none; }


@font-face {
            font-family:"Petita Medium";
            src: url(fonts/PetitaMedium.ttf) format("truetype");
}



body { 
	border-top: 1px solid #636363;
	font-family: "Petita Medium","Lucida Sans Unicode","Lucida Grande","FreeSans",Tahoma,Arial, sans-serif; 
	font-size: 11pt; 
	
}

h1 { font-size: 200%; color: white; letter-spacing: 2px; padding-top: 20px;}
h2 { font-size: 110%; color: white;}

#kopf {
  text-align: center;
  #background-color: #C3DFB7;
  background-image: url(Himmelheller2.jpg);
  color: white;  
# color: #333;
  # color: #ffd700;
  padding: 40px 0px;  
  border-bottom: #333 1px solid;
}

#content p { line-height: 1.4em; margin: 10px 0px;}

#branding {
	text-align: center;
	font-size: .9em;
	position:relative; top: -10px;
}

#branding img { margin-top: 50px; border: none;  }

#branding ul { margin-top: 10px; }

#branding ul li {
	display: inline;
	
}

#content a { color: #636363; text-decoration: underline; }

@font-face {
            font-family:"PetitaLight";
            src: url(fonts/PetitaLight.ttf) format("truetype");
}

#content h2, #content h3 { color: #363636; font-family: "PetitaLight","Lucida Sans Unicode","Lucida Grande","FreeSans",Tahoma,Arial, sans-serif; font-size: 110%; text-transform: uppercase; margin: 10px 0px; }
#content h3 { font-size: 90%; }

#supp_menu ul {
	padding: 40px;
	
}

#supp_menu  ul li {
	list-style-image: url(li3.png);
	list-style-position: inside;
	border-bottom: 1px dotted gray;
	padding: px 0px;
	font-size: .9em;
	
}


.sitemap { background: url(sitemap.png)  left center no-repeat; padding-left: 20px; padding-right: 10px; }
.contact { background: url(email.png) left center no-repeat; padding-left: 15px; }

/* Navigation Layout-Aufklappfunktion (ohne Styling) */


#navi ul { margin: 0 0 20px 0; padding: 0; }
#navi ul li { display: inline; position: relative; }
#navi ul ul, #navi ul ul ul { display: none; }
/* #navi ul ul li, #navi ul ul ul li, #navi ul ul ul ul li { display: block; } */
#navi ul ul li, #navi ul ul ul li { display: block; }
#navi ul li:hover > ul { display: block; position: absolute; left: 0px;} 
#navi ul li:hover > ul { top: 100%;}
#navi ul ul li:hover ul { left: 100%; top:0px; }


/* Styling Menu */

#navi > ul {
	padding: 5px 0px;
	background: url(border-dots.png) bottom left repeat-x;
	border-bottom: 1px solid #636363;
	margin-top: 30px;
}

#navi ul li {
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 10px; 
}

#navi ul li:hover {
	background: #636363;
}

#navi ul li:hover a {
	color: white;
}

#navi ul ul {
	background: #555;
	border-left: 3px solid #eee;
	border-bottom: 3px solid #eee;
}

#navi ul ul li {
	padding: 5px 5px 5px 15px;  
	border-bottom: 1px dotted #eee;
	min-width: 80px;
}

#navi ul ul li > a {
	font-size: .7em;
}
#navi ul ul a { display: block; }
#navi > ul > li { font-size: 1.1em; }



#breadcrumbs, #footer { color: #999; font-size: .7em; margin-bottom: 25px; }
#breadcrumbs ul:before {
	content: "";
}
#breadcrumbs li, #footer li { display: inline; line-height: 1.2em; }
#breadcrumbs li:before { content: " » "; font-size: 1.4em; }
#breadcrumbs li:first-child:before, #footer li:first-child:before { content: none; }

#footer { border-top: 0px dotted gray; padding: 10px;  }
#footer li:before { content: " | "; font-size: 1.4em; }


input.formular {
				text-indent: 2px;
				color: #000000;
				font-family: verdana, arial, sans-serif;
				font-size: 12px;
				border-top: 1px solid #0E224B; 
				border-right: 0px none; 
				border-bottom: 0px none; 
				border-left: 1px solid #0E224B; 
				background-color:#F7F6F6;
				height: 17px;
				width: 200px;
			}

			input.button {
				background-color: #FAFAFA;
				color : #000000;
				font-family: verdana, arial, sans-serif;
				cursor: pointer;
			}

			#searchresult table {
				border-collapse:collapse;
				border: solid #636363 1px;
				padding-left: 0px; 
				padding-right: 0px;
				padding-bottom: 0px; 
				padding-top: 0px;
				background-color: #DEDFE2;
				margin-left:auto;
				margin-right:auto;
				margin-top: 20px;
			}

			#searchresult th{ 
				font-weight: bold; 
				font-size: 9pt; 
				color: #BFBFC1; 
				font-family: verdana, arial, sans-serif; 
				text-align: left;
				height: 20px; 
				background-color: #112A5D;
				padding: 2px 5px 2px 5px;
			}
	
			#searchresult td{ 
				border: solid #0E224B 1px;
				font-weight: normal; 
				font-size: 8pt; 
				color: #0E224B;
				font-family: verdana, arial, sans-serif;
				padding: 3px;
				white-space:nowrap; 
		
			}

			strong.searchword {
				background-color: #e8d850;
				font-weight:normal;
			}
