/* ---------------------------------------------------- body / html ----------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
body, html {
	height:100%;
	border: 0;
	margin:0;
	padding:0;
	background:#d7d7d7 url(../images/hgkachel.gif) 0 0 repeat-x; 
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#660000;
}
a:link, a:visited {
	color: #660000;
	text-decoration: underline;
}
a:hover {
	color: #660000;
	text-decoration: none;
}
a:active {
	color: #660000;
	text-decoration: underline;
}
.floatstop {
	float: none;
	height: 0;
	line-height: 0;
	font-size: 0.1px;
	clear:both;
}
/* ----------------------------------------------------- wrapper ----------------------------------------------------- */
div#wrapper {
	min-height:100%;  /*hierdurch + die 100% Angabe im Body/Html nimmt der wrapper 100% des Browserfensters in der Höhe ein*/
	width:760px;
	margin:0 auto;
	background:url(../images/contentkachel.gif) 0 0 repeat;  /*hierdurch richtet sich der wrapper horizontal in der mitte des Browserfensters aus*/
}

* html #wrapper {
	height:100%;
}
.focus { 
outline:none; 
}
/* ----------------------------------------------------- head ----------------------------------------------------- */
#head {
	width:760px;
	height:174px;
	background:url(../images/header.jpg) 0 0 no-repeat;
	margin:0 0 0 0;
	position:relative;
}
* html #head {
	margin-bottom:0;
}
/* ----------------------------------------------------- main----------------------------------------------------- */
#main { 
	width:760px;
	margin:0 0 0 0;
	position:relative;
}
#headline {
	width:460px;
	height:48px;
	background:url(../images/headline_hg.gif) 0 0 no-repeat;
	padding: 0 0 0 0;
}
h2 {
	font:13px/18px Arial, Helvetica, sans-serif;
	color:#660000;
	font-weight:bold;
	margin:10px 0 -5px 0;
}
/* ------------------- Headlines ------------------*/
#home h1{
	height:48px;
	text-indent:-5000px;
	background-image:url(../images/home/headline.gif);
	background-repeat:no-repeat;
	margin: 0 0 0 0;
}
#ueberuns h1{
	height:48px;
	text-indent:-5000px;
	background-image:url(../images/ueberuns/headline.gif);
	background-repeat:no-repeat;
	margin: 0 0 0 0;
}
#kontakt h1{
	height:48px;
	text-indent:-5000px;
	background-image:url(../images/kontakt/headline.gif);
	background-repeat:no-repeat;
	margin: 0 0 0 0;
}
#daten h1{
	height:48px;
	text-indent:-5000px;
	background-image:url(../images/daten/headline.gif);
	background-repeat:no-repeat;
	margin: 0 0 0 0;
}
#leistungen h1{
	height:48px;
	text-indent:-5000px;
	background-image:url(../images/leistungen/headline.gif);
	background-repeat:no-repeat;
	margin: 0 0 0 0;
}
#impressum h1{
	height:48px;
	text-indent:-5000px;
	background-image:url(../images/impressum/headline.gif);
	background-repeat:no-repeat;
	margin: 0 0 0 0;
}
/* ----------------------------------------------------- main - inhalt ----------------------------------------------------- */
#content {  /* !!! darf nicht floaten*/
	width:561px;
	padding:0 0 0 199px;
	min-height:265px;
	background: url(../images/conbg.jpg) 199px 0 no-repeat;
}

*html #content {
	height:expression(this.scrollHeight < 265? "265px" : "auto" );
}
#input_daten {
	width:447px;
	margin: 0 80px 0 0;
}
#text	{
	width:527px;
	padding:20px 0 45px 0;
}
.bilder	{
	float:left;
	width:121px;
	padding:15px 0 0 20px;
}
#text p {
	margin: 0 0 15px 0;
}
#inhalt	{
	width:527px;
	padding:0 0 0 34px;
}
#nachoben	{
	width:460px;
	height:12px;
	text-align:right;
	background: url(../images/ankerhg.gif) 0 0 no-repeat;
	padding:0 0 0 0;
}
hr {
	color: #660000;
	height: 1px;
	width:390px;
	border-width:0px;
	border-top-width:1px;
	border-top-style:solid;
	margin:-46px 0 23px 0;
}
* html hr {
	color: #660000;
	height: 1px;
	width:390px;
	border-width:0px;
	border-top-width:1px;
	border-top-style:solid;
	margin:10px 0 2px 0;
}
/* ----------------------------------------------------- footer ----------------------------------------------------- */
div#footer { /*der footer setzt sich, da der wrapper schon 100% Höhe einnimmt, unter diesen. Mit der Minus-Angabe und dem Z-Index wird dieser aber darüber platziert!*/
	margin:0 auto;
	width:760px;
	height:43px;
	margin-top:-43px;
	z-index:4;
	background: url(../images/footer.gif) 0 0 no-repeat;
	position:relative;
}
#suma {
display:none;
}
#text ul li	{
	background:transparent url(../images/lipunkt.gif) no-repeat scroll 0 4px;
	line-height:17px;
	list-style-type:none;
	margin:20px 0 0 20px;
	padding:0 0 0 13px;
	text-decoration:none;
}
