
*{
	margin: 0;
	padding: 0;
}

html {min-height: 100%;}


body {
background-image:url(img/bg.gif);
background-repeat:repeat-y;
background-position: center;	
font-family: "Lucida Sans Unicode",sans-serif;
font-size:11px;
text-align:center;
margin: 0px;
padding: 0px;
height: 100%;
width:100%;
}



p,code,ul {padding-bottom: 1.2em;}

li ol {list-style:decimal-leading-zero;}

ol {padding-left:20px;}
h1 {border-bottom: 1px dashed #aaaaaa;}
h1 {font: normal 1.5em Arial,sans-serif; }
h2 {font: normal 1.4em sans-serif; }
h3 {font: bold 1.2em Tahoma,sans-serif; color: #9a9578;  }


h1,h2 {padding-top: 20px; color: #9a9578; margin-bottom: 4px;}

hr {
background-color: #ccc; 
color: #ccc;
border: 0;
height: 1px; 
}


a {color: #979275; text-decoration:none}
a:hover {color:#979275; text-decoration: underline;}
a img {border: none;}
img {border:none;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

.rss_item a{font-weight:bold;}

.blog{margin:30px 0px 0px 0px;}

.clearer {
clear: both;
margin: 0px;
padding: 0px;
height: 0px;
line-height: 0px;
font-size: 0px;
}

.left {float: left;}
.right {float: right;}


.outer-container {
	text-align:left;
	background: #FFF;
	border: 1px solid #e2e2e2;
	border-bottom: 0px solid #e2e2e2;
	border-top: 0px solid #e2e2e2;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 20px;
	padding-bottom:0px;
	padding-top:0px;
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

*html .outer-container {width:940px;}

/* header & title */
.header {
	background:  url('img/titelbildneu.jpg') no-repeat;
	height: 113px;
	margin-top: 20px;
	text-align: center;
	width:100%
}

.slogan {
	/* background:  url('../../uploads/headerrechts.jpg') no-repeat;*/
	height: 113px;
	float:right;
	width:298px;

}


.header .title {
	color: #FFF;
	padding-top: 50px;
}


.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	color: #b8b293;
	font: normal 14px Trebuchet MS,Arial,sans-serif;
	padding-left: 15px;
	text-align:right;
	margin-top: -30px;
	text-transform: uppercase;
	
}
.path li,.path ul {display: inline;}
.path a {
	font-weight:bold;
	color: #b8b293;
	text-decoration: none;
	margin-left: 13px;
text-transform: uppercase;
}
.path a:hover {
	font-weight:bold;
	color: #9f0c0c;
	text-decoration: underline;
	text-transform: uppercase;
}

.page_item.current_page_item a{
	color: #9f0c0c; text-decoration: underline;
}






/* content */
.content {
margin-top:25px;
padding-top:10px;
text-align:justify;
padding-bottom:10px; 
line-height:150%
}


.content .descr {
	color: #664;
	margin-bottom: 6px;
font-size:1.3em;

}


/* navigation */



.navigation {
padding-left:15px;
text-align:justify;
margin-top:40px;
padding-top:40px;
float:right;
color: #000000;
font-family: "Lucida Sans Unicode",sans-serif;
width:290px;
padding-right:0px;
margin-right:0px;
}

*html .navigation {width:320px;}




.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}


.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	font-size: 0.9em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {

	color: #654;	
}


/* footer */

.footer {
clear: both;
color: #949490;
font: normal 1em sans-serif;
width: 898px;
margin: -20px auto 0px auto;
font-size:11px;
text-align:right;
Padding: 5px 0 5px 0;
background-color:#ffffff;
border-top: 1px solid #e6e6e6;
}

*html .footer {padding-right:0px;}

.footer a {
	color: #979275;
	text-decoration: none;
}
.footer a:hover {color: #979275; text-decoration:underline;}

.footer img{padding-top:0px;}


/* posts */
.post h1 a {
	border-bottom: 1px dashed #AAA;
	color: #9a9578;
	text-decoration: none;
}
.post h1 a:hover {
	border-color: #F60;
	color: #9a9578;
}
#sidebar .post{
padding:0px;
margin:0px;

}
.post {margin: 6px 0 2px;}
.post .info{
	background: #F5F5F5;
	border: 1px solid #E3E4E4;
	color: #666;
	margin: 2px 0 4px;
	padding: 5px 10px;
}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}




/* calendar */
#wp-calendar {color:#A0A0A0;}

.navigation table caption {border-bottom-color:#000;}

.navigation table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.navigation table th {border-bottom-color:#000;}

.navigation table td#today {
  border-color:#000;
  color:#A53512;
}

.navigation table td a {
  border-bottom-color:#000;
  background-color:#ffffff;
}

.navigation table tfoot {border-top-color:#000;}

.navigation table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.navigation table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.navigation table thead tr {border-bottom:1px solid;}

.navigation table th {border-bottom:1px solid;}

.navigation table td {
  width: 225px; 
  padding: 1px;
  font-size: 0.9em;
}

.navigation table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.navigation table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.navigation table tfoot {border-top:1px solid;}
.navigation table tfoot a {
  border: none;
  font-weight: bold;
}
.navigation table tfoot #prev a {text-align:left;}
.navigation table tfoot #next a {text-align:center;}

#update-nag{visibility:hidden; width:1px;}

