/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET CSS */

body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #D9E7F8;
  background-image: url(../images/bg.jpg);
  background-position:50% 340px;
  background-repeat:no-repeat;
  background-attachment:fixed;
}
div#mainbox {
  width: 925px;
  margin: 10px auto;
}
div#contentbox {
  margin-top: 10px;
  margin-left: 45px;
  width:510px;
  line-height: 1.5em;
}



/* Kopf & Logo */
div#header {
  margin-bottom: 15px;
  width:925px; height:320px;
  background-image:url(../images/header.jpg);
  cursor:pointer;
}
div#header h1 a { font-size: 40px; font-weight:normal; letter-spacing:-2px;  }
div#header div.description { font-size: 25px; letter-spacing: -2px; margin-right: 225px; line-height: 1.1em; color: #999; }
div#header a { color: #fff; }
div#header a:hover { text-decoration:none; }
div#header div#logolayer {
  padding-left: 30px;
  padding-top: 25px;
  margin-right: 30px;
  height: 120px;
}

/* Fußbereich */
div#footer {
  background-color: #F4F8FD;
  clear: both;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  width:508px;
  margin:0 0 0 175px;
  border:1px solid #49d;
  position:relative;
}
div#footer span { }


/* Sidebars */
div.sidebar { width: 230px; margin: 0 0px; overflow: hidden; }
div#sidebar-left { 
	float: left;
	width:165px; }
div#sidebar-right { float: right;  }
div.sidebar ul { margin: 0; list-style: none; }
li.widget ul li { background: url(../image/li.png) 4px 5px no-repeat; padding-left: 15px; margin-bottom:8px; line-height:16px; font-size:12px; }
li.widget {
  list-style: none;
  background-color:#F4F8FD;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #49d;
}
div.sidebar h2 {
  font-size: 14px;
  line-height: 18px;
  color: #49d;
  margin-bottom: 5px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
div.sidebar { font-size: 12px; }
li.widget {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}
div.post, div.page {
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
}
div.page {
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
}

/* General Elements */
a { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; }
/*img { border: 1px solid #ddd; margin: 5px; }*/
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 ul { margin: 5px 0; list-style: none; }
div#contentbox ul li { background: url(../image/li.png) left 5px no-repeat; padding-left: 16px; }
div#contentbox a, div#featured_posts a { color: #49d; }
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 h3 { 
	font-size: 16px; 
	margin:24px 0 8px;
	padding:0 5px;
}
div.entry h3 a:hover { text-decoration:none; }
div.entry h4 { font-size: 20px; }
div.entry h5 { font-size: 18px; }
div.entry h6 { font-size: 16px; }
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; }

/* Posts & Pages */
div.page, div.attachment, div#featured_posts {
  background-color:#F4F8FD;
  padding: 5px;
  border:1px solid #49d;
  margin-bottom: 10px;
  text-align: left;
}
div.post.sticky { border-width: 20px; }
div.post h2, div.page h2, div.attachment h2, div#featured_posts h2 {
  text-align: left;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight:normal;
  margin-top: 5px;
  background-color: #E6EBF1; padding: 5px;
  margin-bottom:10px;
}
span.postdate, span.postauthor, span.posttags, span.postcategorie, span.postcomments, span.postedit {
 padding-left: 30px; line-height: 26px; font-size: 13px; background-position: left center; background-repeat: no-repeat; display: inline-block; }
span.postdate { margin-right: 20px; }
p.postmetadata { background-color: #DADFE5; padding: 5px; margin-top:20px; }
div.page_navigation p { background-color: #ddd; text-align: center; }


/* Navigation */
div.navigation div.next_posts a, div.navigation div.previous_posts a {
  background-color: #F4F8FD;
  padding: 15px;
  border: 1px solid #49d;
  margin-bottom: 10px;
  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 10px;
  border: 1px solid #49d;
  margin-bottom: 20px;
  background-color: #F4F8FD;
  background-image:url(../images/page-search-32x32.png);
  background-repeat:no-repeat;
  background-position:470px 9px;
  font-size: 18px;
  font-weight:normal;
  color: #49d;
  
  	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
}


/* 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 { 
	padding:0; 
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
}
li.widget_pages h2.widgettitle { margin:5px; } 
li.widget_pages ul { list-style: none none outside; margin:0; }
li.widget_pages ul li { 
	background-image:url(../images/widget_pages_li_bg.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
	padding:6px 5px;
	margin:0;
	border-top:1px solid #F4F8FD;
	text-transform:uppercase;
	font-size:11px;
}
li.widget_pages ul li a { color:#58595b; font-weight:bold; }
li.widget_pages ul li.current_page_item a { color:#49d; }

li.widget_categories { 
	padding:0; 
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
}
li.widget_categories h2.widgettitle { margin:5px; } 
li.widget_categories ul { list-style: none none outside; margin:0; }
li.widget_categories ul li { 
	background-image:url(../images/widget_pages_li_bg.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
	padding:6px 5px;
	margin:0;
	border-top:1px solid #F4F8FD;
	text-transform:uppercase;
	font-size:11px;
}
li.widget_categories ul li a { color:#58595b; font-weight:bold; }
li.current-cat a { color:#49d; }

li.widget_links ul { list-style: none none outside; margin: 0; }
li.widget_links ul li { background: url(../image/link_icon.png) left 1px no-repeat; line-height: 20px; padding-left: 15px; }

li.widget_text p { text-align: left; }

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

li.widget_rss { margin-top:-1px; }
li.widget_rss img { display: none; }
li.widget_rss .widgettitle {
	background-image:url(../image/link_icon.png);
	background-repeat:no-repeat;
	line-height: 20px;
	padding-left: 15px;
}
li.widget_rss .widgettitle a {
	color:#49d;
	text-decoration:none;
}
	li.widget_rss .widgettitle a:hover { text-decoration:underline; }

/* Input elements */
input, textarea, select {
  border: 1px solid #49d;
  margin: 1px;
  padding: 1px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  background-color: #eee;
}
#commentform #comment {
	width:475px;
	max-width:475px;
}
#searchsubmit { width:49px }


/* Searchelements */
form#searchform label.hidden { display: none; }
input#s { width: 90px; }
input#searchsubmit { }


/* 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: #E6EBF1; 
	padding:5px; 
	font-size: 12px; 
}
ol.commentlist li.comment.odd { background-color: #F4F8FD; }
ol.commentlist li.comment img.avatar { float: left; }
ol.commentlist li.comment div.commentmetadata { font-size: 10px; float:right; }
ol.commentlist li.comment p { margin:8px 5px; clear:both; }
div.comment-author { float:left; }
.comment-body { overflow:hidden; }
cite.fn { font-style:normal; }
.commentWidget_user { color:#49d; }

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


/* ARchive */
.widget_archive select { width:150px; }

/* RSS */
li.widget_theme_feed_link h2.widgettitle { display:none; }

/* Posts */
.a3_postTab, .a3_widgetTab {
	height:25px;
	overflow:hidden;
	position:relative;
	z-index:10;
}
.a3_postTab_L, .a3_widgetTab_L {
	background-image:url(../images/blogPostTab_L.png);
	width:36px; height:25px;
	overflow:hidden;
	float:left;
	margin-left:1px;
}
	.a3_widgetTab_L {
	background-image:url(../images/widgetTab_L.png);
	width:16px;
}
	.a3_postTab_C, .a3_widgetTab_C {
		background-image:url(../images/blogPostTab_C.png);
		height:20px;
		overflow:hidden;
		float:left;
		padding:5px 0 0 4px;
	}
	.a3_widgetTab_C {
		padding:5px 0 0 0;
	}
	.a3_postTab_R {
		background-image:url(../images/blogPostTab_R.png);
		width:26px; height:25px;
		overflow:hidden;
		float:left;
	}
div.post {
  background-color:#F4F8FD;
  padding: 5px 5px;
  border:1px solid #49d;
  margin-bottom: 10px;
  margin-top:-1px;
}
div.entry p {
	padding:0 5px;
}
div.page .postmetadata { display:none; }
div.page #respond { margin-top:20px; }
#respond h2, #comments { background-color:#DADFE5; }
div.page { margin-top:6px; }
.widgettitle a { color:#49d}
pre {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	white-space:normal;
	background-color:#EEEEEE;
	padding:4px 4px 6px;
	border:1px solid #ddd;
	margin-bottom:10px;
}

li.widget_twitter {
	background-image:url(../images/twitter-bird.png);
	background-position:148px bottom;
	background-repeat:no-repeat;
}
#text-6 {
	background-image:url(../images/sonic.png);
	background-position:150px bottom;
	background-repeat:no-repeat;
}

.spoiler {
	background-color:#000;
	color:#000;
}

/* plugin */
p.moods {
	margin-bottom:20px;
}
#post-154  {/* contact */
	background-image:url(../images/email-128x128.png);
	background-position:right 30px;
	background-repeat:no-repeat;
}