/* Mozilla Jump-Bug Anfang */
/* html {
	height: 100%;
	margin-bottom: 1px;
}
*/
html { overflow-y: scroll; }

/* Mozilla Jump-Bug Ende */
body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../bilder/hg_main.png) repeat left top;
}

img { border: none; display: block; margin: 0; padding: 0; }

#seitencontainer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: left;
	top: 15px;
	width: 960px;
}

#trailer {
	clear: both;
	float: left;
	width: 960px;
	height: 177px;
}

#bttnangeb, #bttnref, #bttnpreis, #platzh, #bttnkont, #bttnimpr, #bttnhome {
	float: left;
}
#bttnangeb {
	width: 114px;
	height: 33px;
}

#bttnref {
	width: 132px;
	height: 33px;
}

#bttnpreis {
	width: 86px;
	height: 33px;
}

#platzh {
	width: 277px;
	height: 33px;
}

#bttnkont {
	width: 120px;
	height: 33px;
}

#bttnimpr {
	width: 128px;
	height: 33px;
}

#bttnhome {
	width: 103px;
	height: 33px;
}

#inhalte {
	background: #FFF url(../bilder/hg.gif) repeat-y left top;
	clear: both;
	float: left;
	width: 960px;
}

#hauptbereich {
	clear: left;
	float: left;
	margin-left: 22px;
	margin-right: 45px;
	width: 542px;
}

h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 16px;
	margin-top: 25px;
}

/* Extra-Einzug von Links */
.one { margin-left: 15px; }

h2 {
	font-size: 1.1em;
	margin-bottom: 10px;
}

h3 { font-size: 1.3em; }

ul { }

ul li {
	list-style: disc url(../bilder/liste01.gif);
	margin-bottom: 10px;
}

ul li ul li {
	list-style: disc url(../bilder/liste02.gif);
}


/* Spalten in Formularen */
.formularzweispaltig { clear: both; float: left; width: 500px; }

.links { clear: left; float: left; width: 250px; }

.rechts { clear: right; float: left; width: 250px; }

.small { font-size: 0.8em; }



#randspalte {
	clear: right;
	float: left;
	padding-left: 34px;
	padding-top: 20px;
	width: 300px;
}

.container {
	border: 1px solid #C9CFDC;
	float: left;
	height: auto;
	margin: 0 0 35px;
	padding: 0;
	width: 280px;
}

.containeruberschr {
	background: #C9CFDC;
	font-size: 0.9em;
	font-weight: 500;
	height: 50px;
	padding: 2px 10px 10px;
	margin: 0px;
}

.container p { font-size: 0.8em; padding: 10px; }

.container p img {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto; /* zentriert */
}





/** 
* Klasse, um Floats zu beenden 
* funktioniert in IE6-7, Moz; bei IE6 Konditionalstile beachten -- conditionalstyles.css
* Klasse wird auf uebergeordnetes Element angewendet
*/
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0; /* nur fuer DREAMWEAVER */
	visibility: hidden;
}

.clearfix { display: inline-block; /* for IE/Mac */ }

html[xmlns] .clearfix { display: block; }

