body {
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	color:#574f4f;
	font: 12px Verdana;
	line-height: 20px;
	text-align:center;
	background-position:center 0px;
	background-image:url(/style/backgrounds/body-background-blue.png);
	background-repeat:no-repeat;
}

ul {
	list-style-type:disc;
}

th {
	color:#574f4f;
	font: 12px Verdana;
	text-align:left;
	font-weight:bold;
}

img {
	border:0px;
}

a {
	text-decoration:none;
	color:#574f4f;	
}

a:hover {
	text-decoration:underline;	
}

/* ####### CENTERED DESIGN ####### */
#main {
	width:1024px;
	margin:0px auto;
	text-align:left;
	padding: 0px;
}

/* ####### HEADER ####### */
#headerbar {
	height: 174px;
	padding:0px;
}

#metanav {
	margin: 0px 26px;
	height:35px;
	width: 215px;
	line-height: 35px;
	font-size: 11px;
	float:right;
	text-align:center;
}


#topnav {
	margin: 50px 26px;
	height: 37px;
	width: 640px;
	float:right;
	clear:right;
}

#topnav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#topnav ul li {
	width: 160px;
	height: 37px;
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	margin:0px;
	line-height:36px;
}

#topnav ul li a {
	width: 160px;
	height: 37px;
	display:block;
}

#logo {
	float:left;
	margin: 0px;
	background-image:url(/style/backgrounds/logo.png);
	width:298px;
	height:120px;
}

#logo a {
	width:298px;
	height:120px;	
	display:block;
}

/* ####### SIDEBAR ####### */
#sidenav {
	width: 298px;
	float:left;
	margin-top:-49px;
}

#sidenav p {
	background-image:url(/style/nav/sidenav-head-blue-transparent.png);
	background-repeat:no-repeat;
	width: 298px;
	color:#ffffff;
	font-weight: bold;
	font-size:14px;
	line-height:51px;
	text-align: center;
	padding:0px;
	margin:0px;
}

#sidenav ul {
	padding:0px;
	margin: 0px;
	list-style-type:none;
	color: #000000;
	font-size: 14px;	
	font-weight: normal;
}

#sidenav ul li {
	height:40px;
	width: 298px;
	padding:0px;
	margin:0px;
	text-align: center;
	line-height:40px;
}

#sidenav ul li a {
	background-image:url(/style/nav/sidenav-entry-1.png);
	background-repeat:no-repeat;
	height:40px;
	width: 298px;
	display:block;
	text-decoration:none;
}

#sidenav ul li a:hover {
	background-image:url(/style/nav/sidenav-entry-0.png);
	text-decoration:none;
	text-decoration:none;
}

/* ####### TITLE ####### */
#titlebar {
	height: 49px;
	font-size:24px;
	font-weight:bold;
	line-height: 49px;
	width:640px;
	float:right
	padding-right:50px;
	margin-left: 350px;
}


/* ####### FOOTER ####### */
#footer {
	height: 50px;
	background-image:url(/style/backgrounds/footer.png);
	background-repeat:no-repeat;	
	padding-top:25px;
	text-align:right;
	clear:both;
}

#footertext {
	font: 11px Verdana;
	margin-right:50px;
}

/* ####### CONTENT ####### */

#wrapper {
	min-height:360px;
	background-repeat:repeat-y;	
	background-image:url(/style/backgrounds/content.png);
}

#content {
	width:622px;
	padding-right: 50px;
	float:right;
}

#content a {
	font-weight:bold;
}

.clearer {
	clear:both;
}

.sitemap {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

.thumbs {
	padding:0px;
	margin:20px 0px 0px 0px;
	list-style-type:none;
	display:block;
}

.thumbs li {
	float:left;
	padding-right:10px;
}

.contactform {
	margin-top:25px;
	padding-left:25px;
}

.contactform table td input {
	width:350px;
}

.contactform table td textarea {
	width:350px;
	height:200px;
}

.search {

}

.searchlist {
	margin-top:25px;
	list-style-type:none;
}

.searchlist li {
	margin-bottom:25px;
}

.ie6crap {
	display:none;
	padding:20px;
	border:1px dashed red;
	color:red;
	margin:20px 0px 20px;
}

.kundenliste {
	background-color:#ffffff;
	border: 1px solid #aaaaaa;
}

.kundenliste tr td {
	text-align:center;
}