/* original */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #e69309;
	background-image: url(/.img/rundherum_bg.gif);
	background-repeat: no-repeat;
}

input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

ul {
	margin: 0px;
	padding: 4px 0px 0px 24px;
}
li {
	list-style-image:  url(/.img/listpunkt.gif);
	margin-bottom: 4px;
}

a:link, a:visited {
	color: #3870c3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* speziell */

a.navioff:link, a.navioff:visited {
	font-size: 14px;
	font-weight: bold;
	color: #e69309;
}

a.navion:link, a.navion:visited {
	font-size: 14px;
	font-weight: bold;
	color: #387dc3;
}
#formtable {
	width: 400px;
	font-size: 12px;
}

.external {
	background: url(/.img/externerlink.gif) right center no-repeat;
	padding-right: 14px;
}
.internal {
}


/* id */

#ani {
	position: absolute;
	left: 600px;
	top: 0px;
}
#contentbox {
	position: absolute;
	width: 400px;
	left: 325px;
	top: 132px;
	font-size: 12px;
	color: #333333;
	line-height: 130%;
	z-index: 99;
}

#galeriebox {
	position: absolute;
	width: 420px;
	left: 325px;
	top: 132px;
	font-size: 12px;
	color: #333333;
	line-height: 130%;
	z-index: 99;
}


#fotobox {
	position: absolute;
	left: 722px;
}

#visualbox {
	position: absolute;
	top: 26px;
}

/* navigation */

#startseite {
	position: absolute;
	top: 153px;
	left: 199px;
	z-index: 99;
}
#angebote {
	position: absolute;
	left: 150px;
	top: 183px;
	z-index: 99;
}
#ueberrundherum {
	position: absolute;
	top: 212px;
	left: 112px;
	z-index: 99;
}
#onlineberatung {
	position: absolute;
	top: 244px;
	left: 75px;
	z-index: 99;
}
#kontakt {
	position: absolute;
	left: 48px;
	top: 280px;
	z-index: 99;
}

#links {
	position: absolute;
	left: 25px;
	top: 316px;
	z-index: 99;
}

#subnavibox {
	position: absolute;
	width: 290px;
	height: 217px;
	top: 270px;
	font-size: 12px;
	line-height: 200%;
	background-image: url(/.img/subnavi_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
	padding-right: 16px;
	padding-top: 55px;
}

.break {
	clear: both;
}


