/*****************************************************************
						Tag Formatierung
*****************************************************************/

* {
	margin:	 0; 
	padding: 0;
}

html {
	height: 101%;	
}

body { 
	text-align:	center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
    background-position: left -110px;
}

p { 
	margin-bottom:	16px; 
}

a { outline:none;}

/*****************************************************************
						Klassen Formatierung
*****************************************************************/

.suchtext {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

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

/*****************************************************************
						HP Formatierung
*****************************************************************/

#container {
	width: 100%;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -110px;
}

#header {
	height: 280px;
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
}

#header h2 {
	padding-top: 35px;
	margin-left: 70px;
}

#header h2 a {
	display: block;
	height: 55px;
	width: 600px;
	text-indent: -9999px;
	font-size: 1px;
	color: #bed8ff;
	line-height: 1px;
}

#mainmenu {
	float: right;	
	width: auto;
}

#mainmenu ul {
	list-style-type: none;	
	padding-top: 170px;
	padding-right: 120px;
}

#mainmenu ul li {
	display: block;
	float: left;
	padding: 0 10px;
	border-right: 1px solid #414141;
	line-height: 16px;
}

#mainmenu ul li a,
#mainmenu ul li a:visited {
	color: #414141;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#mainmenu ul li a:hover,
#mainmenu ul li a:active,
#mainmenu ul li a:focus,
#mainmenu ul li.active a {
	color: #5574a6;	
}

#mainmenu ul li.moebel {
	border-right: none;
	padding-right: 0;
}

#wrapper {
	width: 980px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-top: 40px;
	clear: both;
}

#contentcontainer {
	width: 828px;
	margin: 0 auto;
	min-height: 232px;
	height: auto !important;
	height: 232px;
	background-image: url(../images/content_bg_repeat.jpg);
	background-repeat: repeat-y;
}

#content {
	width: 828px;
	height: auto;
	overflow: hidden;
	background-image: url(../images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

#sidebar {
	width: 226px;
	height: 282px;
	background-image: url(../images/sidebar.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	margin-left: 45px;
	text-align: left;
	padding: 30px 0 0 40px;
	color: #59371e;
	float: left;
	display: inline;
}

#sidebar address {
	font-style: normal;
}

.bold {
	font-weight: bold;
	display: block;
	float: left;
	width: 50px;
	font-size: 12px;
	line-height: 20px;
	clear: left;
}

.nummer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#sidebar p {
	margin-bottom: 10px;	
}

#sidebar a,
#sidebar a:visited{
	color: #59371e;	
}

#sidebar a:hover,
#sidebar a:active,
#sidebar a:focus {
	color: #2e1c10;
}

#sidebar address {
	margin-top: 40px;
	margin-bottom: 15px;
}

#text {
	font-size: 12px;
	line-height: 23px;
	text-align: left;
	width: 435px;
	min-height: 530px;
	height: auto !important;
	height: 530px;
	float: right;
	display: inline;
	padding-top: 30px;
	padding-right: 50px;
	color: #414141;
	background-image: url(../images/text_bg.jpg);
	background-repeat: no-repeat;
	background-position: 145px bottom;
}

#text h3 {
	color: #59371e;
	font-size: 25px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 30px;
}

#text p {
	margin-bottom: 35px;	
}

#text a,
#text a:visited {
	color: #414141;
	text-decoration: underline;	
}

#text a:hover,
#text a:active,
#text a:focus{
	color: #59371e;	
}

#content_bottom {
	width: 828px;
	height: 12px;
	background-image: url(../images/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
