html,body{ margin: 0; padding: 0; }

html{
	background-image: url(verlauf_unten.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #0073B1;
	min-height: 100%;
}

body{
	color: #2E2E2E;
	font-family: arial,helvetica,tahoma,sans-serif;
	font-size: 100.01%;
}

#content-wrap{
	width: 840px; /* Contentbereich komplett */
	margin: 16px auto 60px auto;
	font-size: 84%;
	line-height: 1.2em;
	/*border: 1px solid #F4A460;*/
}

 #container{ display: block; margin:0;}

 #container:after {
	clear: both; /* für FF,Opera,etc. */
	display: block;
	content: '.';
	height: 0;
	visibility: hidden;
}

#block1Wrapper{
	/*float: left;*/
	width: 100%;
	background-color: #B8EBFE; /* unterh. Men&uuml; */
	background-image: url(verlauf_menu2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	
}

#block1{ margin: 0; padding: 0; /* Content */ }

#header{
	background-image: url(himmelblau.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #BAEDFE;
	height: 100px;
	position: relative;
}

  #suche{
	width: 70%;
	padding-left: .5em;
	font-size: 100%;
	position: absolute;
	top: 10px;
	left: 20px;
	height: 1.3em;
}

#suche p{ margin-top: 0em; font-weight: bold; }

#suche p i{ margin-top: 0em; font-weight: normal; }

#suche p.sucheHeader{ margin-bottom: 0.2em; font-size: 125%; }

  #logoHead{
	border: 0px solid green;
	width: 185px;
	position: absolute;
	top: 20px;
	right: 20px;
	height: 60px;
}

#header a img{ border: none; }

 
/* ---- Content Mitte ---- */
#block1Content{
	margin-bottom: 0em;
	padding: 20px 0px 0px 30px;
	border-top: 1px solid #8F9EAB;
	background-color: #DEEEFA;
}

#contentInnen{
	padding-right: 0px; /*  Ohne Crumbs */
	min-height: 350px;
}

#footer{
	margin: 0 0px 0 -30px;
	background-color: white;
	font-size: 86%;
	line-height: 1.1em;
	height: 6.5em;
	position: relative;
}

#footLeft{
	font-weight: bold;
	position: absolute;
	left: 30px;
	top: 0em;
}

#footRight{
	position: absolute;
	right: 30px;
	top: 1em;
}

/* ---- Content Links (Navi) ---- */
#block2Content{ padding: 0; }

h1,h2{
	margin-bottom: 1em;
	color: #013F0F;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.3em;
}

h1{ font-size: 1.5em; }

h2{
	margin-top: 1em;
	font-size: 1.1em;
	letter-spacing: 1px;
}

#linkBox {
	float: left;
	width: 242px;
	margin-right: 25px;
	margin-bottom: 10px;
	border: 0px solid green;
}

#linkBox a{
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}

#linkBox a:hover{ color: Blue; text-decoration: none; }

a img {
	border: none;
	border-bottom: 1px solid #DEEEFA;
	padding-bottom: 3px;
}

a:hover img {
	border: none;
	border-bottom: 1px solid #0073B1;
}

h2 span{ font-size: 150%; }

#block1 a{ text-decoration: underline; }

td{ vertical-align: top; }

input{ margin: 0 5px 5px 0; padding: 0; }




