body {
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 auto;
	padding: 0px;
	color: #757575;
}

h1, h2, h3 {
	color: #333333;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin-left:10px;
}

h3 {
	font-size: 16px;
}

p, ul, ol {
	margin-top: 5px;
	line-height: 160%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

strong{
	margin-left:20px;
	}

a {
	color: #C11A00;
	text-decoration: none;
}

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

a img {
	border: none;
}

img.floatleft {
	float: left;
	margin-right: 20px;
	margin-top:5px;
	margin-bottom:5px;
}

img.floatright {
	float: right;
	margin-right: 10px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.bild{	
	border: solid 1px #333333;
	padding: 1px;
	}


hr {
	display: none;
}

#header {
	width: 960px;
	height: 483px;
	margin: 0 auto;
}

/* Logo */

#logo {
	width: 860px;
	height: 150px;
	margin: 0 auto;
	padding: 2px;
	background: url(../images/design/logo.jpg) no-repeat left bottom;
}


#logo h1 {
	float:right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ccc;
}


#menu {
	height: 60px;
	width: 860px;
	padding-left: 20px;
	background: url(../images/design/img02.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 20px 10px 15px 10px;
	margin-right: 1px;
	height: 30px;
	text-decoration: none;
	font-size: 15px;
	font-weight:bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #666666;
}

#menu .aktiveSeite a {
	background: none;
	color: #666666;
}



#wrapper {
	width: 860px;
	margin: 0 auto;
	background: url(../images/design/topWrapper.jpg) no-repeat left top;
}

/* seite */

#seite {
	width: 860px;
	margin: 0 auto;
	padding-top: 20px;
}

/* inhalt */

#inhalt {
	padding-top:10px;
	float: right;
	width: 650px;
	border-left: 1px dotted #cccccc;
}

.thema {
}

.thema .title {
	margin: 0;
	padding: 0px 20px 10px 10px;
}

.thema h2.title {
	padding: 0px 20px  5px 10px;
	height: 30px;
	font-size: 18px;
	border-bottom: 1px dotted #cccccc;
}

.thema h3.title {
	padding: 10px 20px  10px 10px;
	height: 20px;
	font-size: 14px;
	color:#666666;
}

.thema h3.context {
	padding: 0px 0px 20px 0px;
	height: 16px;
	font-size: 14px;
	font-weight:bold;
	color:#333333;

}

.thema .title a:hover {
	text-decoration: none;
}

.thema .absatzKlein {
	margin: 0px;
	padding: 5px 20px;
	height:110px;
}

.thema .absatzGross {
	margin: 0px;
	padding: 5px 20px;
}

.untertitel {
	height: 35px;
	margin: 15px 0 30px 0;
	padding: 15px 0 0 20px;
	line-height: normal;
	background: url(../images/design/img05.jpg) repeat-x left top;
}

.thema a {
	color: #31363B;
}

/* seitenmenu */

#seitenmenu {
	float: left;
}

#seitenmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#seitenmenu li {
	margin-bottom: 10px;
}

#seitenmenu li ul {
	padding-left: 25px;
}

#seitenmenu a {
	margin: 0;
	padding: 5px 0 5px 5px;
	border-bottom: 1px dotted #cccccc;
}

#seitenmenu a:hover {
	margin: 0;
	padding: 5px 0 5px 15px;
	border-bottom: 1px dotted #cccccc;
}


#seitenmenu .aktiv a {
	text-transform:uppercase;
	font-weight:bold;
	padding-left:5px;
}


#seitenmenu li h2 {
	margin: 0 0 5px 0;
	padding: 10px 0  5px 25px;
	height: 30px;
	font-size: 18px;
	border-bottom: 1px dotted #cccccc;

}

#seitenmenu li p {
	padding: 0 20px;
}


/* fuss */

#fuss {
	clear: both;
	width: 860px;
	height: 80px;
	margin: 0 auto;
	/*background: #FFFFFF url(../images/design/img01.gif) repeat-x bottom left;*/
}

#fuss p {
	margin: 0;
	padding: 5px 0 0 15px;
}


#fuss .copyright {
	float: left;
}


#fuss h3.unten {
	font-size:12px;
	color:#999;
	margin-left:230px;
	padding-top:3px;
}

#fuss .trenner{
	width:860px;
	height:5px;
	border-top:1px solid #999;
	}