/* CSS Document */
html, body {
	position:relative;

	background-color: #f0dbc9;
	margin:0px 20px 0px 20px;
	border:none;
	padding:0px;
	min-height: 100%;
	height:100%;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #111111;
	text-decoration: none;
}
wrapBody {
	position:relative;
	height:100%;
}
a, a:hover {
	font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	color:#b0302d;
	text-decoration: underline;
}
a.headline {
	font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:18px;
	color:#0d8a3d;
	font-weight: bold;
	text-decoration: none;
}

h1, h2 {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: solid 1px #cdcdcd;
}
h3 {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #0f3774;
	font-weight: bold;
	text-decoration: none;
}
h4 {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 24px;
	color: #b7b1a5;
	font-weight: bold;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
}
h4 span {
	color: #ccab6c;
}
h5 {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 24px;
	color: #ccab6c;
	font-weight: bold;
	text-decoration: none;
}
/*	FORMULAR	*/
form {
	margin:0px;
	padding:0px;
}
input {
	background-color:#ffffff;
	margin:0px;
	border:1px solid #cdcdcd;
	padding:5px 0px 5px 5px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}
input.weblogSearch {
	background-image: url(../pix/bg_input.gif);
	background-repeat: no-repeat;
	margin:0px 0px 0px 41px;
	border:none;
	padding:6px 0px 7px 12px;
	width:171px;
	float:left;
}
.inputIcon {
	background-image: none;
	margin:0px;
	border:none;
	padding:5px 0px 0px 10px;
	width:8px;
	height:17px;
	display:table-cell;
	vertical-align:middle;
}
*html .inputIcon {
	padding:7px 0px 0px 10px;
	vertical-align:top;
}
*+html .inputIcon {
	padding:7px 0px 0px 10px;
	vertical-align:top;
}
textarea {
	background-color:#ffffff;
	margin:0px;
	border:1px solid #cdcdcd;
	padding:5px 0px 5px 5px;
	font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
}


/* HEADER */
.bgHeader {
	width: 930px;
	height: 343px;
	margin: 0px;
	padding: 0px;
	background-image: url(../pix/bg_header.jpg);
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
}
.mainNav {
	padding-top: 239px;
	margin-left: 50px;
}
.sagJApos {
	position: absolute;
	top: 180px;
	left: 740px;
}
/* CONTENT */
.bgContent {
	position:relative;
	width: 930px;
	_height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(../pix/bg_content.gif);
	background-repeat: repeat-y;
	position: relative;
}
.main {
	position:relative;
	width:930px;
	background-image: url(../pix/bg_content.jpg);
	background-repeat: no-repeat;
}
.content {
	position:relative;
	width:500px;
	margin-right:50px;
	float:right;
}
*html .content {
	margin-right: 20px;
}
/* MENU */
.bgMenu {
	background-image: url(../pix/bg_menu.jpg);
	background-repeat: no-repeat;
	width: 321px;
	margin-left: 54px;
	text-align: left;
	float: left;
	z-index: 2;
	position: relative;
	background-position: top;
}
*html .bgMenu {
	margin-left: 27px;
}
.bgMenuBottom {
	position: relative;
	z-index:3;
	background-image: url(../pix/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top:150px;
	width:321px;
	height:50px;
	text-align:center;
}
.bgMenu h5 {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	color: #536e8e;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 0px;
	padding: 12px 0px 40px 0px;
	width: 321px;
	z-index: 1;
	position: relative;
}
*html .bgMenu h5 {
	padding: 12px 0px 20px 0px;
}
*+html .bgMenu h5 {
	padding: 12px 0px 20px 0px;
}
.bgMenu h3 {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../pix/icon_hl.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left:60px;
	margin-bottom:0px;
	padding-left:35px;
}
.bgMenu ul, .mainNav ul {
	margin-left:50px;
}
*html .bgMenu ul, *html .mainNav ul {
	margin-top:10px;
	margin-left:90px;
}
*+html .bgMenu ul, *+html .mainNav ul {
	margin-top:10px;
	margin-left:90px;
}
.bgMenu ul li, .mainNav ul li {
	list-style-position: outside;
	list-style-image: url(../pix/icon_pfeil1.gif);
	list-style-type: none;
	padding-left:7px;
	line-height:18px;
}
.bgMenu a, .mainNav a {
	font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration: none;
}
.bgMenu a:hover, .mainNav a:hover {
	font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

/* POST */
.post {
	position:relative;
	margin:35px 0px 15px 0px;
	border:1px solid #bababa;
}
.postBG {
	position:absolute;
	z-index:1;
	top:0px;
	right:0px;
	left:0px;
	height:100%;
	background-color:#ffffff;
	filter:Alpha(opacity=85);
	-moz-opacity:0.85; 
	-khtml-opacity:0.85; 
	opacity:0.85;
}
.postMain {
	position:relative;
	z-index:10;
}
.postMeta {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #111111;
	text-decoration: none;
	line-height: 16px;
}
.postContent img {
	padding-left: 5px;
}
.postContent {
	padding-left: 10px;
	padding-right: 10px;
	filter:Alpha(opacity=85);
	-moz-opacity:0.85; 
	-khtml-opacity:0.85; 
	opacity:0.85;
}
/*	POST - Content	*/
.postContent {
	padding:0px 10px 15px 10px;
}
.postContent img {
	padding:0px 0px 10px 5px;
}
/*	POST - Media	*/
.postMedia {
	clear:both;
	margin:0px 0px 0px 0px;
	padding:10px 10px 5px 10px;
	border-top:1px solid #cdcdcd;
}
.postMediaSingle {
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 10px 10px 10px;
}
.postMediaItem {
	float:left;
	width:60px;
	height:60px;
	margin:0px 5px 5px 0px;
	border:1px solid #9badba;
	overflow:hidden;
}
/*	POST - TAGS	*/
.postTags {
	clear:both;
	margin:0px 0px 0px 0px;
	padding:5px 10px 0px 10px;
	border-top:1px solid #cdcdcd;
}
/*	POST - FOOTER / Comments, Permalink, Link	*/
.postFooter {
	clear:both;
	background-image:url(../pix/bg_kommentare.gif);
	background-repeat:no-repeat;
	width:435px;
	height:36px;
	margin:10px 10px 0px 10px;
	padding:0px 0px 15px 45px;
}
.postFooter a {
	display:inline-block;
	padding:10px 15px 0px 0px;
	font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration: none;
}
.postFooter a:hover {
	color:#000000;
}
.postFooter a.postComments {
	float:left;
}
.postFooter a.postPermalink {
	float:left;	
}
.postFooter a.postLink {
	float:right;
}	
/* POST - NAVIGATION */
.postNavigation {
	position:relative;
	clear:both;
	margin:25px 0px 15px 0px;
	border:1px solid #bababa;
	padding:10px 0px 10px 0px;
	text-align:center;
}
.postNavigation div.postMain {
	position:realtive;
	clear:both;
	background-image:url(../pix/bg_kommentare.gif);
	background-repeat:no-repeat;
	width:480px;
	height:26px;
	margin:0px 10px 0px 10px;
	padding:10px 0px 0px 0px;
	color:#666666;
}
.postNavigation div.postMain a {
	color:#ffffff;
	text-decoration:none;
}
.postNavigation div.postMain a:hover {
	color:#000000;
}
/* POST COMMENTS */
.postCommentsList {
	clear:both;
	position:relative;
	margin:25px 0px 15px 0px;
	border:1px solid #bababa;
}
.postComment {
	clear:both;
	margin:0px 0px 10px 0px;
	padding:0px 0px 5px 0px;
}
.postCommentMeta {
	padding:0px 0px 2px 0px;
	margin:0px 0px 5px 0px;
	border-bottom:1px solid #cdcdcd;
	font-size:11px;
	color:#666666;
}
.postComment p {}

/* COMMENT WRITE */
.postWriteComment {
	clear:both;
	position:relative;
	margin:25px 0px 15px 0px;
	border:1px solid #bababa;
	padding:0px;
}
.postWriteComment h1, .postWriteComment h2 {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	padding:0px 10px 5px 10px;
	border-bottom:1px solid #cdcdcd;
}
.postWriteComment form {
	margin:0px;
	padding:0px 10px 0px 10px;
}
.kommentar_table {
	margin:0px 0px 15px 0px;
}
.kommentar_table tr td {
	padding:2px 10px 3px 0px;
}
.kommentarinput {
	width:350px;
}
.kommentartext {
	width:350px;
	height:200px;
}
.kommentarcode {
	margin:0px;
	width:50px;
	font-weight:bold;
	float:left;
}
.kommentarCAPTCHA {
	float:left;
	margin:2px 10px 0px 0px;
	padding:0px;
}

/*	HELPERS	*/
.clear {
	clear:both;
}
