@charset "utf-8";
/* CSS Document */
/************ TAGS **********************/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding:10px;
	text-align: justify;
}

a{
	text-decoration: none;
	color: #999;
}

a:hover{
	color:#333;
}
/*   h1, h2, h3 only used in content
	h4, h5, h6 only used in sidebar
	*/
	
h1, h2, h3, h4, h5, h6 {
	color: #B8644C;
}

h1 {font-size: 24px;}
h2 {font-size: 18px;}
h3 {font-size: 14px;}

h4 {font-size: 12px;
	background-color:#CCC;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 1px;
}

h5 {font-size: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0px;
	padding-left: 20px;
}

h6 {font-size: 12px;
	font-weight:bold;
}


/************ CONTAINER *****************/

#sitewrapper {
	margin:auto;
	height: auto;
	width: 800px;
}

#header{
	height:230px;
	width: 800px;
	text-align: right;
}

#header ul{
	list-style:none;
	margin-top: 5px;
	margin-right: 10px;
}

#header li{
	display: inline;
	font-size: 11px;
}

#header ul li a{
	float: right;
	text-decoration: none;
	font-weight: bold;
	color: #999;
	padding-right: 10px;
	padding-top: 20px;
}

#header ul li a:hover{
	color: #333;	
}

#logo {
	float: left;
	margin-top:5px;
}

#logo img{
	border: 0px;
}

#headerpic {
	width: 800px;
	height: 180px;
}

#mainnav {
	height: 40px;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	margin-top: 20px;
}

#mainnav ul{
	list-style:none;
}

#mainnav ul li {
	display: inline;
}

#mainnav ul li a {
	float: right;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #999;
	padding-right: 15px;
	padding-top: 15px;
}

#mainnav ul li a:hover{
	color:#333;
}

#contentwrapper {
	width: 800px;
	padding-top: 10px;
	}
	
#sidebar {
	height: 400px;
	width: 200px;
	float: left;
	padding-top: 18px;
	text-align:left;
	}
		
#sidebar p{
	margin-left:25px;
}

#sidebar ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}

#sidebar ul li{
	padding-bottom: 5px;
	padding-left: 5px;
}

#sidebar ul li a{
	text-decoration: none;
	font-weight: bold;
	color:#999;
}

#sidebar ul li a:hover{
	color:#333;
}

#content {
	width: 570px;
	float: left;
	margin-left: 9px;
	padding-left: 20px;
	padding-top: 2px;
}

#contentgallery img{
	border-color:#999;
}



#footer {
	width:800px;
	height:25px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B8644C;
	text-align: right;
}

#footer ul {
	liste-style: none;
	margin-top: 10px;
	margin-right: 10px;
}

#footer ul li{
	display: inline;
	font-size: 9px;
	padding-top:10px;
}

#footer ul li a {
	text-decoration: none;
	color:#999;
}

#clearer {
clear:both;
}

/*************CLASSES******************/
.table{
	margin-left: 20px;
}
.img{
	border:none;
}
.img1{
	border-color:#999;
}

.pressemitteilung{
	font-size:14px;
	font-weight:bold;
	color: #B8644C;
}