/* Basis-Layout */
* { margin: 0px; padding: 0px; }

a { 
	color: black;
}
a:hover { 
	color: #26c1f4;
	text-decoration: underline;
}

body {
	font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	font-size: 10pt;
	background-color: #0000ff;
}

h1,h2,h3,h4 {
	font-family: "cambiar", Palatino,"Palatino Linotype",Palladio,"URW Palladio L","Book Antiqua","Liberation Serif",Times,serif;
	color: #444;
	}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 130%;
	color: #8e8e8e;
}



ul li {
	
	padding-left: 15px;
	margin-right: 5px ;
}
#motto {
list-style: none;
overflow: hidden;
}

#motto1 {
	padding-left: 30px;
	background: none;
	margin-bottom: 10px;
	}
#motto2 {
	padding-left: 60px;
	background: none;
	margin-bottom: 10px;
}

#motto3 {
	padding-left: 90px;
	background: none;
}
ul.meta-menu li {
	display: inline;
	color: white;
	
}

#main-container {
	background: white url(images/inhalt_bg.png) repeat-x;
	width: 840px;
	margin: 0 auto;
	padding: 50px 30px 30px 30px;
}

#header {
	
	padding-top: 30px;
	position: relative;
	height: 150px;
	background-color: #4b4b50;
}


#header .meta-menu {
	position: absolute;
	right: 5px;
	background-color: purple;
	
}

#header img {
	top: 30px;
	width: 400px;
	background-color: white;
	float: left;
	margin-left: 20px;
	border: 2px solid white;
}

#motto1, #motto2, #motto3{
font-size: 25px;

font-family: "cambria";
color: white;
}
#header .meta-menu {
	top: 155px;
	background: none;
	color: white;
}
#header a {
color: white;


}
#header a:hover { 
	color: #26c1f4;
	text-decoration: underline;



}
	.inhalt {
	overflow: hidden;
	margin-top: 30px;
}

.inhalt .rechts {
	float: right;
	width: 240px;
	padding-left: 5px;
	}

.inhalt .mitte {
	float: left;
	width: 545px;
	border-right: 1px dotted #999;
	padding-right: 15px;
	font-family: "cambiar";
	font-size: 20px;
	overflow: hidden;
	margin-left: 20px;
}
.inhalt .mitte p{
	margin-bottom: 20px;
}
.inhalt .mitte h1, h2, h3{
	margin-bottom: 30px;
	letter-spacing: 4px;
}
#bottom {
	
	margin-top: 50px;
	padding-top: 5px;
	height: 30px;
	background-color: #4b4b50;
	font-size: 80%;
	color: #ddd;
	padding-left: 5px;
	

	
	
}


}