*{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	margin: 0;
	background-color: #D7E2EC;
	background-image: url(/bilder/layout/bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
}

a,
a:link,
a:active,
a:visited {
	text-decoration:underline;
	color: #444;
}

a:hover {
	text-decoration:none;
	color: #000;
}
a.big,
a.big:link,
a.big:active,
a.big:visited {
	text-decoration:underline;
	color: #444;
	font-size: 25px;
	font-weight: bold;
}
a.big:hover {
	text-decoration:none;
	color: #000;
	font-size: 25px;
	font-weight: bold;
}

/* Top start */

#topline {
	width: 100%;
	height: 30px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: auto;
	right: auto;
	bottom: auto;
	font-size: 11px;
	background-image: url(/bilder/layout/topline_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	clear: both;
	color: #cfcfcf;
	z-index: 20;
	overflow: hidden;
}

#topline div#hello {
	margin: 0;
	padding: 0 0 0 5px;
	position: relative;
	top: 0;
	right: auto;
	left: 0;
	bottom: auto;
	line-height: 24px;
	height: 24px;
	z-index: 2;
}

#topline ul {
	list-style:none;
	margin: 0;
	padding: 0;
	clear: both;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	bottom: auto;
	z-index: 3;
}

#topline ul li {
	text-align: left;
	display: block;
	padding: 0 8px 0 10px;
	margin: 0;
	line-height: 24px;
	height: 24px;
	background-image: url(/bilder/layout/topline_c.png);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}

#topline ul li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #cfcfcf;
}

#topline ul li  a:hover {
	margin: 0;
	padding: 0;
	text-decoration: underline;
	color: #fff;
}

/* loginforumlar top */
#topline form#loginform {
	margin: 0;
	padding: 0;
	float: right;
	border: none;
}
#topline form#loginform .loginname {
	margin: 0;
	padding: 1px;
	border: 1px solid #333;
	font-size: 11px;
	width: 80px;
	background-color: #ddd;
}
#topline form#loginform .loginpass {
	margin: 0;
	padding: 1px;
	border: 1px solid #333;
	font-size: 11px;
	width: 80px;
	background-color: #ddd;
}
#topline form#loginform .loginname,
#topline form#loginform .loginpass { 
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-image: url(/bilder/layout/textbox_shaddow.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#topline form#loginform .loginbutton {
	margin: 0;
	padding: 0;
	border: 1px solid #333;
	font-size: 11px;
	width: 60px;
	background-color: #C2CDA9;
}

/* top */

#top {
	width: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 26px;
	left: auto;
	right: auto;
	bottom: auto;
	clear: both;
}

#header {
	width: 980px;
	height: 64px;
	padding: 0;
	margin: 0 auto;
	background-image: url(/bilder/layout/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

#headerempty {
	width: 470px;
	height: 55px;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
}

/* navline */

#navline {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: -8px;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 4;
	clear: both;
	font-size: 11px;
}

#navline ul {
	width: 720px;
	list-style:none;
	margin: 0;
	padding: 0;
	float: left;
}

#navline ul li,
#navline ul li.addsite {
	width: 120px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	display: block;
	padding: 0;
	margin: 0;
	background-image: url(/bilder/layout/navbutton.png);
	background-repeat: no-repeat;
	background-position: 0 -30px;
	float: left;
}

#navline ul li:hover,
#navline ul li.addsite:hover {
	width: 120px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	display: block;
	padding: 0;
	margin: 0;
	background-image: url(/bilder/layout/navbutton.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

#navline ul li.addsite {
	background-image: url(/bilder/layout/navbutton_addsite.png);
	background-repeat: no-repeat;
	background-position: 0 -30px;
}

#navline ul li.addsite:hover {
	background-image: url(/bilder/layout/navbutton_addsite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#navline ul li a,
#navline ul li.addsite a {
	width: 120px;
	height: 22px;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #5B4814;
}

#navline ul li  a:hover,
#navline ul li.addsite  a:hover {
	width: 120px;
	height: 22px;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #313F01;
}

#navline ul li.addsite  a{
	color: #452A07;
}

#navline ul#social {
	width: 260px;
	list-style:none;
	margin: 0;
	padding: 0;
	float: right;
}

#navline ul#social li {
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	display: block;
	padding: 0;
	margin: 0 1px 0 1px;
	float: right;
	background-image: none;
}

#navline ul#social li a {
	width: 24px;
	height: 24px;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	position: relative;
	top: 4px;
	left: auto;
	right: auto;
	bottom: auto;
}

#navline ul#social li  a:hover {
	width: 24px;
	height: 24px;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	position: relative;
	top: -3px;
	left: auto;
	right: auto;
	bottom: auto;
}
/* contentteil */

#main {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 98px;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 5;
	clear: both;
}

#content_top {
	width: 1000px;
	height: 10px;
	padding: 0;
	margin: 0;
	background-image: url(/bilder/layout/content_top.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	clear: both;
	z-index: 6;
}

#content_middle {
	width: 970px;
	padding: 25px 15px 0 15px;
	margin: 0;
	background-image: url(/bilder/layout/content_middle.png);
	background-repeat: repeat-y;
	background-position: top center;
	position: relative;
	clear: both;
	z-index: 6;
}

#content_bottom {
	width: 1000px;
	height: 10px;
	padding: 0;
	margin: 0;
	background-image: url(/bilder/layout/content_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
	clear: both;
	z-index: 6;
}

#left {
	width: 620px;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	z-index: 7;
}

#sidebar {
	width: 340px;
	padding: 10px 0 0 0;
	margin: 0;
	float: right;
	position: relative;
	z-index: 7;
}

#sidebar h2 {
	font-size: 14px;
	text-align: left;
	padding: 0;
	margin: 0;
	border: 0;
	color: #2A8FE5;
	line-height: 20px;
}

/* suchbox */

#searchbox {
	width: 210px;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #777;
	text-align: left;
	position: absolute;
	top: -3px;
	right: 10px;
	left: auto;
	bottom: auto;
	z-index: 8;
}

#searchbox #searchform{
	padding: 0;
	margin: 0;
	border: 0;
}

#searchbox .searchfield {
	margin: 0 0 0 -5px;
	padding: 2px 2px 2px 5px;
	border: 1px solid #ccc;
	font-size: 12px;
	width: 180px;
	background-color: #fafafa;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-image: url(/bilder/layout/textbox_shaddow.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#searchbox .searchbutton{
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	top: 4px;
	right: auto;
	left: auto;
	bottom: auto;
}

/* kategorie box */

#catbox {
	padding: 0 0 5px 0;
	margin: 0;
	clear: both;
	background-color: #FAFDD9;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #D6DBA1;
}

#sidebar #catbox h2 {
	font-size: 16px;
	text-align: left;
	padding: 0 0 0 6px;
	margin: 0 0 5px 0;
	border: 0;
	color: #8F9269;
	line-height: 20px;
}

#catbox  ul {
	width: 340px;
	list-style:none;
	margin: 0;
	padding: 0;
}

#catbox  ul li {
	width: 168px;
	height: 18px;
	line-height: 18px;
	text-align: left;
	display: block;
	padding: 0;
	margin: 1px;
	float: left;
	white-space: nowrap;
	font-size: 12px;
}

#catbox  ul li a {
	width: 162px;
	height: 18px;
	display: block;
	margin: 0;
	padding: 0 0 0 6px;
	text-decoration: none;
	color: #55573D;
	overflow: hidden;
}

#catbox  ul li  a:hover,
#catbox  ul li  a.active {
	width: 138px;
	height: 18px;
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	text-decoration: none;
	color: #45550E;
	font-weight: bold;
	background-image: url(/bilder/misc/direction.png);
	background-repeat: no-repeat;
	background-position: 2px 0;
	overflow: hidden;
}


/* kategorie box blog */

#catboxblog {
	padding: 0 0 5px 0;
	margin: 10px 0 0 0;
	clear: both;
	background-color: #E3FDD9;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #B1DBA1;
}

#sidebar #catboxblog h2 {
	font-size: 16px;
	text-align: left;
	padding: 0 0 0 6px;
	margin: 0 0 5px 0;
	border: 0;
	color: #69927D;
	line-height: 20px;
}

#catboxblog ul {
	width: 340px;
	list-style:none;
	margin: 0;
	padding: 0;
}

#catboxblog ul li {
	width: 168px;
	height: 18px;
	line-height: 18px;
	text-align: left;
	display: block;
	padding: 0;
	margin: 1px;
	float: left;
	white-space: nowrap;
	font-size: 12px;
}

#catboxblog ul li a {
	width: 162px;
	height: 18px;
	display: block;
	margin: 0;
	padding: 0 0 0 6px;
	text-decoration: none;
	color: #44573D;
	overflow: hidden;
}

#catboxblog ul li  a:hover,
#catboxblog ul li  a.active {
	width: 138px;
	height: 18px;
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	text-decoration: none;
	color: #45550E;
	font-weight: bold;
	background-image: url(/bilder/misc/direction.png);
	background-repeat: no-repeat;
	background-position: 2px 0;
	overflow: hidden;
}

/* Eintrag Boxen */

.entry {
	width: 288px;
	height: 172px;
	overflow: hidden;
	margin: 5px;
	padding: 5px;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #fafafa;
	border: 1px solid #ddd;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	position: relative;
}
.entry h4 {
	width: 288px;
	height: 38px;
	overflow: hidden;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	clear: both;
	border-bottom: 1px dotted #ddd;
}

.entry h4 a,
.entry h4 a:link,
.entry h4 a:active,
.entry h4 a:visited {
	color: #618E02;
	text-decoration:underline;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.entry h4 a:hover {
	color: #45550E;
	text-decoration:none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.entry img.thumb {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	border: 1px solid #888;
	position: relative;
	z-index: 7;
}

.entry p.entryfooter {
	width: 288px;
	height: 22px;
	line-height: 22px;
	text-align: left;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 10px;
	position: absolute;
	z-index: 9;
	color: #777;
	top: 160px;
	right: auto;
	left: auto;
	bottom: auto;
	background-color: #fafafa;
}

.entry p.entryfooter a {
	text-decoration: underline;
	color: #777;
}

.entry p.entryfooter a:hover {
	text-decoration: none;
	color: #777;
}

/* eintrag unterseite */

div.sub {
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
}

div.sub p {
	width: 295px;
	height: 36px;
	text-align: center;
	display: block;
	padding: 5px;
	margin: 5px 1px 1px 1px;
	float: left;
	white-space: nowrap;
	font-size: 12px;
	position: relative;
	font-size: 11px;
	background-color: #fafafa;
	border: 1px solid #ddd;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

div.sub p a {
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

div.sub p  a:hover {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

div.directlink {
	width: 604px;
	margin: 1px 1px 10px 1px;
	padding: 5px;
	clear: both;
	position: relative;
	background-color: #fafafa;
	border: 1px solid #ddd;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	text-align: right;
}


div.directlink .directlink{
	margin: 0;
	padding: 2px 2px 2px 5px;
	border: 1px solid #ccc;
	font-size: 12px;
	width: 430px;
	background-color: #fafafa;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-image: url(/bilder/layout/textbox_shaddow.png);
	background-repeat: no-repeat;
	background-position: top left;
}

/* Werbeblocks */

.topblock970 {
	width: 970px;
	height: 15px;
	padding: 0 0 5px 0;
	margin: 0;
	text-align: left;
	position: absolute;
	top: 0;
	right: auto;
	left: auto;
	bottom: auto;
	z-index: 7;
	background-image: url(/bilder/layout/topblock970_line.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.block125 {
	padding: 10px;
	margin: 0 0 5px 16px;
	text-align: center;
	background-image: url(/bilder/misc/bg_block125.gif);
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
}

.block125_noad {
	padding: 10px;
	margin: 0 0 5px 16px;
	text-align: center;
	background-image: url(/bilder/misc/bg_block125_noad.gif);
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
}

.subadleft {
	width: 300px;
	height: 250px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	text-align: center;
}

.subadright {
	width: 300px;
	height: 250px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: right;
	text-align: center;
}

/* sonstiges */

.clear {	
	clear: both;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	height: 0px;
	width: 0px;
}

img.icon {
	position: relative;
	top: 4px;
	right: auto;
	left: auto;
	bottom: auto;
}

img.icon2 {
	position: relative;
	top: 3px;
	right: auto;
	left: auto;
	bottom: auto;
}

img.thumb2 {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	border: 1px solid #888;
	position: relative;
	z-index: 7;
}

.red {
	color: #ee0000;
}

.green {
	color: #008800;
}

.small {
	font-size: 11px;
}

p.textbox{
	padding: 0 0 5px 0;
	margin: 0;
	text-align: justify;
}

p.centerbox {
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 0;
}

h1 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 20px;
	color: #2A62A4;
}

h1 a.big,
h1 a.big:link,
h1 a.big:active,
h1 a.big:visited {
	text-decoration:underline;
	color: #2A62A4;
}

h1 a.big:hover {
	text-decoration:none;
	color: #000;
}

h2, h3, h4, h5, h6, h7  {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 18px;
	color: #2A62A4;
}

#main h3  {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #2A62A4;
	text-align: center;
	font-weight: normal;
}

hr {
	border: 0px;
	border-top: 1px;
	border-top-color: #ccc;
	border-style: dotted;
	height: 0;
	padding: 0 0 5px 0;
	clear: both;
}

div.pages {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font-size:12px;
	color: #000000;
	text-align: center;
}
input.button{
	color: #fff;
	background-color: #3060B8;
	border: 1px solid #141E31;
	font-size: 13px;
	font-weight: bold;
	margin: 3px 0px 0px 0px;
	padding: 3px;
}

select{
	color: #000;
	background-color: #fafafa;
	border: 1px solid #ccc;
	margin: 3px 0 6px 0;
	padding: 4px;
}

input.textfield{
	color: #000;
	background-color: #fafafa;
	border: 1px solid #ccc;
	margin: 3px 0 6px 0;
	padding: 4px;
}

input.textdis {
	color: #777;
	background-color: #fefefe;
	border: 1px dashed #ddd;
	margin: 3px 0 6px 0;
	padding: 4px;
}

textarea{
	color: #000;
	background-color: #fafafa;
	border: 1px solid #ccc;
	margin: 3px 0 6px 0;
	padding: 4px;
}

/* spamschutz */

.hbox {
	display: none;
}

/* regeln */

ol.rulesin,
ol.rulesout {
	list-style:none;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

ol.rulesin li,
ol.rulesout li {
	text-align: left;
	padding: 0 0 10px 20px;
	margin: 0;
}

ol.rulesin li {
	background-image: url(/bilder/misc/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

ol.rulesout li {
	background-image: url(/bilder/misc/arrow_left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* partner */

ul.partner {
	list-style:circle;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

ul.partner li {
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0;
}

/* footer */

#footer {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 10px 0;
	position: relative;
	z-index: 6;
	clear: both;
	top: auto;
	right: auto;
	left: auto;
	bottom: -110px;
	background-color: #1B3451;
	background-image: url(/bilder/layout/footer_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	border-top: 1px solid #111A24;
}

#footercontent {
	width: 990px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	clear: both;
	font-size: 11px;
	color: #5C738E;
	text-align: center;
}

#footercontent a {
	margin: 0;
	padding: 0;
	text-decoration: underline;
	color: #879DB6;
}

#footercontent  a:hover {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #5C738E;
	color: #fff;
}

#footercontent ul {
	width: 165px;
	list-style:none;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
}

#footercontent ul li {
	text-align: left;
	display: block;
	padding: 0 8px 0 10px;
	margin: 0;
	line-height:15px;
	height: 15px;
}

#footercontent ul li h5 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

#footercontent ul li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #879DB6;
}

#footercontent ul li  a:hover {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #fff;
}

/* linkline */
.linkline {
	width: 900px;
	padding: 5px 0 0 0;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
}

.linkline ul {
	list-style:none;
	margin:0;
	padding: 0;
}

.linkline ul li {
	text-align: left;
	display:inline;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

.linkline ul li a {
	margin: 0;
	padding: 3px;
	text-decoration: underline;
	color: #455767;
}

.linkline ul li  a:hover {
	margin: 0;
	padding: 3px;
	text-decoration: none;
}

/* ########### BLOG STYLES ########### */ 


#sidebar ul.postlist {
	list-style: disc;
	margin: 5px 0 0 20px;
	padding: 0;
}

#sidebar ul.postlist li{
	text-align: left;
	padding: 0;
	margin: 4px 0;
	font-size: 0.9em;
}

/* Postings */

#left .blogentry a,
#left .blogentry a:link,
#left .blogentry a:active,
#left .blogentry a:visited {
	text-decoration:underline;
	color: #41A10E;
}

#left .blogentry a:hover {
	text-decoration:none;
	color: #000;
}

#left .post{
	padding: 10px 0 10px 0;
	margin: 0;
}

#left .blogentry {
	padding: 0;
	margin: 0;
}

#left .blogentry  p{
	padding: 0 0 15px 0;
	margin: 0;
	text-align: justify;
}
#left h1 a,
#left h1 a:link,
#left h1 a:visited,
#left h1 a:active {
	text-decoration: none;
	color: #333;
}
#left h1 a:hover  {
	text-decoration: none;
	color: #FD6826;
}
#left h2 a,
#left h2 a:link,
#left h2 a:visited,
#left h2 a:active {
	text-decoration: none;
	font-size: 20px;
}
#left h2 a:hover  {
	text-decoration: none;
	font-size: 20px;
}

#left .post-tags {
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #555;
}

#left .post-tags a {
	color: #555;
}

#left .footer {
	margin: 0;
	padding: 5px 2px 5px 2px;
	font-size: 11px;
	clear:both;
	color: #55573D;
	background-color: #FAFDD9;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #D6DBA1;
}

#left .footer ul {
	list-style: none;
	text-align: center;
	padding:0;
	margin:0;
}

#left .footer ul li {
	display: inline;
	padding:0;
	margin:0 5px 0 5px;
}

#left .footer a {
	color: #55573D;
}
/* Postings ende */

/* Kommentare */

#left h4.comment {
	margin: 40px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	background-image: none;
	background:url(/bilder/blog/comment.png) no-repeat left;
	padding:0 0 0 18px;
	color:#555;
	text-align:left;
}

#commentform  {
	margin: 0 15px 15px 0;
	padding: 0;
	font-size: 11px;
}

#commentform input {
	padding: 5px;
	margin: 1px 0 1px 0;
	background-color: #fafafa;
	border: 1px solid #cecece;
}

#commentbox {
	padding: 5px;
	margin: 5px 0 5px 0;
	background-color: #fafafa;
	border: 1px solid #cecece;
	width: 100%;
}

.commentar {
	padding: 5px 0 1px 0;
	margin-top: 5px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	text-align: left;
}

.commentar p{
	padding: 0;
	margin: 0 0 10px 0;
}

p.commentarmeta{
	font-size: 11px;
}

.commentarmeta {
	margin-top: 0;
	padding-top: 1px;
	color: #555;
}
	
h4.commentartitle,	
h4.commentartitle a {
	padding: 0;
	margin: 0px;
	margin-bottom: 2px;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #2A62A4;
}

#submit {
	background-color: #efefef;
	border: 1px solid #cecece;
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
	width: 210px;
}

/* Kommentare ende */
