@charset "UTF-8";
/* CSS Document */




/*GENERAL*/

body{
	background-color: #aba296;
	text-align: left;
	line-height: 17px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #202020;
	margin: 0;
	padding: 0;
}

h1 {
	margin:0;
	padding: 0;
}

h2 {
	margin:0;
	padding: 0;
}

a:link{
	text-decoration: none;
	color:#0099FF;
}


a:visited {
	text-decoration: none;
	color: #0099FF;
}


a:hover {
	text-decoration: none;
	color: #FF6600;
	text-decoration: underline;
}


a:active {
	text-decoration: none;
	color: #FF6600;
}

p {
	margin: 0px 0px 16px 0px;
	padding: 0px;
}


.floatKiller{
	clear:both; 
	height:0px; 
	font-size:0px; 
	margin: 0px; 
	padding:0px;
	line-height: 0px;
}





/*CONTAINER*/

#wrapper {
	width: 784px;
	height: 786px;
	margin: auto;
	padding: 0px 16px 0px 16px;
	background-color: #ffffff;
}


#header {
	width: 784px;
	height: 146px;
	text-indent: -10000px;
	background-image:url(images/header.jpg);
}


#content {
	width: 784px;
	height: 448px;
}


#bottom {
	width: 784px;
	height: 144px;
	background-image:url(images/bottom.gif);
	margin-top: 16px;
}


#footer {
	width: 784px;
	height: 26px;
	border-top: 1px;
	border-top-color: #aba296;
	border-top-style: solid;
	text-align: center;
	line-height: 17px;
	font-size: 8.75px;
	color: #666666;
	padding-top: 5px;
}




/*LEFT*/

#left {
	width: 367px;
	height: 432px;
	border-right: 1px;
	border-right-color: #aba296;
	border-right-style: dotted;
	margin-top: 16px;
	float: left;
	
}

.Einzug {
	padding-left: 32px;
}

#title-one {
	width: 367px;
	height: 52px;
	background-image:url(images/title-one.jpg);
	text-indent: -10000px;
	margin-bottom: 5px;
}

#text-one {
	width: 367px;
	height: 112px;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}

#title-two {
	width: 367px;
	height: 20px;
	background-image:url(images/title-two.jpg);
	text-indent: -10000px;
	margin-bottom: 5px;
}

#text-two {
	width: 367px;
	height: 112px;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}

#title-three {
	width: 367px;
	height: 20px;
	background-image:url(images/title-three.jpg);
	text-indent: -10000px;
	margin-bottom: 5px;
}

#text-three {
	width: 367px;
	height: 92px;
	margin: 0;
	padding: 0;
}

ul {
	list-style-image:url(images/bullet.jpg);
	margin: 0;
	padding: 0px 0px 0px 48px;
}





/*RIGHT*/

#right {
	width: 416px;
	height: 448px;

	float: right;
}


#map {
	width: 416px;
	height: 304px;
	background-image: url(images/map.jpg);
	text-indent: -10000px;
}

.map {
	display: none;
}

.text-indent {
	text-indent: -10000px;
}

#contact {
	width: 368px;
	height: 128px;
	margin: 0;
	padding: 16px 0px 0px 48px;
}

