/* ---------- OVER ALL ---------- */

* { 
	margin:0;
	padding:0;
	text-decoration:none;
	list-style-type:none;
	border:0;
}

/* ----------- BODY ---------- */

html , body {
	background:#444 url(images/bg03.jpg) no-repeat top center fixed;
	text-align:center;
	height:100%;
	min-height:100%;
	font:normal 15px/21px Arial, Helvetica, sans-serif;
	color:#333;
}

/* ---------- Links ---------- */

a {	text-decoration: none; cursor:pointer; font-weight:bold; }

a:link , a:active , a:visited{
	color: #23608f;
}

a:hover {
	color: #8f2623;
}

strong , b { font-weight:bold; }


#pagebox {
	height:100%;
	margin:0 auto;
	width:780px;
	text-align:left;
}


#leisteTop {
	background:#000 url(images/leisteTopbg.png);
	padding:8px 0 5px 15px;
	color:#bbb;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
}

#banner {
	width:780px;
	height:260px;
	background:#000;
}

#content {
width:740px;
background:#fff;
clear:both;
padding:20px;
float:left;

}

ul#topNavi {
width:780px;
height:32px;
font-size:11px;
background:#000;
}

ul#topNavi li {
clear:none;
float:left;
}



ul#topNavi a , ul#topNavi .aktiv{
line-height:32px;
padding:0 15px;
color:#bbb;
width:auto;
text-transform:uppercase;
display:block;
}

ul#topNavi a:hover {
background:#333;
color:#fff;
}

ul#topNavi .aktiv , ul#topNavi .aktiv:hover{
background:#1ed2ff;
color:#fff;
}


#footer {
	background:#000;
	width:740px;
	color:#ccc;
	clear:both;
	padding:20px;
	font:normal 11px/15px Arial, Helvetica, sans-serif;
	color:#bbb;
}

#footer a { color:#ddd; }
#footer a:hover { color:#fff; }



#cLeft {
	float:left;
	width:480px;
}


.page-navi-box {
	float:left;
	clear:both;
	width:200px;
}

#cLeft .conbox {
width:470px;
float:left;
clear:both;
margin:0 0 40px 0;
padding:0 0 10px 0;
border-bottom:1px dotted #ccc;
}

#cLeft .date {
	color:#888;
float:left;
clear:both;
	font:normal 12px/12px Arial, Helvetica, sans-serif;

}

#cLeft h2 {
	color:#222;
	font:normal 34px/34px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	padding:10px 0 10px 0;
float:left;
clear:both;
}

#cLeft h2 a {
	font:normal 34px/34px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#23608f;
}

#cLeft h2 a:hover {
	color:#8f2623;
}

#cLeft h3 {
	color:#23608f;
	font:bold 18px/18px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	padding:15px 0 5px 0;
	float:left;
	clear:both;
}

#cLeft h4 , #cLeft .h4 {
	color:#222;
	font:normal 18px/18px Arial, Helvetica, sans-serif;
	padding:15px 50px 2px 0;
	margin:0 0 10px 0;
	border-bottom:2px dotted #23608f;
	float:left;
	clear:both;
}

#cLeft .h4 {
	clear:none;
	float:none;
	line-height:50px;
}



#cLeft p , #cLeft .p {
float:left;
clear:both;
width:460px;
padding:5px 0;
text-align:justify;
}


#cLeft p img.portrait {
	float:left;
	clear:both;
	margin:0 20px 20px 0;
	border:1px solid #000;
	width:140px;
	height:154px;
}

input {
	padding:5px;
	width:250px;
	margin:2px 0 5px 0;
	border:2px solid #ccc;
}

textarea {
	padding:5px;
	width:450px;
	margin:2px 0 5px 0;
	border:2px solid #ccc;
}


#sidebar {
	width:230px;
	color:#444;
	float:right;
	padding:10px;
	background:#f0f0f0;
	font:normal 13px/19px Arial, Helvetica, sans-serif;
}

#sidebar h4.zitat {
	font:normal 25px/30px Georgia;
	letter-spacing:-1px;
	padding:10px 0 2px 0;
	color:#000;
	float:left;
	clear:both;
	font-style:italic;
	color:#888;
}

#sidebar h4.zitat span {
	font:bold 13px/16px Arial, Helvetica, sans-serif;
	color:#888;
	float:left;
	clear:both;
	font-style:italic; 
	font-weight:normal; 
	letter-spacing:normal;
}

#sidebar h4 {
	font:bold 16px/16px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	padding:15px 0 2px 0;
	color:#000;
	float:left;
	clear:both;
	width:200px;
}

#sidebar p , #sidebar .st-tag-cloud , #sidebar .p {
	margin:5px 0;
	width:240px;
	float:left;
	clear:both;
}

#sidebar ul, sidebar ul li {
	clear:both;
	float:left;
	margin:5px 0;
	width:240px;
}

/* Kommentare */
							ol.commentlist  {
								float:left;
								width:460px;
							}
							
							ol.commentlist li {
								float:left;
								width:460px;
								margin:0 0 4px 0;
								background:#f4f4f4;
							}
							
							
							ol.commentlist li cite {
								float:left;
								padding:5px 10px 10px 10px;
								width:440px;
								font-style:normal;		
								font:normal 17px/40px Arial, Helvetica, sans-serif;
							}
							
							ol.commentlist li cite span {
								letter-spacing:-0.5px;
							}
					
							
							ol.commentlist li .avatar {
								float:left;
								margin:5px 10px 0 0;
								border:1px solid #000;
							}


/* PXSMAIL */

dd input#ccme {
		padding:0 5px 0 0;
		width:auto;
	}

	.error_msg {
		font-weight:700;
		color:#FF0000;
	}
	
	.pxs_css_spamcheck {
		display: none !important;
	}