html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	margin: 30px 0 30px 0;
	padding: 0;
	text-align: center;
	background-color: #DDDDDD;
	background-image: url(bilder/layout/topbg.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	background-attachment:fixed;
}


a,
a:link,
a:active,
a:visited {
	text-decoration:underline;
	color: #333;
}

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

a.linktausch,
a.linktausch:active,
a.linktausch:visited,
a.linktausch:hover {
	text-decoration:none;
	color:#333;
}

#out {
	width: 740px;
	margin: 20px 20px 0px 20px;
	padding: 10px;
	text-align: left;
}

#header {
	width: 740px;
	height: 100px;
	padding: 0;
	text-align: center;
	background-image: url(bilder/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	
}

#headerempty {
	width: 740px;
	height: 100px;
	padding: 0;
	margin: 0;
}

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

#page {
	width: 740px;
	margin: 0;
	padding: 0;
	float: left;
	background-image: url(bilder/layout/contentbg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	border: 0px;
	border-bottom: 1px;
	border-color: #000;
	border-style: solid;
}

#content {
	width: 480px;
	float: right;
	padding: 5px 20px 20px 20px;
	background-image: url(bilder/layout/rund.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#content h1 {
	font-size: 22px;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0;
}

#content h2, h3, h4 {
	font-size: 18px;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0;
}

.sideleft {
	width: 220px;
	float: left;
	color: #fff;
	padding: 25px 0 0 0;
}

.sideleft ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.box {
	margin-bottom: 10px;
}

.box2 {
	margin-bottom: 10px;
	text-align: center;
}

.sideleft ul li ul li a {
	padding: 2px 2px 2px 18px;
	margin-bottom: 1px;
	display:block;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	background-image: url(bilder/layout/navi.png);
	background-repeat: repeat-y;
	background-position: top right;
}

.sideleft ul li ul li  a:hover {
	padding: 2px 2px 2px 18px;
	margin-bottom: 1px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background-image: url(bilder/layout/navi_hover.png);
	background-repeat: repeat-y;
	background-position: top right;

}

.menuead {
	margin: 0 0 10px 0;
	padding: 0 0 0 12px;
	text-align: center;
}

.contentad {
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: center;
}

#footer {
	margin: 0;
	padding: 2px;
	text-align: center;
	width: 740px;
}

#footer {
	color: #555;
	font-size: 11px;
}

#footer a {
	color: #555;
	text-decoration: underline
}

#footer a:hover {
	color: #555;
	text-decoration: none;
}

/* ######## stylisierungen ######## */


#content li {
	padding: 5px 0 5px 0;
}

hr {
	border: 0px;
	border-top: 1px;
	border-top-color: #efefef;
	border-style: solid;
	height: 0;
}


p.textbox {
	padding: 0;
	margin: 0;
	text-align: justify;
}

p.centerbox {
	padding: 0;
	margin: 20px 0 20px 0;
	text-align: center;
}

.red {
	color: #ff0000;
}

.green {
	color: #008800;
}

.small {
	font-size: 11px;
}