body {
	margin: 0;
	padding: 0;
	background-image: url(/bilder/backdrop.png);
 	background-position: top left;
 	font-family: Arial, Helvetica,  Geneva, Swiss, SunSans-Regular, sans-serif;
 	font-size: 80%;
 	line-height: 130%;
}

#contentwrapper {
	display: block;
	position: relative;
	left: auto;
	right: auto;
	width: 57em;
	padding: 0.2em 0 0 0;
	margin: 4em auto 1em auto;
	clear: none;
	background: white;
 	overflow: hidden;
}

img { border:none }

#toplogo {
	display: block;
	margin: 0 auto 0 auto;
	padding: 0;
}

#blog {
	display: block;
	float: left;
	left: 0px;
	margin: -0.6em 0 0 -0.1em;
	clear: none;
	 padding: 10px 10px 30px 0px;
	 background-color: transparent;
	width: 39.5em;
	background-image: url(bilder/bg_blog.png);
 	background-position: top right;
 	background-repeat: repeat-y;	
 	min-height: 450px;
}

#blog a {
	color: black;
}

#blog .kopfzeile {
	font-size: 95%;
	font-weight: 100;
	line-height: 100%;
	padding: 10px 6px 2px 0;
	margin: 0px;
	text-indent: 50px;
	background-image:  url(/bilder/bg_blogentryhead.png);
 	background-position: top left;
 	background-repeat: no-repeat;
	color: #079cff;
}


#blog .beitragstitel {
	font-family: times, "ms times new roman", serif;
	font-weight: 300;
	background: #eff7ff;
	padding: 15px 6px 3px 6px ;
	margin: 0 0 0 41px;
}

a.beitragstitel:link, a.beitragstitel:visited, a.beitragstitel:hover, a.beitragstitel:active {
	font-family: times, "ms times new roman", serif;
	font-weight: 300;
	text-decoration: none;
}

#blog .beitrag {
	background: #eff7ff;
	padding: 6px;
	margin: 0 0 0 41px;
}


#blog .fusszeile {
	font-size: 95%;
	padding: 6px;
	margin: 1em 0 2em 41px;
	color: #079cff;
	text-align: left;
}

#blog .fusszeile a {
	margin: 0;
	padding: 0;
	text-decoration: none;
 	font-family: Arial, Geneva, sans-serif;
	color: #079cff;
}

#blog .kommentarkopfzeile {
	font-size: 95%;
	padding: 6px;
	margin: 1em 0 2em 41px;
	color: #079cff;
	text-align: left;
}

#blog .kommentartext {
	font-size: 100%;
	padding: 6px;
	margin: 1em 0 2em 41px;
	color: #000000;
	text-align: left;
}

#blog .kommentarfusszeile {
	font-size: 95%;
	padding: 6px;
	margin: 1em 0 2em 41px;
	color: #079cff;
	text-align: left;
}

#navspalte {
	float: right;
	margin: -0.5em 0 0 -0.3em;
	padding: 0;
	clear: none;
	right: 0px;
	width: 16.5em;
	background-color: white;
}

.navspalte_listheader {
	font-size: 110%;
	font-weight: 700;
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 160%;
	background-image:  url(/bilder/bluestar.png);
 	background-position: top left;
 	background-repeat: no-repeat;
}

#navspalte ul {
	padding-left: 1em;
	margin-left: 0;
	margin-top: -0.8em;
}

#navspalte ul li{
	list-style: none;
	margin-left: 0;
	text-indent: 0;
	padding-left: 10px;
	line-height: 140%;
	background-image:  url(/bilder/shortdash.png);
 	background-position: 0% 30%;
 	background-repeat: no-repeat;
}

#navspalte ul a{
	color: black;
	text-decoration: none;
}

#navspalte img{
	border: none;
	float: left;
}



ul#navspalte_kategorien {
}

ul#navspalte_zusatzlinks {
}

hr.navspalte {
	clear:none;
	border-top: 1px solid #333333;
	border-bottom:0;
	margin-top:0;
	margin-right: 20px;
	height: 0px;
}



#footer {
	display: block;
	position: relative;
	width: 57em;
	bottom: 0em;
	clear: both;
	font-size: 95%;
	margin: 0px auto 0px auto; 
	padding: 0;
	color: white;
}

#footer>a{
	display: block;
	position: relative;
	top: -2em;
	left: 1em;
	text-decoration: none;
	color: white;
	clear: none;
	width: 38em;
	padding: 0.6em 6px 0.5em 3em;
	margin: 0 0 0 -2.5em;
	background: transparent;
	background-image:  url(/bilder/transparentyellow.png);
}

* html body {
	
	padding-bottom: 0px;
}

* html #contentwrapper {
	margin-bottom: 0px;
}



* html img.logo {
	display: inline;
	margin: -3px 0 0 0;
	padding: 0;
	border-top: 2px solid white;
}


* html #einleitung {
	padding: 25px 00px 0px 0px;
	margin: 18px auto 0px 0;
	clear: none;
	background-image: none;
	background-color: white;
	 width: 510px;
}

* html #einleitung p{
	background-color: yellow;
}

* html #toplogo {
	display: block;
	position: relative;
	top: 10px;
}


* html #navspalte {
	padding: 0px;
	float: right;
	margin: 23px 0 0 0;
	clear: both;
	right: 0px;
	width: 200px;
	background-color: white;
}

* html #blog {
	margin: 0;
	clear: none;
	padding: 10px ;
	background-color: white;
	background-image: none;
}  

* html #footer {
	position: relative;
	bottom: 0px;
	left: -15px;
	height: 32px;
	width: 700px;
	display: block;
	clear: both;
	margin: 10px auto 10px auto; 
	text-indent: 56px;
	padding: 0
}

* html #footer a#footerlink{
	display: block;
	position: relative;
	top: -1.9em;
	float: left;
	text-decoration: none;
	text-indent: 70px;
	width: 600px;
	color: white;
	clear: none;
	padding: 0.6em 46px 0.5em 6px;
	margin: 0 0 0 0em;
}

#footerlink{
	background:  url(/bilder/backdrop_ie.png);
	background-repeat: repeat;
	background-position: top left;
}

p.kopfzeile_intern {
	font-size: 95%;
	font-weight: 100;
	line-height: 100%;
	padding: 10px 6px 2px 0;
	margin: 0px;
	text-indent: 50px;
	background-image:  url(/bilder/bg_blogentryhead.png);
 	background-position: top left;
 	background-repeat: no-repeat;
	color: #079cff;
}

p.titel_intern {
	font-family: times, "ms times new roman", serif;
	font-weight: 300;
	font-size: 200%;
	background: #eff7ff;
	padding: 15px 6px 3px 6px ;
	margin: 0 0 0 41px;
}

p.internkommentar {
	font-style:italic;
	background: #eff7ff;
	padding: 6px;
	margin: 0 0 0 41px;
	border-bottom: 1px dashed #ccc;
}

p.form {
	padding: 6px;
	margin: 0 0 0 41px;
}


p.fusszeile_intern {
	padding: 6px;
	margin: 0 0 0 41px;
}
