/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#fff;
}

#all {
	display:inline;
	float:left;
	width:780px;
	background-color:#fff;
	
}

#head {
	display:inline;
	float:left;
	width:780px;
	height:180px;
	border-bottom:1px solid #fff;
}

#content_all {
	display:inline;
	float:left;
	width:779px;
	border-right:1px solid #B7DB6F;
}

#nav {
	display:inline;
	float:left;
}

#box {
	margin:0px 35px 0px 30px;
	border:1px outset #999999;
	
}

/* nav oben */

#topnav {
	display:inline;
	float:left;
	width:582px;
	height:26px;
}

/* =topnav */
#topnav {
	clear: both;
}

#topnav a,#topnav a:link {
	text-decoration:none;
}

#topnav ul {
	margin: 0;
	padding: 0;
}
#topnav li {
	float: left;
	margin: 0 0 0 1px;
	background: #B7DB6F url("../img/links.gif") no-repeat left top;
	list-style: none;
}

#topnav li.aktiv {
	background: #86B02D url("../img/links_ak.gif") no-repeat left top;
}
#topnav li span {
	display: block;
	background: url("../img/rechts.gif") no-repeat right top;
}

#topnav li.aktiv span {
	background: url("../img/rechts_ak.gif") no-repeat right top;
}
#topnav li a {
	display: block;
	padding: 0 1.2em;
	line-height: 2.2em;
	font-size: 1.0em;
	font-weight: bold;
	color: #fff;
}
	
#topnav li a:visited {
	color: #fff;
}
#topnav li a:hover {
	background-color: transparent;
}

#subnav {
	display:inline;
	float:left;
	width:570px;
	height:48px;
	margin:0 0 1px 12px;
}

/* =topnav */
#subnav {
	clear: both;
}

#subnav a,#subnav a:link {
	text-decoration:none;
}

#subnav ul {
	margin: 0;
	padding: 0;
}
#subnav li {
	float: left;
	margin: 0 0 0 1px;
	background: #BCBCBC url("../img/links_sub.gif") no-repeat left top;
	list-style: none;
}

#subnav li.aktiv {
	background: #999 url("../img/links_ak_sub.gif") no-repeat left top;
}
#subnav li span {
	display: block;
	background: url("../img/rechts_sub.gif") no-repeat right top;
}

#subnav li.aktiv span {
	background: url("../img/rechts_ak_sub.gif") no-repeat right top;
}
#subnav li a {
	display: block;
	padding: 0 1.2em;
	line-height: 2.2em;
	font-size: 1.0em;
	font-weight: bold;
	color: #fff;
	/* background: url("gfx/sitenav/shadow.gif") repeat-x left bottom; */
}
#subnav li a:visited {
	color: #fff;
}
#subnav li a:hover {
	background-color: transparent;
}

#subnav li.aktiv a {
	/* background-image: url("gfx/sitenav/shadow_this.gif"); */
}


/* content */

#content {
	display:inline;
	float:left;
	width:580px;
	background-color:#fff;
	border-right:1px solid #fff;
}

#content h1 {
	font-size:15px;
	font-weight:bold;
	line-height:24px;
	color:#CC0000;
	margin:20px 20px 5px 30px;
}

#content h2 {
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	color:#666666;
	margin:0px 35px 30px 30px;
}

#content h3 {
	font-size:12px;
	line-height:24px;
	color:#666666;
	margin:20px 35px 5px 30px;
}

#content h4 {
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	color:#666666;
	margin:30px 35px 0px 30px;
}

#content h5 {
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	color:#666666;
	margin:50px 35px 0px 30px;
}

#content p {
	line-height:24px;
	color:#666666;
	margin:0px 35px 10px 30px;
}

#content p.box {
	font-size:12px;
	margin:0px 35px 10px 30px;
	border:1px dotted #333333;
	padding:10px 10px 10px 10px;
}

#content p.boxkl {
	font-size:12px;
	margin:0px 35px 10px 30px;
	border:1px solid #CB0003;
	padding:0px 6px 0px 6px;
}

#content p.boxhm {
	font-size:10px;
	color:#ffffff;
	line-height:16px;
	margin:10px 10px 0px 10px;
	
}

#content p.sm {
	line-height:24px;
	color:#666666;
	margin:0px 35px 5px 50px;
	
}

#content p.sm2 {
	line-height:12px;
	color:#666666;
	margin:0px 35px -5px 70px;
	
}

#content a,#content a:link {
	text-decoration:underline;
	color:#666666;
}

#content a:hover {
	text-decoration:none;
}

#content a.links:link {
	text-decoration:underline;
	color:#666666;
}

#content a.links:hover {
	text-decoration:none;
}

#content a.links:visited { 
	padding-right: 12px; 
	background: url(../img/haken.gif) no-repeat 100% 50%; 
}

#content a.box:link {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}

#content a.box:hover {
	text-decoration:underline;
}

#content a.box:visited {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}

#content a.box:visited:hover {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}

#content ul {
	margin:0px 0px 10px 47px;
	list-style-image:none;
	list-style:none;
}

#content li a{
	text-decoration:underline;
	color:#666666;
}

#content li a:hover {
	text-decoration:none;
}

#content img {
	margin:0px 0px 0px 0px;
}

#content img.pfeil {
	float:right;
}

#content img.werb	{
	float:left;
	margin:5em 0.5em 0em 0em;
}

#content table.box {
	width:388px;
	margin:0px 35px 10px 30px;
	
}

#content td.box {
	background-image:url(../img/box_schatten5.gif);
	height:105px;
	width:185px;
}

#content td.zbox {
	height:105px;
	width:10px;
}

#content td.zbox2 {
	height:10px;
	width:185px;
}

#content td.zbox3 {
	height:10px;
	width:10px;
}


/* marginal */

#marginal {
	display:inline;
	float:right;
	width:195px;
	background-color:#B7DB6F;
	background-image:url(../img/marginal.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#marginal p {
	font-size:10px;
	margin:10px 10px 10px 10px;
}

#marginal p.box {
	font-size:10px;
	margin:10px 10px 10px 10px;
	border:1px dotted #333333;
	padding:5px 5px 5px 5px;
}

#marginal img {
	margin:10px 10px 10px 10px;

}

#marginal img.kl {
	margin:10px 10px 10px 10px;
	

}

#marginal img.link {
	margin:0px 0px 0px 10px;
}

#marginal a,#marginal a:link {
	color:#000000;
	text-decoration:underline;
}

#marginal a:hover {
	text-decoration:none;
}

#marginal span.unten {
	display:inline;
	float:left;
	margin:0px;
	line-height:0px;
	font-size:0px;
}

#marginal li	{  
	list-style-image:url(../img/ext_link.gif);
	margin:0px;
}

#footer {
	display:inline;
	float:left;
	width:780px;
	background-color:#B7DB6F;
	background-image:url(../img/footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:15px;
}

#footer p {
	margin:4px 12px 6px 12px;
}

#footer a,#footer a:link {
	text-decoration:underline;
	color:#000000;
}

#footer a:hover {
	text-decoration:none;
}

#footer img {
margin:0px 0px -4px 0px;
}

li	{  
	list-style-image:url(../img/ext_link_ani.gif);
	margin:0 0 0px 0px;
}
