/* Design & Anatomie */
* { margin: 0; padding: 0; }
body {
  font-family: "Trebuchet MS", Tahoma, Verdana, Vera Sans;
  font-size: 13px;
  background-color: #ddd;
  background-image: url(../image/bodybg.png);
}
div#mainbox {
  width: 1000px;
  margin: 10px auto;
}
div#contentbox {
  margin-top: 10px;
  margin-left: 210px;
  margin-right: 210px;
  line-height: 1.5em;
}
div#sidebar-left { float: left; }
div#sidebar-right { float: right; }


/* Kopf & Logo */

div#header {
  margin-bottom: 15px;
}
div#header h1 a:hover, div#header h1 a { text-decoration:none; }

h1 { font-family:"Trebuchet MS", Tahoma, Verdana, Vera Sans; font-size:24px; font-weight:300; margin-top:25px; margin-bottom:20px; text-align:center; }
h2 { font-family:"Trebuchet MS", Tahoma, Verdana, Vera Sans; font-size:20px; font-weight:300; margin-top:15px; margin-bottom:10px; }
h3 { font-family:"Trebuchet MS", Tahoma, Verdana, Vera Sans; font-size:16px; font-weight:300; margin-top:15px; margin-bottom:10px; }

p.h1 { font-size: 28px; }
div#header div.description { font-size: 14px; color: #555;}

div#header a { color: #49d; }
div#header div#logolayer {
  padding-left: 30px;
  padding-top: 10px;
  padding-right: 30px;
  height: 80px;
  background-color:white;
  border:1px brown solid;
  background-image:url(/wp-content/themes/BC/image/home_car.jpg);
  background-repeat:no-repeat;
  padding-left:150px;
  /* background-image:url(/wp-content/BC/image/home_car.jpg); */
  /* background: url(../image/home_car.jpg) right center no-repeat; */
}

div#header2{
  	padding-left: 30px;
  	padding-top: 10px;
  	padding-right: 30px;
  	height: 60px;
  	background-color:white;
  	border:1px brown solid;
  	background-repeat:no-repeat;
  	margin-bottom:10px;
  	padding:10px;
}
div#header2 ul { list-style:none; }
div#header2 ul li { float:left; text-transform:uppercase; margin-left:10px; width:140px; margin-top:4px; }
div#header2 ul li a { color:black; text-decoration:underline; }
div#header2 ul li a:hover { background-color:brown; color:white; }

/* Fußbereich */
div#footer {
	margin-top:10px;
  background-color: #ddd;
  clear: both;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  border:1px brown solid;
}
div#footer span { }


/* Sidebars */

div.sidebar { width: 180px; margin: 0 0px; overflow: hidden; position: relative; display: inline; background-color:white; border:1px brown solid; padding:10px; }
div.sidebar ul { margin: 0; list-style: none; }

/* General Elements */
a { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; }
img { border:0px solid #ddd; margin:10px; padding:5px; border:1px brown solid; }
p { margin: 10px 0; }
div.clear { clear: both; line-height: 1px; font-size: 1px; }
ul.featured_posts li { list-style: none; display: inline; background: url(../image/li.png) left center no-repeat; padding-left: 15px; margin-right: 25px; line-height: 21px; }

div#contentbox p { text-align:left; }
div#contentbox ul { margin: 5px 3px; padding-left:30px; }
div#contentbox ul li { /* background: url(../image/li.png) left 5px no-repeat; */ padding-left: 2px; }

div#contentbox ol { margin: 5px 3px; padding-left:30px }
div#contentbox ol li { padding-left: px; }

div.entry { float: left; width: 100%; background-color: white; }
div.entry ol { margin: 5px 0 5px 25px; }
div.entry blockquote { display: block; margin-left: 10px; background: url(../image/quote.jpg) left center no-repeat; padding-left: 40px; font-style: italic; min-height: 30px; }
div.entry blockquote cite { display: block; text-align: right; font-style: normal; font-size: 13px; margin-right: 20px; }
div.entry table { border: 1px solid #ddd; border-spacing: 0; }
div.entry table td, th { border: 1px solid #ddd; border-width: 0 1px 1px 0; padding: 2px 5px; }
.extreme-small { font-size: 1px; line-height: 1px; }

/* Posts & Pages */
div.post, div.page, div.attachment, div#featured_posts { background-color: white; padding: 5px 15px; border: 1px brown solid; margin-bottom: 20px; }
div.post.sticky { border-width: 20px; }

span.postdate, span.postauthor, span.posttags, span.postcategorie, span.postcomments, span.postedit {
 padding-left: 30px; line-height: 25px; font-size: 13px; background-position: left center; background-repeat: no-repeat; display: inline-block; }
span.postdate { background-image: url(../image/date_icon.png); margin-right: 20px; }
span.postauthor { background-image: url(../image/author_icon.png); }
span.posttags { background-image: url(../image/tag_icon.png); }
span.postcategorie { background-image: url(../image/category_postmeta_icon.png); }
span.postcomments { background-image: url(../image/comment_icon.png); }
span.postedit { background-image: url(../image/edit_icon.png); }
p.postmetadata { background-color: #eee; padding: 5px; }
div.page_navigation p { background-color: #ddd; text-align: center; }

/* img.alignleft { border: 1px solid red; } */
.HArhive { background-color:white; border:2px brown solid; padding:10px; margin-bottom:10px; }

/* Navigation */
div.navigation div.next_posts a, div.navigation div.previous_posts a {
  background-color: white;
  padding: 15px;
  border: 5px solid #ddd;
  margin-bottom: 20px;
  text-align: center;
  width: 200px;
}
div.navigation div.next_posts a { float: left; }
div.navigation div.previous_posts a { float: right; }
div.filter {
  padding: 16px 0 15px 70px;
  border: 5px solid #ddd;
  margin-bottom: 20px;
  background: white url(../image/filter_icon.png) left center no-repeat;
  font-size: 18px;
  font-weight: bold;
  color: #49d;
}


/* WP Intern format classes */
.alignleft { float: left; margin-right: 10px; }
.alignright { float: right; margin-left: 10px; }
.aligncenter { display: block; margin: 5px auto; text-align: center; }
img.wp-smiley, .noborder { border: 0; padding: 0; margin: 0; }
.wp-caption { text-align: center; margin: 5px; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }


/* Widgets & Menu */

li.widget_pages ul { font-size:13px; list-style-type:square; margin: 0px; margin-left:10px; }
li.widget_pages ul ul { font-size:13px; list-style:square; margin: 0px; margin-left:0px; }
li.widget_pages ul li { line-height: 20px; padding-left: 0px; margin-left:14px; }
li.current_page_item a { font-weight: bold; }
li.current_page_item ul li * { font-weight: normal; }

li.widget_categories ul { font-size:12px; list-style-type:circle; margin: 0px; margin-left:10px; }
li.widget_categories ul ul { font-size:12px; list-style:square; margin: 0px; margin-left:0px; }
li.widget_categories ul li { line-height: 20px; padding-left: 0px; margin-left:8px; }
li.current-cat a { font-weight: bold; color: green; }
li.current-cat ul li * { font-weight: normal; color: #000000; }

li.widget_links ul { font-size:12px; list-style-type:disc; margin: 0px; margin-left:10px; }
li.widget_links ul li { line-height: 20px; padding-left: 0px; margin-left:8px;}

li.widget_text p { }

li.widget_calendar table { width: 99%; }
li.widget_calendar a { color: #49d; }

li.widget_rss img { display: none; }

/* Input elements */
input, textarea, select {
  border: 1px solid #55524E;
  margin: 1px;
  padding: 1px;
  font-family: "Trebuchet MS",Tahoma, Verdana, Vera Sans;
}
input:focus, textarea:focus, input.focus, textarea.focus { color: brown; border: 1px solid #49d; }

.widget_recent_entries li { margin-top:15px; margin-bottom:15px; } 

/* Searchelements */
form#searchform label.hidden { display: none; }
input#s { width:110px; height:16px; }
input#searchsubmit { width:40px; height:20px; }


/* Comments & Trackbacks */
ol.commentlist { list-style-type: none; margin: 10px 0; }
ol.commentlist span.says { display: none; }
ol.commentlist li.comment { margin-bottom: 10px; background-color: #F3F3F3; padding-right: 15px; padding-bottom: 10px; font-size: 14px; }
ol.commentlist li.comment.odd { background-color: #ddd; }
ol.commentlist li.comment img.avatar { float: left; }
ol.commentlist li.comment div.commentmetadata { font-size: 10px; }
ol.commentlist li.comment p { margin-left: 62px; }
textarea#comment { width: 70%; max-width: 400px; }


/* Galelry */
div.gallery { text-align: center; }
a { color: brown; }

hr { margin-top: 16px; }
.listapagini { } 