/* CSS Document */

body {
	background-color:#fff;
	text-align: center;
	margin:0em;
	color:#000;
}
br{
	line-height:0.75em;
}
ul{
	padding:0em;
	margin:0em;
}
li{
	list-style-type: none;
	background-image: url(http://www.alex-vf.com/blog/img/list.gif);
	background-repeat: no-repeat;
	background-position: left 0.8em;
	line-height:2em;
	text-indent: 1em;
}
a:link{
	color:#69F;
}
a:active {
	color:#000;
}
a:visited {
	color:#000;
}
a:hover {
	color:#000;
}
a img {
	border-width:0;
}
#content {
	width:60em;
	margin:4em auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.4em;
	text-align:left;
  }
#title {
  	font-family: Georgia, serif;
  	font-size:2.5em;
  	color:#69F;
  }
#title a {
  	color:#69F;
  	text-decoration:none;
  }
#nav-bg {
	background-color: #fff;
	width:16.5em;
	float:left;
	margin:4em 0em 0em 0em;
}
#nav {
	margin:0em 0.5em 1.5em 0.5em;
}
.nav-header{
	font-family: Georgia, serif;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.1em;
	color:#000;
	margin: 0em 0em 0.5em 0em;
	border-bottom:1px dashed #999;
}
.nav-list{
	margin:0em 0em 1.5em 0em;
}
#main-bg {
	background-color: #fff;
	width:40em;
	float:right;
	margin:4em 0em 0em 0em;
}
#main {
	margin:0em 0.5em 1.5em 0.5em;
}

.post{
	margin-bottom:3em;
}
.post-header{
	font-family: Georgia, serif;
  	font-size:0.9em;
  	text-transform:uppercase;
  	letter-spacing:0.1em;
  	color:#000;
  	margin-bottom:1em; 
  	border-bottom:1px dashed #999;
}
.post-title{
	font-family: Georgia, serif;
	font-size:1.3em;
	color:#CC0000;
	/*font-weight: bold;*/
	margin-bottom:0.5em; 
}
.post-title a{
	color:#CC0000;
	text-decoration:none;
}
.post-body{
	line-height:1.6em;
	margin-bottom:0.5em;
} 
.post-author {
  	float:left;
  	color:#69F;

}
.post-comment {
	text-align:right;
}
.comment{
	border-top:1px dashed #999;
}

/*layout varianbles*/
.div-full {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	clear: left;
	margin-right:0.5em;
	margin-bottom:0.25em;
	border: 1px dashed  #999;
}
.div-row-left {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	clear: left;
	margin-right:0.5em;
	margin-bottom:0.25em;
	border: 1px dashed   #999;
}
.div-row-middle {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	clear: none;
	margin-right:0.5em;
	margin-bottom:0.25em;
	border: 1px dashed   #999;
}
.div-row-right {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	clear: none;
	margin-bottom:0.25em;
	border: 1px dashed   #999;
}
.div-break {
	clear: left;
}
.img-margin {
	margin: 4px;
}
.auszeichnung {
	color: #C00;
}