* {
  margin: 0;
  padding: 0;
}
html, body {
	height: 100%; /* Required */
	background:#CCC;
	font-size:101%;
	font-family:tahoma, helvetica, arial, verdana;
	text-align:center;
}
#header {
	width:960px;
	height:200px;	
}
#logo {
	background:url("../images/logo-schwaebischer-wald-aktiv.png");
	behavior:url(./iepngfix.htc);
	width:143px;
	height:134px;
	float:left;
	margin-top:33px;
	margin-left:30px !important;
	margin-left:20px;
	margin-right:27px !important;
	margin-left:17px;
}
#logo a {
	width:143px;
	height:134px;
	display:block;
	outline:0;
	border-bottom:none;
	}
#textobenrechts {
	font-family: Helvetica, Arial, Verdana, Tahoma;
	padding:30px 10px 0 10px;
	font-size:80%;
	line-height:1.5em;
		float:left;
}
#headerimage {
	border:0;
	padding:0;
	margin:0;
	width:550px;
	height:201px;
	float:left;
	background:green;
}
	
#wrapper { 
	width:960px;
	border:1px solid #999999;
	background:white url("../images/shadow-top.png") repeat-x;
	margin:auto;
	margin-top:10px;
	text-align:left;
	behavior:url(./iepngfix.htc);
}

/* #header #claim {
	background:transparent url("../images/claim.png");
	width:375px;
	height:177px;
	position:absolute;
	right:0;
	top:0;
	z-index: 100;
}
*/
/* ############################ 
	allgemeine Elemente 
  ############################ */
a {
	color:#45873f;;
	text-decoration:none;
	border-bottom:1px dotted #color:#45873f;
}
a:hover {
	border-bottom: 1px solid;
}
img {	
	outline:0;
}
h1 {
	font-size:110%;
	color:#45873f;
	margin: 0 0 10px 0;
	
}
h2, h3, h4, h5 {
	font-size:103%;
	color:#45873f;
	margin: 0 0 8px 0;
}
p {
	margin: 0 0 10px 0;
}
.float_left {
	float:left;
	margin-right:10px;
}
.float_right {
	float:right;
	margin-left:10px;
}
/* ############################ 
	3 Spalten 
############################*/
#links {
	float: left;
	background:none;
	width:170px !important;
	width:179px;
	padding:10px 0 0 10px;
}
#mitte {
	float: left;
	background:none;
	width:530px !important;
	width:539px;
	padding:15px 0 0 20px;
	font-size:80%;
}

#rechts {
	float: left;
	background:none;
	width:180px !important;
	width:190px;
	padding:9px 0 0 20px;
}
.unsichtbar {
	display: none;
}

#intro {
}
/* ############################
 	Listen allgemein 
############################ */
ul, ul li, #rechts ul li, #rechts ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
/* ############################ 
	News rechts 
############################*/
#rechts h1, #rechts h2, {
	font-size:90%;
	margin:0;
}
#rechts ul li p {
	font-size:0.9em;
	color:black;
}
/* ###########################
	Footer
########################### */
#footer {
	background:none;
	height:30px;
	width:960px;
	text-align:center;
	border-top:1px solid #333;
	font-size:70%;
	padding-top:15px;
}

