
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* {
	margin: 0; padding: 0;
} 
body {
	margin: 0; padding: 0;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;	
	text-align: center;	
	overflow-x: hidden;	
}

/* links */
a {
	background: inherit;
	color: #3182C0; 
}
a:hover {
	background: inherit;
	color: #f08700;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #555;
}
h1 { font-size: 1.5em; }
h2 { font-size: 15px; text-transform: none; }
h3 { font-size: 1.2em; text-transform: none;}


#main h1 {
background:transparent url(/img/blue2.gif) no-repeat scroll 0 0;
font-size:15px;
height:18px;
margin:0;
padding:2px 0 5px 13px;
text-align:left;
text-transform:uppercase;
width:467px;
color: #fff;
}

#main h1 a, #main h1 a:visited, #main h1 a:active, #main h1 a:hover{
background:transparent none repeat scroll 0 0;
border-bottom:0 solid #FFFFFF;
color:#FFFFFF;
text-decoration:none;
}
	
#sidebar h1, #rightbar h1 {
background:transparent url(/img/blue.gif) no-repeat scroll 0 0;
color:#FFFFFF;
font-size:15px;
height:18px;
margin:0;
padding:2px 0 5px 9px;
text-align:left;
text-transform:uppercase;
width:181px;
}

p, h1, h2, h3 {
margin:10px -6px 0 1px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #3182C0;	
}
ul span, ol span {
	color: #666666;
}

/* images */
img {
	border: 0px solid #CCC;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
border:0 solid #3791D7;
margin-bottom:-7px;
}
a:hover img {  
  border: 0px solid #806B4D !important;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #3182C0;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #3182C0;  
	font-weight: bold; 
}

/* form elements */
form {
	margin:10px; padding: 0; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 4px;
	border:1px solid #ccc;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #ccc;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
	vertical-align: top;
}
form.searchform input.button {
color:#124284;
vertical-align:top;
width:55px;
}

/*****************/
/*    Layout     */
/*****************/
#wrap {
	margin: 0 auto;
   width: 880px;  	
	text-align: left;		
	background: #FFF;	
}
#content-wrap {
	clear:both;
   margin: 0; padding:0;
	width: 850px;	
}

/* header */
#header {
	position: relative;
	height: 68px;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #CCC;
	text-transform: lowercase;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 5px;	
}

#header h1#logo a { text-decoration:none; }

#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 48px; left:65px;		
}
#header .searchform {
border-bottom:4px solid #F08700;
height:37px;
padding-right:5px;
position:absolute;
right:-11px;
top:54px;
}

/* main column */

#google{
border:1px solid #CCCCCC;
float:left;
margin-left:0;
margin-top:4px;
width:468px;
}

#cats{
border:1px solid #CCCCCC;
float:left;
height:54px;
margin-left:0;
margin-right:0;
margin-top:4px;
padding:5px 11px 5px 5px;
width:215px;
}

#cats2{
border:1px solid #CCCCCC;
float:right;
height:54px;
margin-left:0;
margin-right:-9px;
margin-top:4px;
padding:5px 11px 5px 5px;
width:215px;
}

#cats:hover, #cats2:hover{
background: #FAFAFA;
}

#cats small, #cats2 small{
font-size: 9px;
}

#cats a, #cats2 a{
font-weight: bold;
}

#cats h2, #cats2 h2{
font-size: 13px;
}

#cats p, #cats2 p{
margin:2px -6px 0 1px;
}

#main {
float:left;
margin-left:27px;
padding:0 10px 0 0;
text-align:justify;
width:460px;
}

#main img{
border:1px solid #CCCCCC;
float:left;
margin-left:2px;
margin-right:7px;
margin-top:13px;
}

#border{
background:transparent none repeat scroll 0 0;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
margin-top:0;
padding-left:4px;
padding-right:13px;
padding-top:1px;
width:461px;
height: auto;
min-height: 500px;
float: left;
}

#kates h3{
margin-top: 7px;
}

#kates p{
margin-bottom:10px;
margin-top:1px;
}

#google_center{
background:#FFFFFF none repeat scroll 0 0;
float:left;
margin-left:-1px;
width:131px;
}

 #ahnliche{background:#FFFFFF none repeat scroll 0 0;
float:left;
margin-left:1px;
margin-right:10px;
width:320px;}

#ahnliche content{
color:#000000;
font-size:11px;
}

#ahnliche h6{
color:#000000;
font-size:13px;
}

#ahnliche h4{
font-size:11px;
margin-top:11px;
}

.post-footer {
background-color:#FAFAFA;
border:1px solid #F2F2F2;
font-size:95%;
margin-top:11px;
padding:5px;
width:453px;
}


.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .readmore a {
	background: none;
}

/* sideabar */
#sidebar {
	float: left;
	width: 21%;
	margin: 0;	padding: 0; 
	display: inline;	
}
#sidebar ul {
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 1px;
padding-left:2px;
padding-right:6px;
text-align:left;
text-decoration:none;
width:180px;
}
#sidebar ul li {
background:transparent url(../../../img/pfeil1.gif) no-repeat scroll 0 6px;
border-bottom:1px solid #EFF0F1;
padding:4px 5px 2px 14px;
}

#sidebar ul li:hover {
background:transparent url(../../../img/pfeil2.gif) no-repeat scroll 0 6px;
border-bottom:1px solid #EFF0F1;
padding:4px 5px 2px 14px;
}

#sidebar ul li.current_page_item {
background:transparent url(../../../img/pfeil2.gif) no-repeat scroll 0 6px;
border-bottom:1px solid #EFF0F1;
padding:4px 5px 2px 14px;
}

#sidebar ul li.current_page_item a {
border-bottom:1px solid #EFF0F1;
padding:4px 5px 2px 0px;
color: #F08700;
}


* html body #sidebar ul li { height: 1%; }

#sidebar ul a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
}

#bot{
background:transparent url(/img/bot.gif) no-repeat scroll 0 0;
height:16px;
margin-top:-2px;
width:190px;
}

#bot2{
background:transparent url(/img/bot2.gif) no-repeat scroll 0 0;
height:10px;
width:480px;
clear: both;
}

/* rightbar */
#rightbar {
	float: right;
	width: 148px;
	padding: 0;			
}

#rightbar ul {
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 1px;
padding-left:2px;
padding-right:6px;
text-align:left;
text-decoration:none;
width:180px;
}

#recententries{
padding-left:5px;
padding-right:17px;
}

#rightbar ul h4, #rightbar ul h4 a, #rightbar ul h4 a:hover, #rightbar ul h4 a:visited, #rightbar ul h4 a:active{
font-size:12px;
margin-bottom:2px;
padding-top:5px;
text-decoration:underline;
}

#sidebar ul h4, #sidebar ul h4 a, #sidebar ul h4 a:hover, #sidebar ul h4 a:visited, #sidebar ul h4 a:active{
font-size:12px;
margin-bottom:2px;
padding-top:5px;
text-decoration:underline;
}

#rightbar ul content{
color:#000000;
font-size:12px;
}

#sidebar ul content{
color:#000000;
font-size:12px;
}

#rightbar ul h5{
padding-bottom:5px;
}

#rightbar ul h5 a{
color:#008000;
font-size:9px;
font-weight:normal;
}

#rightbar ul li {
background:transparent url(images/arrow.gif) no-repeat scroll 2px 5px;
border-bottom:1px solid #EFF0F1;
padding:2px 5px 2px 14px;
}

* html body #rightbar ul li { height: 1%; }

#rightbar ul a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
}

/* footer */
#footer {
	clear: both;
	background: #FFF url(images/footerbg.gif) repeat-x left top;
	border-top: 1px solid #F2F2F2;
	text-align: center;	
	height: 50px;	
	color: #3182C0;
}
#footer a {
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
}

.active{
color: #F08700;
}

/* menu */
#menu {
	clear: both;
	margin: 0; padding: 0;	
}
#menu ul {	
	position: relative; 
	bottom: 4px;
	margin: 0; padding: 0;	
	float: left;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	width: 702px;/* 775px; */
	border: 1px solid #F08700;
	border-width: 0 0 4px 0;	
	list-style: none;
}
#menu ul li{
	display: inline;	
}
#menu ul li a {	
	position: relative; bottom: -4px;
	float: left;
	color: #808080;
	padding: 0px 10px;
	text-decoration: none;
	border-bottom: 4px solid #F08700; 	
}
#menu ul li a:hover{
	color: black; 
	border-bottom: 4px solid #124284;
}
#menu ul li.current_page_item a{
	color: #333;
	border-bottom: 4px solid #124284;
}


.sitemap .desc {
clear:left;
float:left;
font-size:80%;
padding-bottom:5px;
padding-left:20px;
}
.sitemap ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0 5px;
}
.sitemap {
padding:20px 0;
}

.sitemap .head{
color: #3182C0;
}
.sitemap .head:hover{
color: #F08700;
}
#border ul, #border li, #border ol{
color: #666;	
}
