@import url(reset.css);

/* main styles */

body {
	background-image: url(/img/bg_distortion.gif);
	background-repeat: repeat;
	background-color: #333;
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
}

.clearer {
	clear: both;
}

/* typo styles */

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.navi_small {
	font-size: 13px;
	color: #999;
	padding: 5px 0 0 0;
}

/* layout styles */

#main_wrapper {
	background-repeat: repeat-x;
	background-image: url(/img/bg_stripe.png);
}

#content_wrapper_top {
	width: 960px;
	height: 20px;
	margin: 10px auto 0 auto;
	background-image: url(/img/bg_content_top.png);
}

#content_wrapper_top img {
	display: block;
}

#content_wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
	background-repeat: repeat-y;
	background-image: url(/img/bg_content.png);
}

#header_wrapper {
	background-repeat: no-repeat;
	width: 940px;
	margin: 0 0 0 10px;
	background-image: url(/img/bg_header.jpg);
}

#logo {
	float: left;
	height: 34px;
	width: 400px;
	margin: 50px 0 0 40px;
}

#logo h1 {
	height: 34px;
	width: 241px;
	text-indent: -100000px;
	background-image: url(/img/logo_pmblog.gif);
	background-repeat: no-repeat;
}

#navi {
	float: right;
	margin: 67px 30px 0 0;
}

navi ul {
}

#navi ul li {
	display: inline;
	float: left;
	padding: 0 0 0 20px;
}

#twitter {
	margin: 100px 0 0 40px;
	width: 380px;
	color: #fff;
	float: left;
}

#twitter h3 {
	font-size: 13px;
	color: #999;
	padding: 0 0 10px 0;
}

#twitter p {
	font-size: 18px;
	line-height: 30px;
	font-style: italic;
}

#xing {
	float: right;
	height: 70px;
	width: 270px;
	margin: 223px 0 0 10px;
	cursor: pointer;
}

#blog {
	float: left;
	margin: 20px 0 0 40px;
	width: 500px;
}

#blog h1 {
	font-size: 25px;
	padding: 0 0 10px 0;
}

.blog_content {
	margin: 0 0 40px 0;	
}

.blog_content p {
	padding: 0 0 14px 0;
	line-height:1.6em;
}

.blog_content h1 {
	font-size: 32px;
	padding: 0 0 12px 0;
	font-family:Arial, Helvetica, Sans-Serif;
	font-weight:bold;
}

.blog_content h1 a {
	color: #000;
	line-height: 40px;
	font-size:36px;
	font-family:Arial, Helvetica, Sans-Serif;
	font-weight:bold;
}

.blog_content h2 {
	font-size: 18px;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:16px;
}

.blog_content h3 {
	font-size: 15px;
	font-weight:bold;
	padding-bottom:8px;
	padding-top: 14px;
}

.blog_info {
	font-size: 12px;
	color: #666;

}

.blog_content hr {
	height: 15px;
	width: 500px;
	background-image: url(/img/divider.gif);
	border: 0;
	margin: 0 0 10px 0;	
}

/******************************************/
/* Liste mit Aufzählungspunkten */
.blog_content ul {
	padding: 0 0 20px 20px;
	margin-left: 20px;
}

.blog_content ul li {
	padding: 0 0 5px 0;
	list-style-position: outside;
	list-style-type: disc;
	
}
/* ENDE Liste mit Punkten */
/******************************************/

/******************************************/
/* 2. Gliederungsebene */
.blog_content ul li ul{
	padding: 0 0 15px 15px;
	margin-left: 60px;	
}

.blog_content ul li ul li{
	padding: 0 0 5px 0;
	list-style-type: circle;
	list-style-position: outside;
}
/*****************************************/

.titelbild {
	width: 180px;
	float: right;
	vertical-align: top;
	padding: 0 0 10px 20px;
}

#older_entries {
	width: 200px
	float: left;
	margin: 0 0 10px 0;
}

#newer_entries {
	width: 200px;
	float: right;
	text-align: right;
	margin: 0 0 10px 0;
}

.comment_wrapper {
	margin: 20px 0 20px 0;
	border-bottom: dotted 1px #666;
}

.comment_date {
	width: 100px;
	text-align: right;
	float: left;
	color: #666;
	font-size: 11px;
}

.comment_content {
	width: 380px;
	float: right;
}

.comment_input {
	width: 500px;
	height: 30px;
	border-bottom: solid 1px #efefef;
	border-right: solid 1px #efefef;
	border-top: solid 3px #ccc;
	border-left: solid 3px #ccc;
}

.comment_textarea {
	width: 500px;
	height: 150px;
	border-bottom: solid 1px #efefef;
	border-right: solid 1px #efefef;
	border-top: solid 3px #ccc;
	border-left: solid 3px #ccc;
}

#sidebar {
	float: right;
	width: 340px;
	margin: 20px 0 0 0;
}

#sidebar h2 {
	font-size: 18px;
	color: #666;
	padding: 0 0 10px 0;
}

.widget {
	padding-bottom:20px;
}

#search {
	width: 325px;
	margin: 0 0 20px 0;
}

.searchfield {
	width: 320px;
	height: 30px;
	font-size: 14px;
	border-bottom: solid 1px #efefef;
	border-right: solid 1px #efefef;
	border-top: solid 3px #ccc;
	border-left: solid 3px #ccc;
}

#sponsoren img {
	padding: 0 10px 10px 0;
}

#abonnements img {
	padding: 0 10px 10px 0;
}

#left_sidebar {
	float: left;
	width: 160px;
}

#right_sidebar {
	float: right;
	width: 160px;
	padding-right:10px;
}

#right_sidebar li, #right_sidebar li a, #right_sidebar li a:hover,
#left_sidebar li, #left_sidebar li a, #left_sidebar li a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
	line-height:20px;
}

#footer_wrapper {
	background-color: #000;
}

.footer_column {
	width: 250px;
	padding: 20px 0 20px 40px;
	float: left;
	color: #fff;
	background-color: #000;
}

.footer_column2 {
	width: 250px;
	padding: 20px 0 20px 40px;
	float: right;
	color: #fff;
	background-color: #000;
}

.footer_column h2 {
	font-size: 18px;
}

strong,bold{font-weight:bold;}

em,italic{font-style:italic;}

ol{
	list-style:decimal;
	padding-left:40px;
	padding-bottom:15px;
}

ul#recentcomments li{
	padding-bottom:12px;
	margin-right:30px;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

blockquote{
	padding-left:15px;
}

.gallery{
	padding-bottom:15px;
}

table#nextPrevLinks td{
	width:250px;
}

table#nextPrevLinks td.nextPrevLeft{
	text-align:left;
}

table#nextPrevLinks td.nextPrevRight{
	text-align:right;
}
