
* {
	margin: 0;
	padding: 0;
}

body {
	color: #404040;
	font: 76% Verdana, Tahoma, Arial, sans-serif;
}


/* Links */
a {
	background-color: inherit;
	color: #666d2a; /* dunkelgrüne textlinks */
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	background-color: inherit;
	color: #666d2a; /* Heller grünes hover links */
	font-weight: normal;
	text-decoration: underline;
}

/* Content */
#content {
	line-height: 1.6em;;
	padding: 0;
	padding:5px;
}

.ads {
	margin: 10px;	
}

#contentwide {
	line-height: 1.6em;;
	padding: 0;
}

#content h2,#contentwide h2 {
	font-size: 1.6em;;
	margin: 10px 0 10px 0;
}

#content h3,#contentwide h3 {
	font-size: 1.4em;;
}

#content table td {
	padding: 5px;	
}

/* header */
#header {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 5px;
}

/* Footer */
#footer {
	background-color: #ffffff;;
	border-top: 1px solid #e0e0e0;
	clear: both;
	color: #808080;;
	font-weight: normal;;
	line-height: 1.4em;;
	margin: 10px; 0 0 0;
}


#footer a {
	font-weight: normal;;
	text-decoration: underline;
}

#footer a:hover {
	color: #505050;;
	text-decoration: underline;
}

#footer strong a {
	font-weight: bold;
}

/* Tags */
p,ul,ol {
	margin: 0 0 18px;
}

label {
	background-color: inherit;;
	color: #606060;;
	font-size: 0.9em;;
	font-weight: bold;
}


/* Forms */
#s,#submit {
	background-color: #ffffff;;
	border: 1px solid #cccccc;;
	color: #505050;;
	font-size: 0.9em;;
	margin: 0 0 16px;;
	padding: 4px;;
	width: 130px;
}

#author,#email,#url,#comment {
	border: 1px solid #cccccc;;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;;
	font-size: 1em;;
	margin: 0;;
	padding: 4px;
}

#commentsection {
	margin: 25px 0 0;
}

#commentsection p {
	margin: 0 0 6px;
}

/* Float fix */
.contenttext {
	overflow: hidden;
}

* html .contenttext {
	height: 1px;;
	overflow: visible;
}

* html .contenttext p {
	overflow: hidden;;
	width: 99%;
}

/* Various classes */
.left {
	border: 1px solid #cccccc;;
	float: left;;
	margin: 10px 15px 10px 0;
}

.right {
	border: 1px solid #cccccc;;
	float: right;;
	margin: 10px 0 5px 10px;
}

.center {
	border: 1px solid #aaaaaa;;
	margin: 5px auto 12px;;
	text-align: center;
}

.textright {
	text-align: right;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

.hide {
	display: none;
}

.post {
	margin: 0 0 25px;
}

.postinfo {
	background-color: #feffd9;; /* helles gelb */
	border-left: 4px solid #dfe369; /*gruengelb */
	color: #606060;;
	font-size: 0.9em;;
	font-weight: bold;;
	line-height: 1.5em;;
	margin: 1px 0 40px;;
	padding: 8px 5px 8px 8px;
}

.comment {
	background-color: #feffd9;; /* helles gelb */
	border-left: 4px solid #dfe369; /*gruengelb */
	color: #606060;;
	margin: 0 0 10px;;
	padding: 8px 5px 0 8px;
}

.comment p.commenthead {
	line-height: 1.6em;
}

.comment p {
	font-size: 0.9em;;
	line-height: 1.3em;;
	margin: 0 0 6px;;
	padding-bottom: 5px;
}

.navigation {
	display: block;;
	margin: 10px 0;;
	padding: 0 0 15px;;
	text-align: center;
}

.navigation p {
	margin: 0;;
	padding: 0;
}

.prevlink {
	margin-right: 20px;
}

.nextlink {
	margin-left: 20px;
}

.ads {
        clear:both;
}
