/* Begin Typography & Colors */
body {
	font-size: 		62.5%; /* Resets 1em to 10px */
	font-family: 	Verdana, Arial, Sans-Serif;
	color: 			#333;
	background-color:#31363e;
	}

#page {
	text-align: 	left;
	background:		#f7f7f5;
}

#content {
	font-size: 		1.4em;
	background-color:#fff;
	border-right:	1px solid #cac9c0;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 	1.7em;
}

.narrowcolumn .postmetadata .anzahl-kommentare {
	background-image:url(images/kommentar.gif) right no-repeat;
	padding-right:	10px;
	text-align:		right;
}

.narrowcolumn .postmetadata .anzahl-kommentare a:link {
	color:			#777;
}
	
.artikelbildbereich {
	margin:			5px 0 10px 20px;
	float:			right;
}
	
.artikelbild {
	border:			1px solid #999;
	margin-bottom:	10px;
	padding:		1px;
}
	
.artikeldetails {
	border-top:		2px solid #eae9e6;
	border-bottom:	2px solid #eae9e6;
	padding:		10px;
	font:			0.9em Verdana, Arial, Helvetica, sans-serif;
	line-height:	2.5em;
	background-color:#f7f7f5;
	margin-top:		30px;
}

p.artikeldetails {
	margin-bottom:	60px;
}

.alt {
	background-color:#f8f8f8;
	border-top: 	1px dotted #ddd;
	border-bottom: 	1px dotted #ddd;
	}
	

.contentlinie {
	clear:			both;
	height:			10px;
	width:			601px;
	background:		#f7f7f5 url(images/contentlinie.gif) no-repeat;
}
	
#fussnote {
	clear:			both;
	width:			830px;
	font:			1.3em Verdana, Arial, Helvetica, sans-serif;
	background-color:#f7f7f5;
	padding:		20px 20px 40px 40px;
	line-height:	2em;
}

#fussnote span {
	border-bottom:	1px dotted #666;
	padding-bottom:	3px;
	font-weight:	bold;
	
}

#fussnote td {
	vertical-align:	top;
	padding-top:	20px;
}

#fussnote ul {
	list-style:		none;
	margin:			0;
	padding:		0;
}

#footer {
	background:		#31363e;
	border-top:		1px solid #cac9c0;
	color:			#fff;
	height:			50px;
}
	
#footer table {
	width:			890px;
	margin-top:		15px;
}

#footer a {
	color:			#fff;
}


h1 {
	font-size: 		4em;
	text-align: 	center;
	}

h2 {
	font-size: 		1.6em;
	}

h2.pagetitle {
	font-size: 2.2em;
	font-weight:normal;
	padding-bottom:	20px;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 		1.1em;
	margin-top:		20px;
}

.kommentarueberschrift {
	font:			bold 1.3em Arial, Helvetica, sans-serif;
	text-decoration:underline;
	padding-top:	10px;
}

.entry h3 {
	text-align:		left;
	line-height:	2em;
	color:			#8c0000;
}

.entry a:link {
	color:			#3572c9;
	text-decoration:underline;
}

.entry a:hover {
	color:			#164587;
	text-decoration:underline;
}

.entry p a {
	text-decoration:	underline;
}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font:		0.8em Verdana, Arial, Helvetica, sans-serif;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #8c0000;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	color:			#dc0000;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 		0;
	padding: 		0;
}

#page {
	margin: 		0 auto;
	width: 			890px;
	background:		#f7f7f5 url(images/bgcontent.gif) no-repeat;
}

#header {
	background-color:#31363e;
	height: 		80px;
	padding:		20px 0;
	width: 			890px;
}

.rss {
	padding:		10px 0 0px 85px;
	}

.narrowcolumn {
	clear:			both;
	float: 			left;
	padding: 		0 50px 20px 50px;
	width: 			500px;
}

.widecolumn {
	float: 			left;
	padding: 		0 50px 20px 50px;
	width: 			500px;
}

.post {
	margin: 		0;
	text-align: 	left;
}

.post h2 { 
	text-align:		center;
	font:			bold 2em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:	30px;
	font-weight:	lighter;
}

.post h2 a:hover{
	color:			#dc0000;
	text-decoration:underline;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 		0;
}

.narrowcolumn .postmetadata {
	padding: 		5px 10px;
	font-size:		0.8em;
	background:		#fff url(images/bg-postmetadata.gif) no-repeat;
	margin-bottom:	10px;
	height:			30px;
}

.widecolumn .postmetadata {

}

.more-link {
	font:			bold 1em Arial, Helvetica, sans-serif;
}
	
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	clear: 			both;
	padding: 		0;
	margin: 		0 auto;
	width: 			890px;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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;
	margin-bottom:	10px;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li{
	list-style:		square;
	padding-left:	10px;
	text-indent: 	5px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type:none;
	list-style-image:none;
	margin-bottom: 	0px;
	font:			1.3em Verdana, Arial, Helvetia, sans-serif;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
.meintipp {
	font:			bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	border-bottom:	1px dotted #999;
	padding-bottom:	7px;
	color:			#8c0000;
	line-height:	3em;
 }
/* End Entry Lists */



/* Begin Form Elements */
.suchfeld { 
	width: 			125px; 
	padding: 		2px;
	font:			1.0em Verdana, Arial, Helvetica, sans-serif; 
	background: 	#fff; 
	border: 		1px solid #999;
	margin:			0 0 10px 0;
}

.suchbutton {
	border:			1px solid #999;
	padding:		4px 0 2px 0;
	font:			0.8em Verdana, Arial, Helvetica, sans-serif;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
	
#commentform {
	width:			500px;
}

#commentform input {
	width: 			160px;
	padding: 		2px;
	margin: 		5px 0;
}

#commentform textarea {
	width: 			100%;
	padding: 		2px;
	}

#commentform #submit {
	border:			1px solid #333;
	padding:		2px;
	width:			166px;
	font:			bold 1em Arial, Helvetica, sans-serif;
	color:			#8c0000;
	cursor:			pointer;
	}

/* Live Kommentar Plugin - http://dev.wp-plugins.org/wiki/LiveCommentPreview */	
#commentPreview {
	font:			normal 1.0em Verdana, Arial, Helvetica, sans-serif;
	line-height:	1.5em;
	color:			#333;
	background-color:#f0f0eb;
}

#commentPreview a:link {
	font:			bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
	
.alt p {
	line-height:	2em;
}

.commentlist {
	padding: 		0;
	text-align: 	justify;
	width:			500px;
	margin-left:	0;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.kommentarnummer {
	font:			italic 2.5em Verdana Arial, Helvetica, sans-serif;
	color:			#cac9c0;
}

.kommentarautor {
	border-top:		1px dotted #cac9c0;
	border-bottom:	1px dotted #cac9c0;
	background-color:#fbefef;
}

.kommentarautor .kommentarnummer{
	color:			#8c0000;
}

.pflichtfeld {
	border:			1px solid #000;
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	margin-left: 	650px;
	width: 			240px;
	padding:		0px 0 20px 0;
	background:		#f7f7f5;
	top:			410px;
}

.newsletterreport {
	padding:		20px 0 0 20px;
	border:			0;
}

#sidebar ul li a:link{
	line-height:	2em;
}

#sidebar form {
	margin: 0;
	}

.katbild {
	margin-top:		20px;
	border-top:		1px dotted #cac9c0;
}
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: 		block;
	text-align: 	center;
	margin-top:		30px;
	font-weight:	bold;
}
/* End Various Tags & Classes*/

.newsletter {
	border:			1px solid #999;
	width:			160px;
	padding:		3px;
	color:			#333;
	font:			1em Arial, Helvetica, sans-serif;
}

.submit {
	background:		#f7f7f5 url(images/submitbutton4.gif) no-repeat;
	width:			170px;
	height:			30px;
	border:			0;
	cursor:			pointer;
}

.zitat {
	font:			italic 16px Georgia, Arial, Helvetica, sans-serif;
	line-height:	2em;
	background:		#fff url(images/zitat.gif);
	padding:		45px;
	height:			60px;
	color:			#8c0000;
}

.info {
	font:			italic 16px Georgia, Arial, Helvetica, sans-serif;
	line-height:	2em;
	background:		#fff url(images/info.gif);
	padding:		10px 70px 0px 70px;
	height:			140px;
	color:			#8c0000;
}

.empfehlung {
	padding:		1px;
	border:			1px solid #333;
	margin-bottom:	10px;
}

.download {
	border:			2px solid #3777b9;
	font:			bold 1.3em Verdana, Arial, Helvetica, sans-serif;
	text-align:		center;
	background:		#f0f0eb url(images/download.gif) no-repeat 20px;
	padding:		20px;
}

.testimonial {
	text-align:		center;
	font:			1em Arial, Helvetica, sans-serif;
	padding:		5px 30px 0 0;
}
