@charset "UTF-8";
/* CSS Document */

#c_content_1spalte {
	float: left;
	width: 860px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 20px;
	/*background-image: url(images/desk.jpg);*/
	background-repeat: repeat-y;
	position: relative;
	margin-top: 25px;
	}
	
#post_entry_1spalte {
	float: left;
	width: 860px;
	position: relative;
	Padding-top: 0px;
	padding-bottom: 0px;
	overflow:hidden;
	}
	
.post_index_1spalte {
	float: left;
	width: 860px;
	/*background-color:#FFFFFF;*/
	margin-top:0px;

	}
	
.post_content_1spalte {
	float: left;
	width: 860px;
	padding-top: 0px;
	padding-bottom: 5px;
	line-height: 1.7em;
	}
	
.post_content_1spalte img {
	border: 0px solid #CCCCCC;
	width:auto;
	height:auto;
	}
	


.post_content_1spalte p {
	margin-top: 0px;
	margin-right: 0px;
	
	margin-left: 0px;
	padding: 0px;
	}

.post_content_1spalte blockquote {
	
	margin-top: 10px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-image: url(../images/quotes.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #606060;
	}

.post_content_1spalte code {
	display: block;
	margin: 10px;
	padding: 5px;
	clear: both;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border: 1px solid #eeeeee;
	/*background-color: #ffffff;*/
	font-style: italic;
	color: #606060;
	}
	
.post_content_1spalte ul {
	list-style-position:outside;
	margin-left:25px;
	margin-bottom:1em;
	list-style-image:url(../images/leo_bullet.jpg);
	}	