/* --------------------------------
   General
----------------------------------- */

html {
	color: #87827C;
	font: normal 12px Verdana,Arial,sans-serif;
	height: 100%;
}

body {
	background-image: url(bilder/bg.jpg);
	padding-bottom: 0px;
	padding-top: 10px;
  	background-repeat:repeat;
}

a {
	color: #2e9cc0;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #2e9cc0;
	text-decoration: underline;
}

p {
	padding: 0.2em 0 1.2em;
	line-height: 1.7em;
	text-align: justify;
	width: 100%;
}


/* --------------------------------
   Headings, titles
----------------------------------- */

h1 {font: normal 23px Verdana,Arial,sans-serif,color: #128d86;}
h2 {font: normal 15px Verdana,Arial,sans-serif,color: #128d86;}
h3 {font: normal 14px Verdana,Arial,sans-serif,color: #128d86;}
h4 {font: bold 12 Verdana,Arial,sans-serif,color: #128d86;}

h1, h2, h3, h4 {margin-bottom: 5px;}


/* --------------------------------
   Hauptlayout
----------------------------------- */

#layout_wrapper {
	/*background: red;*/
	margin: 0 auto;
	width: 1000px;
}
#layout_container {padding: 0px;}
#layout_content {border: 0px solid #FFFFFF;}

#header_image {
	height: 130px;
	width: 1000px;
	background: url('bilder/biancaKrauseHeader.gif') no-repeat;*/
	border-bottom: 0px solid #222;
	border-top: 0px solid #111;
}

/* --------------------------------
   Überschrift / Header
----------------------------------- */

#site_title {
	background: #FFFFFF;
	padding: 12px 0px;
}
#site_title h1 	{
	color: #727272;
	text-align: right;
	font: normal 20px Verdana,Arial,sans-serif;
	margin: 0 0 5px;
}
#site_title h2 {
	color: #727272;
	text-align: right;
	word-spacing: 0.6em;
	font: normal 15px sans-serif;
	margin: 0;
}


/* --------------------------------
   Navigation
----------------------------------- */

.navigation {
	/*background: #d0c6ad;*/
	height: 40px;
	border-bottom: 0px solid #222;
	border-top: 0px solid #555;
}
.navigation ul {display: inline; margin: 0;}
.navigation ul li {
	border-right: 0px solid #303030;
	float: left;
	list-style: none;
}
.navigation a {
	color: #727272;
	display: block;
	font: 1em Verdana,Arial,sans-serif;
	padding: 12px 14px;
	text-decoration: none;
}
.navigation a:hover {
	background: none;
	color: #727272;
	text-decoration: underline;
}
.navigation li.current_page_item a {
	background: none;
	color: #727272;
	text-decoration: underline;
}

/* --------------------------------
   SUB Navigation
----------------------------------- */

.sub_navigation {
	/*background: #FFFFFF;*/
	height: 35px;
	border-bottom: 0px solid #222;
	border-top: 0px solid #555;
}
.sub_navigation ul {display: inline; margin: 0;}
.sub_navigation ul li {
	border-right: 0px solid #303030;
	float: left;
	list-style: none;
}
.sub_navigation a {
	color: #727272;
	display: block;
	font: 1em Verdana,Arial,sans-serif;
	padding: 8px 14px;
	text-decoration: none;
}
.sub_navigation a:hover {
	/*background: #FFFFFF;*/
	color: #2e9cc0;
	text-decoration: underline;
}
.sub_navigation li.current_page_item a {
	background: none;
	color: #2e9cc0;
	text-decoration: underline;
}


/* --------------------------------
   Main
----------------------------------- */

#main {
	background-color: #FFFFFF;
	color: #87827C;
}


/* --------------------------------
   Footer
----------------------------------- */

#footer {
	border-bottom: 0px;
	border-top: 0px solid #ffffff;
	color: #727272;
	font-size: 0.9em;
	padding: 10px 12px;
}
#footer a {color: #727272; text-decoration: none;}
#footer .right,#footer .right a {color: #727272;}
#footer a:hover {color: #727272; text-decoration: underline;}


/* --------------------------------
   Floats
----------------------------------- */

.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;}
.clearer,.block {
	display: block;
	line-height: 0;
	font-size: 0;
}
.clearer {height: 0;}


/* --------------------------------
   Misc
----------------------------------- */

/* Columns */
.col3, .col3last {width: 31%; margin-right: 3%;}
.col3last {margin-right: 0;}

/* Images */
img.bordered {padding: 3px; background: #666;}

/* Text */
.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}
.vtop {vertical-align: top;}

/* Margin, padding, width, height */
.ptb10 {padding: 10px 0;}

/* --------------------------------
   Posts
----------------------------------- */

.post {
	background: #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
}
.post_top {
	background: #FFFFFF;
	border-bottom: 0px solid #777;
	border-top: 0px solid #FFFFFF;
	padding: 25px 16px 0px;
}
.post_title h2 {
	color: #727272;
	font-size: 17px;
	font-weight:normal;
	margin: 0;
	padding: 0;
}
.post_body h2 {
	color: #727272;
	font-size: 14px;
	font-weight:normal;
	padding: 0px 0px 10px;
}
.post_body {
	color: #727272;
	width: 700px;
	font-size: 12px;
	border-top: 0px solid #78c1bd;
	padding: 16px 16px 0;
	line-height: 16pt;
}
.post_metadata {padding: 10px;}
.post_metadata .content {
	color: #666666;
	font-size: 12px;
	padding: 10px 12px;
}
.post_metadata a {color: #2e9cc0; text-decoration: underline;}
.post_metadata a:hover {color: #2e9cc0;}

.post_body ul, .post_body ol {margin: 0 0 1em 1.5em;}
.post_body ul {list-style: disc;}
.post_body ol {list-style: decimal;}
