html, body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	height: 100%;
}

img {
	font-size: 1em;
	border: 0;
}

td {
	vertical-align: top;
}


abbr {
	cursor: help;
}

h1 {
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 0 0.7em 0;
	margin: 0;
}

h2 {
	font-weight: bold;
	font-size: 1em;
	padding: 0 0 0.2em 0;
	margin: 0;
	clear:left;
}

h3 {
	font-weight: bold;
	font-size: 1em;
	padding: 0 0 0.1em 0;
	margin: 0;
}

p {
	margin: 0;
	padding: 0 0 0.9em 0;
	font-size: 0.8em;
	line-height:1.3em;
}

a:link, a:visited, a:active {
}

a:hover {
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
	line-height: 1em;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
	
/* Klassen fuer wichtige Elemente */

.unsichtbar {
	position: absolute;
	left: -4000px;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/

/* Kopfbereich */

div#bildhg {
	position: absolute;
	display: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
	left: -2000px;
	top: -2000px;
}

div#contentbg {
}


div#headarea {
	position: static;
	width: 100%;
	height: 143px;
}

div#topbild {
	position: absolute;
	display: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
	left: -2000px;
	top: -2000px;
}


/* Logo und weisser Balken */
div#logo {
	position: relative;
	float: left;
	width: 81.5%;
	height: 107px;
}

div#logo img {
  padding: 20px 0px 0px 20px;
}


/* top Navigation */

div#top_nav {
	position: absolute;
	display: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
	left: -2000px;
	top: -2000px;
}

div#top_nav ul {
	position: absolute;
	display: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
	left: -2000px;
	top: -2000px;
}
/* Global Navi */

div#main_nav {
	position: absolute;
	display: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
	left: -2000px;
	top: -2000px;
}
/* Right Box */

div#sponsoren {
	position: absolute;
	display: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
	left: -2000px;
	top: -2000px;
}

/* Content */
div#content {
	position: relative;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#realcontent {
	margin: 0;
	padding: 0 20px 0 18px;
}

div.next {
	float: right;
	font-size: 0.8em;
	margin-bottom: 30px;
	text-align: center;
	}

div.prev {
	float: left;
	font-size: 0.8em;
	margin-bottom: 30px;
	text-align: center;
	}

div#realcontent .post {
	display:block;
	float:left;
	width:100%;
	padding-top: 1em;
}

div#realcontent .post h1 {
	margin-bottom:1px;
	padding-bottom:1px;
}

div#realcontent .entry {
	margin-top:15px;
}

div#realcontent .entry img {
	display: block;
	float: left;
	margin-right:10px;
	margin-bottom:10px;
	border: 1px solid #666;
}

div#realcontent a.more:link,a.more:visited,a.more:active {
	font-size: 1em;
}

div#realcontent  a.more:hover {
	font-size: 1em;
	text-decoration: underline;
}

div#realcontent p.postmetadata {
	clear: both;
  padding: 1px 3px 1px 3px;
	margin: 5px 0 0 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 0.7em;
}

div#realcontent p.copyright {
	border-top: 1px solid #ddd;
	padding-top: 5px;
	margin-top: 15px;
	font-size: 0.7em;
}

div#realcontent p.copyright a {
	font-size: 1em;
	text-decoration: none;
}

/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 0px 3px; 
	text-align: center;
	}

select {
	width: 130px;
	}
/* End Form Elements */
