@charset "utf-8";
/* CSS Document */
body, html {
	height: auto;
	min-height: auto;
	margin: 0;
	padding: 0;
	
}
#headerelemente {
	margin-top: 6px;
}
#seite {
	background-image:url(../images/bg-startseite.gif);
	min-height: 100px; /* Fuer moderne Browser */
  	height: auto !important; /* Fuer moderne Browser */
 	height: auto; /* Fuer IE */
}
#startwrap {
position: relative;
padding-top: 6px;
}
#startbild {
position: relative;
background-image: url(../images/startbild.jpg);
background-repeat: no-repeat;
background-position: 12px 0px;
background-repeat: no-repeat;
height: 480px;
}
#menuabstand {
height: 8px;	
}

#menu {

}
#mainbox {
	margin: 6px 12px 0px 12px;
	min-height: 10px;
	height: auto;
}
#maincontent {
	position: relative;
	float :none;
	width: auto;
	height: auto;
	height: 246px;
	background-image:url(../images/beispiel-startseite-bild.jpg);
	background-repeat: none;
}
#startcontainer {
	position: relative;
	top: 45px;
	left: 80px;
	width: 350px;
	height: 180px;
	overflow: hidden;
}
#fusszeile {
	height: 48px;
	position: static;
	background-image:url(../images/bg-fusszeile-start.gif);
	background-color: #ECEBE4;
	
}
#fusswrapper {
		display: block;
		padding: 17px 20px 0 20px;
}

#startcontainer a:link,#startcontainer  a:visited {
	color: #141412;
	text-decoration: none;
}
#startcontainer a:focus, #startcontainer a:hover {
	color: #141412;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	display: block;
	/* clear:both; */
	padding: 12px 0 15px 0;
	margin: 0;
	font-size: 26px;
	font-weight: normal;
	line-height: 32px;
	color: #141412;
}



