@import url("reset.css");


body {
	background: #F1EAD5 url(/img/bg.png) 50% 0 no-repeat;
	color: #2d2d2b;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	}

.right {
	float: right;
	}

.clear {	
	clear: both;
	}

.spam {
	display: none;
	}


	
/* --- LAYOUT --- */

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

a:hover {
	text-decoration: underline;
	}

#container {
	margin: 0 auto;
	width: 960px;
	}

#header {
	height: 100px;
	}

#header h1 {
	margin: 0 auto;
	width: 358px;
	height: 91px;
	}

#header h1 a {
	display: block;
	width: 358px;
	height: 91px;
	background: url(/img/logo.png) 0 0 no-repeat;
	text-indent: -9000px;
	}

#navigation {
	border: 1px solid #cfcfcf;
	background: #fff;
	margin-bottom: 18px;
	padding: 1px;
	}
	
#nav-content {
	background: #ffffff url(/img/box-bg.gif) 0 0 repeat-x;
	padding: 0;
	height: 40px;
	}

#navigation li { 
	background: url(/img/nav-bg.gif) 100% 0 no-repeat;
	font-size: 14px;
	float: left;
	line-height: 40px;
	}

#navigation li a {
	display: block;
	padding: 0 18px;
	}

#left {
	float: left;
	width: 608px;
	}

#content {
	clear: both;
	}

#right {
	float: right;
	width: 336px;
	}

#bottom {
	clear: both;
	}

#footer {
	padding-bottom: 40px;
	}



/* --- BOX ---*/

.box {
	border: 1px solid #cfcfcf;
	background: #fff;
	margin-bottom: 18px;
	padding: 1px;
	}

.content {
	background: #ffffff url(/img/box-bg.gif) 0 0 repeat-x;
	padding: 18px 18px 8px 18px;
	}

.links {
	background: #f1f1f1 url(/img/box-bg2.gif) 0 0 repeat-x;
	height: 44px;
	padding: 0 18px;
	}

.spalte-links {
	width: 40%;
	float: left;
	}

.spalte-rechts {
	width: 50%;
	float: right;
	}

#left h2 {
	font-size: 20px;
	margin-bottom: 10px;
	font-family: Georgia, serif;
	font-weight: normal;
	}

#left p {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: justify;
	}

#left li {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 2px;
	text-align: justify;
	}

#left td {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 2px;
	text-align: justify;
	}

#left p.meta {
	font-size: 11px;
	}

#left .links p {
	line-height: 44px;
	}

#left .box h3 {
	font-size: 1.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
	}

#left .box h4 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5;
	margin: 15px 0 5px 0;
	}



#left .box img {
	border: 2px solid #e9e9e1;
	float: right;
	margin: 0 0 10px 15px;
	}



td {
	padding-bottom: 5px;
	}

td.abstand {
	padding-top: 5px;
	}

.steckbrief {
	clear: both;
	}

.titel {
	float: left;
	width: 140px;
	font-style: italic;
	}

.inhalt {
	margin-left: 150px;
	}

.inhalt p {
	line-height: 1;
	}






#right .box h2 {
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	}

#right .box h3 {
	font-size: 1.1em;
	line-height: 1.4;
	}

#right .box p {
	font-size: 1.1em;
	line-height: 1.4;
	margin-bottom: 10px;
	}

#right .links p {
	line-height: 44px;
	}

#right .box ul {
	margin-bottom: 10px;
	}

#right .box li {
	font-size: 1.1em;
	line-height: 1.4;
	}

#bottom .box .element {
	float: left;
	width: 270px;
	margin-right: 36px;
	}

#bottom .box .element h2 {
	font-size: 11px;
	margin-bottom: 10px;
	text-transform: uppercase;
	}
	
#bottom .box .element p {
	color: #4b4b4b;
	font-size: 11px;
	line-height: 1.4;
	text-align: justify;
	padding-bottom: 10px;
	}

#footer {
	color: #9b9b9b;
	font-size: 11px;
	text-align: center;
	}

#footer a {
	color: #6b6b6b;
	}

span.small {
	font-size: 11px;
	margin-left: 5px;
	}
