/* Design & Anatomie */
* { margin: 0; padding: 0; }
body {
  font-family: Verdana, Vera Sans;
  font-size: 15px;
  background-color: #DDD9D9;
  background-image: url(../image/bodybg.png);
}
div#mainbox {
  width: 90%;
  margin: 10px auto;
  background-color: #FFC880;
  padding: 10px;
}
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 {
  background: url(../image/headbg.png);
  border: 10px solid #FF8800;
  margin-bottom: 15px;
}
div#header h1 a { font-size: 40px; letter-spacing: -3px; }
div#header div.description { font-size: 24px; letter-spacing: -1px; margin-right: 350px; line-height: 1.1em; }
div#header a { color: #55524E; }
div#header div#logolayer {
  padding-left: 30px;
  padding-top: 25px;
  margin-right: 30px;
  height: 120px;
  background: url(../image/logo.png) right center no-repeat;
}

/* Fußbereich */
div#bottomlogo {
  background: url(../image/bottom.png) center bottom no-repeat;
  padding-top: 65px;
  clear: both;
}
div#footer {
  background-color: #FF8800;
  background-image: url(../image/footerbg.png);
  clear: both;
  line-height: 32px;
  text-align: center;
  border: 5px solid #FF8800;
  font-size: 12px;
}
div#footer span { background-color: #FF8800; }


/* Sidebars */
div.sidebar {
  width: 200px;
  margin: 0 0px;
  overflow: hidden;
}
div.sidebar ul { margin: 0; list-style: none; }
li.widget ul li { background: url(../image/li.gif) left center no-repeat; padding-left: 15px; }
li.widget {
  list-style: none;
  background-color: white;
  padding: 5px;
  margin: 10px 0px;
  border: 5px solid #DDD;
}
div.sidebar h2 {
  font-size: 14px;
  background: white url(../image/flag-16.png) left center no-repeat;
  line-height: 18px;
  padding-left: 20px;
  color: #FF8800;
  text-decoration: underline;
  margin-bottom: 5px;
}
div.sidebar { font-size: 13px; }


/* General Elements */
a { text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; }
img { border: 1px solid #DDD9D9; margin: 5px; }
p { margin: 10px 0; }
div.entry blockquote { display: block; margin-left: 10px; background: url(../image/quote.jpg) left center no-repeat; padding-left: 40px; font-style: italic; }
div.entry blockquote cite { display: block; text-align: right; font-style: normal; font-size: 13px; margin-right: 20px; }
div#contentbox ul { margin: 5px 0; list-style: none; }
div#contentbox ul li { background: url(../image/li.gif) left 7px no-repeat; padding-left: 25px; }
div.entry ol { margin: 5px 0 5px 25px; }
div#contentbox a { color: #4F9ED3; }
div.clear { clear:both; line-height: 1px; font-size: 1px; }


/* Posts & Pages */
div.post, div.page, div.attachment {
  background-color: white;
  padding: 5px 15px;
  border: 10px solid #4F9ED3;
  margin-bottom: 20px;
  text-align: justify;
}
div.post h2, div.page h2, div.attachment h2 {
  line-height: 40px;
  background: url(../image/flag-32.png) left center no-repeat;
  padding-left: 40px;
  text-align: left;
  font-family: impact;
  font-size: 26px;  
}
span.postdate, span.postauthor, span.posttags, span.postcategorie, span.postcomments, span.postedit {
 padding-left: 22px; line-height: 22px; font-size: 13px; background-position: left center; background-repeat: no-repeat; }
span.postdate { background-image: url(../image/dateicon.png); }
span.postauthor { background-image: url(../image/authoricon.png); }
span.posttags { background-image: url(../image/tagicon.png); }
span.postcategorie { background-image: url(../image/caticon.png); }
span.postcomments { background-image: url(../image/commentsicon.png); }
span.postedit { background-image: url(../image/editicon.png); }
p.postmetadata { background-color: #DDD9D9; padding: 5px; }
div.page_navigation p { background-color: #DDD9D9; text-align: center; }


/* Navigation */
div.navigation div.next_posts a, div.navigation div.previous_posts a {
  background-color: white;
  padding: 15px;
  border: 10px solid #DDD9D9;
  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: 15px;
  padding-left: 70px;
  border: 10px solid #DDD9D9;
  margin-bottom: 20px;
  background: white url(../image/camera_icon.png) left top no-repeat;
  font-size: 18px;
  font-weight: bold;
  color: #FF8800;
}


/* 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 { list-style: none none outside; margin: 0; }
li.widget_pages ul li { background: url(../image/pageicon.png) left 2px no-repeat; line-height: 20px; padding-left: 15px; }

li.current_page_item a { font-weight: bold; color: #FF8800; }
li.current_page_item ul li * { font-weight: normal; color: #000000; }

li.widget_categories ul { list-style: none none outside; margin: 0; }
li.widget_categories ul li { background: url(../image/caticon.png) left 2px no-repeat; line-height: 20px; padding-left: 22px; }

li.current-cat a { font-weight: bold; color: #FF8800; }
li.current-cat ul li * { font-weight: normal; color: #000000; }

li.widget_links ul { list-style: none none outside; margin: 0; }
li.widget_links ul li { background: url(../image/linkicon.gif) left 1px no-repeat; line-height: 20px; padding-left: 20px; }

li.widget_text p { text-align: justify; }

li.widget_calendar table { width: 99%; }
li.widget_calendar a { color: #FF8800; }

li.widget_rss img { display: none; }


/* Input elements */
input, textarea, select {
  border: 1px solid #55524E;
  margin: 1px;
  padding: 1px;
  font-family: Verdana, Vera Sans;
  background-color: #FFC880;
}
select { padding: 0; }
input:focus, textarea:focus, input.focus, textarea.focus { background-color: #DDD9D9; color: #55524E; border: 1px solid #FF8800; }


/* Searchelements */
input#s { width: 90px; }
input#searchsubmit { }


/* Comments & Trackbacks */
ol.commentlist { list-style-type: none; margin: 10px 0; }
ol.commentlist li.comment { margin-bottom: 20px; background-color: #F3F3F3; padding: 5px; font-size: 14px; }
ol.commentlist li.comment img.avatar { float: left; }
ol.commentlist li.comment div.commentmetadata { font-size: 13px; }
ol.commentlist li.comment p { margin-left: 62px; }
textarea#comment { width: 70%; max-width: 400px; }


/* Galelry */
div.gallery { text-align: center; }
