@charset "utf-8";
/* Import */

@import "befehle.css";

/* CSS Document */

*  {margin:0; padding:0;}

/* ------ Styles ------ */
.orange {color:#e65b16;}
.red {color:#FF0000;}
.element {color:#FF0000; font-weight:normal;}
.grey {color:#999999;}
.blue {color:#0000FF;}
.deprecated {
	float:right;
	padding:20px 0 0 0;
	font-weight:bold;
	color:#FF0000;
}
.ref {color:#FF0000;}
.left { float:left; }
.right { float:right; }


img {
	display:block;
	border:0;
}
.blank {
	font-size:0px; line-height:0px; clear:both;
	}

body {
	margin:0px;
	padding:0px;
	font-family:Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #454545;
	background: #DFDFDF;
}

#header {
	margin:0 auto;
	width:1020px;
	height:104px;
	background:url(../images/header.gif) no-repeat;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
#logo {
	float:left;
	padding:20px 0 0 20px;
	width:300px;
	height:30px;
}
#logo a {
	color:#000000;
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
}
#logo a:visited {
	color:#000000;
	text-decoration:none;
}
#logo a:hover {
	color:#000000;
	text-decoration:none;
}

/* ------------ MAIN-WRAPPER ------------ */
#main-wrapper {
	margin:0 auto;
	width:1020px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background:#FFFFFF;
}

/* ------------ Navigations-Leiste ------------ */
#navigation {
	float:left;
	width:220px;
	padding:10px 0 0 10px;
	margin:0;
}
.navigation-bar {
	width:220px;
	height:31px;
	padding:7px 0 0 55px;
	margin:0;
	background:url(../images/navigation-bar.gif) no-repeat;
}

/* Navigations-Box oben */
.navigation-box-oben {
	width:220px;
	height:15px;
	margin:0;
	background:url(../images/box-oben.gif) no-repeat;
}

/* Navigations-Box mitte */
.navigation-box-mitte {
	width:220px;
	background:url(../images/box-mitte.gif) repeat-y;
	margin:0;
}
.navigation-box-mitte a {
	display:block;
	width:170px;
	padding:2px 0 2px 40px;
	text-decoration:none;
	background:url(../images/bullet-green-a-hover.gif) 25px 6px no-repeat;
	color:#000000;
}
.navigation-box-mitte a:hover{
	color:#000000;
	background:url(../images/bullet-green-hover.gif) 25px 6px no-repeat;
}
a.menu-active {
	background:url(../images/bullet-green-hover.gif) 25px 6px no-repeat;
}
.navigations-abschnitt {
	font-size:14px;
	font-weight:bold;
	padding:0 0 5px 20px;
	margin:0;
}
.navigation-box-mitte p{
	padding:0 0 0 0;
	margin:0px;
}
.unter-menu {
	padding:5px 0 10px 20px;
}

/* Navigations-Box unten */
.navigation-box-unten {
	width:220px;
	height:13px;
	padding:0 0 20px 0;
	margin:0;
	background:url(../images/box-unten.gif) no-repeat;
}
.navigation-box-mitte-partner {
	width:220px;
	background:url(../images/box-mitte.gif) repeat-y;
	margin:0;
}

.partner a {
	text-decoration:none;
	background: none;
	color:#000000;
}
.partner a:hover {
	text-decoration:none;
	background: none;
	color:#000000;
}
.partner p {
	display:block;
	width:170px;
	padding:8px 0 2px 40px;
	background:url(../images/bullet-green-a-hover.gif) 25px 12px no-repeat;
	color:#666;
}
	

/* ------------ CONTENT ------------ */
#content {
	float:left;
	display:block;
	width:620px;
	padding:0 0 0 30px;
	line-height:1.5;
}

.breadcrumb {
	float:left;
	padding:20px 0 0 0;
	font-size:11px;
}
.breadcrumb a{
	text-decoration:none;
	color:#999999;
}
.breadcrumb a:hover {
	text-decoration:underline;
}
.visits {
	float:right;
	padding:20px 5px 0 0;
	color: #999999;
	font-size:11px;
}
.beschreibung {
	clear:both;
}
.beschreibung h1 {
	padding:10px 0 0 0;
	border-bottom:1px solid #666666;
	font-size:22px;
}
.beschreibung h2 {
	padding:10px 0 0 0;
	font-size:18px;
}
.beschreibung h3 {
	padding:5px 0 0 0;
	font-size:14px;
	font-weight:normal;
}
.beschreibung h4 {
	padding:0px 0 5px 0;
	font-size:13px;
	font-weight:bold;
}
.beschreibung p {
	text-align:justify;
}
.beschreibung ul, ol, dir, menu {
	padding:0 0 0 30px;
}
.beschreibung li {
	padding:5px 0 0 0;
}
.beschreibung a {
	color: #0000FF;
}
.beschreibung a:visited {
	color:#0000FF;
}
.beschreibung td, th{
	border:1px solid #999999;
	font-size:12px;
	padding:5px;
	text-align:left;
}
.beschreibung td a {
	text-decoration:none;
	background:url(../images/pfeil-gruen.gif) 0 4px no-repeat;
	padding:0 0 0 15px;
}
.beschreibung td a:hover {
	text-decoration:underline;
}
.content-links {
	float:left;
	width:280px;
}
.content-rechts {
	float:right;
	width:280px;
}
.quelltext-box {
	margin:10px 0 10px 0;
	padding:5px 5px 5px 5px;
	border:1px solid #999999;
	background: #EFEFEF;
}
.quelltext-box-links {
	width:268px;
	float:left;
	margin-top:5px;
	padding:1px 5px 1px 5px;
	border:1px solid #999999;
	background: #EFEFEF;
}
.quelltext-box-rechts {
	width:268px;
	float:right;
	margin-top:5px;
	padding:1px 5px 1px 5px;
	border:1px solid #999999;
	background: #EFEFEF;
}
.ausgabe-box {
	margin:10px 0 10px 0;
	padding:5px 5px 5px 5px;
	border:1px solid #999999;
	background: #FFFFFF;
}
.ausgabe-box dl {
	padding: 5px 0 5px 0;
}
.ausgabe-box dd {
	padding-left: 30px;
}
.ausgabe-box-zitat {
	padding:0;
	margin:0;
}
.social_bookmark {clear:both;height:100px;padding:10px 0 0 0;}
.social_img {float:left;width:25px; height:25px;display:block;padding:1px;border:1px solid #FFFFFF;}
.social_img:hover {border:1px solid #009933;}


/* ------------ RECHTE SEITE --------- */
#right {
	float:right;
	padding:20px 10px 0 0;
	width: 110px;
}

/* ------------ FOOTER ------------ */
#footer {
	clear:both;
	margin:0 auto;
	width:1020px;
	height:69px;
	font-size:11px;
	background:url(../images/footer.gif) no-repeat;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
#footer a {
	text-decoration:none;
	color:#333333;
}
#copyright {
	float:left;
	padding:50px 0 0 85px;
}
#footer-links {
	float:right;
	padding:50px 60px 0 0;
}
