div#lastyear{
background-color:#ffffff;
border-bottom:1px solid #D30010;
padding:0 2px 4px 2px;
color:#D30010;
margin:0 0 7px 0;
}
div#lastyear a{
color:#D30010;
text-decoration:underline;
}
div#kommentare h2, div.post h2 {
color:#0a55a8;
font-size: 18px;
line-height: 20px;
margin: 0 0 4px 0;
padding: 0 0 3px 0;
border-bottom: 1px solid #d30010;
}
div#kommentare h3, div.post h3 {
color:#0a55a8;
font-size: 15px;
text-decoration: none;
margin: 0 0 5px 0;
padding: 0 0 0 0;
}
div#kommentare h4, div.post h4 {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}

div.entry a img{
}

div.post{
	width:530px;
}
div.post {
	clear: both;
	margin: 0 0 30px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #cdcdcd;
	font-size: 1em;
	line-height: 1.48em;
}
.post img{
	margin:0 0 10px 0;
}
.post ul, .post ol {
	margin: 0 0 7px 0;
}
.post li {
	font-size: 1em;
	line-height: 1.48em;
	margin: 0 0 5px 30px;
}
.post ul li {
	list-style-type: square;
}
.post ol li {
	list-style-type: decimal;
}
p.postinfo {
	color: #828282;
	font-size: 11px;
	line-height: 11px;
	padding: 0;
	margin: 0 0 10px 0;
}
p.postcomment {
	font-size: 12px;
	line-height: 1.4em;
	padding: 0;
	margin: 0 0 0 0;
	text-align: right;
}

.postmetadata {

}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.clear {
	clear: both;
}




/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
	
	
.navigation {
	font-size: 11px;
	border-bottom: 1px solid #cdcdcd;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	/* background: #EEEEEE; */
}

.navigation div span.left {
	background: url(images/arrow_left.png) left center no-repeat;
	padding-left: 15px; 	
}
.navigation div span.right {
	background: url(images/arrow_right.png) right center no-repeat;
	padding-right: 15px; 	
}

/* KOMMENTAR */
div#kommentare {
	/*background-color: #FFFFCC;*/
	margin: 20px 0 20px 0;
	padding: 0;
	width:530px;
}

div#kommentare ol {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
list-style-position: outside;
}

div#kommentare div.kommentar {
	border: 1px solid #CDCDCD;
	padding: 10px;
	margin-bottom: 20px;
}

div#kommentare .kommentator {
	border-bottom: 1px solid #FF0000;
}

div#kommentare div.kommentator {

}

span.kommentatorname a {

}
span.kommentarmeta{
	color:#999999;
	font-size:10px;
	display:block;
	padding:2px 0;
}
div#kommentare div.kommentartext p {

}

div#kommentare form {
	width: 100%;
}

div#kommentare form div {
	background-color: #F0F0F0;
	border: 1px solid #CDCDCD;
	padding: 5px;
}

div#kommentare form div p {
	padding: 0;
	margin: 0 0 5px 0;
}
div#kommentare form label{
	font-size:12px;
	line-height:1.6em;
	padding:0 0 0 2px;
}
div#kommentare form div p input, div#kommentare form div p textarea {
	font-size: 14px;
	width: 500px;
	margin: 0;
	border: 0;
	border: 1px solid #CDCDCD;
	padding: 2px;
	background: #FFFFFF;
	color: #000000;
}

div#kommentare form div p input.button {
	width: 200px;
	margin: 0;
	border: 0;
	border: 1px solid #CDCDCD;
	padding: 2px;
}

/* End Various Tags & Classes*/