/*
*	Wordpress Theme dNaber.de
*	@author: David Naber
*	@media: screen
*	@user-agent: all
*	@charset: utf-8
*/
@charset "utf-8";

* {
	margin:0;
	padding:0;
}
*:target {
	outline:1px dotted #999;
}
.read {
	position:absolute;
	top:-1000px;
	left:-1000px;
}
a img {
	border:none !important;
}
abbr {
	outline:none !important;
	border:none !important;
	cursor:help;
}
a abbr {
	cursor:inherit !important;
}
ul {
	list-style-position:outside;
	list-style-type:circle;
}
body {
	font-family:"Trebuchet MS",Verdana,sans-serif;
	font-size:100.01%;
	background:#fff url(graph/body_bg.jpg) top left repeat-x;
	color:#3D2326;
	line-height:1.4;
	min-width:952px;
}
h1,h2,h3,h4,h5,h6, 
legend,
blockquote,
cite {
	font-weight:normal;
	font-family:Constantia, Georgia,"Times New Roman", serif;
}
p, form,
#wrapper ul,
#wrapper ol {
	margin:.7em 0;
	font-size:.9em;
}
#post_content li {
	margin:.4em 0;
	font-size:1em;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
a {
	color:#BC1616;
}
a:visited {
	color:#4e4e4e;
}
a:hover {
	text-decoration:none;
	color:#000;
	background:#DCDCED;	
}
a:focus {
	outline:0 none !important;
	text-decoration:none;
	background:#631818;
	color:#fff;
}
a:active{
	color:#000;
	background:#DCDCED;	
}

#header {
	position:relative;
	width:952px;
	margin: 12px auto 0;
}
.skiplink {
	position:absolute;
	z-index:2;
	top:-10px;
	left:20px;
	padding:0;
}
.skiplink a {
	color:#f7f7f7;
	font-size:.8em;
	text-decoration:none;
}
.skiplink a:hover,
.skiplink a:active,
.skiplink a:focus {
	background:#f7f7f7;
	color:#3D2326;
}
.anker {
	line-height:0;
	overflow:hidden;
}
h1 {
	width:952px;
	height:206px;
	position:relative;
	margin:0 auto;
	font-size:1em;
	font-weight:normal;
	text-align:center;
	background:#473E3F;
	color:#fff;
}
h1 span {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	background:transparent url(graph/h1_bg.jpg) top left no-repeat;
}
#wrapper {
	margin:0 auto;
	padding: 15px 58px 0 58px;
	width:836px; /* 952 - 2*58 für padding l r */
	background:url(graph/wrapper_bg.png) center top repeat-y;
}


ul#navigation {
	position:absolute;
	top:28px;
	right:28px;
	list-style-type:none;
	font-size:1.1em;
	font-family:Georgia,"Times New Roman",serif;
	margin:0;
	
}
ul#navigation li {
	float:left;
	padding-right:1px;
	background:url(graph/navi_border.png) center right no-repeat;
}
.nobg {
	background-image:none !important;
}

ul#navigation li a,
ul#navigation li strong {
	display:block;
	height:99px;
	padding:79px 20px 0 20px;
	color:#ffffee;
	text-decoration:none;
	font-weight:normal;
}
ul#navigation li strong {
	text-decoration: underline;
}
ul#navigation li a,
ul#navigation li strong,
ul#navigation li a:visited {
	background:url(graph/menu_bg.png) -200px 0px repeat-y;
}

ul#navigation li a:hover,
ul#navigation li a:active,
ul#navigation li a:focus {
	background-position: 0px 0px;
	text-decoration:underline;
}
#navigation ul li {
	padding-left:20px;
}
#sub-navigation {
	padding-right:8px;
	border-right:1px dotted #bbb;
}
#sub-navigation ul {
	font-size:1.1em;
}

h2 {
	font-size: 2em;
	margin-bottom:20px;
}
h2:first-letter {
	color:#591111;
}
p#intro{
	margin: 5px 0 25px 0;
	font-size: 1em;
	padding-bottom:1.1em;
	font-family:Georgia,"Times New Roman",serif;
	border-bottom: double #ccc;
}


h3 {
	font-size:1.4em;
}
h4 {
	font-size:1.1em;
}
.box {
	float:left;
}
.left {
	width:394px;
}
.right {
	padding-left:20px;
	width:374px; /*394 - für padding 20*/
}
.left > p {
	padding-right:20px;
}
.right > *{
	margin-right:0;
}

#page_content h3 {
	margin: 20px 0 15px 0;
}

/* referenzen */

.shadow {
	float:left;
	margin: 10px .6em 2em 0;
	background:url(graph/schatten.png) bottom right no-repeat;
}
.shadow img {
	background:#fff;
	border:1px solid #bbb;
	display:block;
	margin: -6px 6px 6px -6px;
}
.referenz {
	margin: 10px 0 30px 170px;
}
#page_content h3 {
	clear:left;
}
/** kontakt */
#kontakt .left {
	width:494px;
}
#kontakt .right {
	padding-left:20px;
	width:274px; /*294 - für padding 20*/
}
/** artikelindex */
#sidebar,
#search_sidebar{
	width:260px;
	border-left: 1px dotted #555;
	padding-left:20px;
	float:right;
}

#sidebar h2,
#search_sidebar h2 {
	font-size:1.2em;
}
#sidebar h3 {
	font-size:1em;
	margin-top:10px;
}
#sidebar p,
#sidebar ul,
#sidebar ol {
	font-size:.85em;
}

#sidebar ul, 
#sidebar ol {
	list-style-type:none;
}
#postindex {
	width:510px;
	margin-right:20px;

}
#search #postindex {
	float:left;
}
#postindex h3 {
	/*border-bottom:double #999;*/
	margin-top:30px;
}
#postindex h3 span {
	font-style:italic;
	display:block;
	font-size:.7em;
}
h3 a {
	text-decoration:underline;
}
h3 a:visited,
.comment_number a {
	text-decoration:none;
}

/** pagenavi **/
ul#pagenavi {
	list-style-type:none;
	margin:2em 0 !important;
}
ul#pagenavi li {
	float:left;
}
ul#pagenavi li a,
ul#pagenavi li strong {
	display:block;
	padding:5px;
	margin: 0 4px;
	border:1px solid #BC1616;
	text-decoration:none;
	line-height:1;
}
ul#pagenavi li strong {
	border-color:#000;
	color:#000;
	background:#DCDCED;	
	text-decoration:underline;
}
ul#pagenavi li a:visited {
	border-style:dashed;

}
ul#pagenavi li a.neighborhood:visited {
	border-style:solid;
	border-color:#BC1616;
}

/** single ansichten */
q {
	quotes:"\201E" "\201C";
	/*Gullimets \00BB \00AB*/
}
blockquote {
	quotes:'';
}
.remark {
	font-family:Constantia, Georgia,"Times New Roman",serif;
	font-size:.9em;
	background:#fcfcfc;
	border:1px solid #fff;
	outline:1px solid #BC1616;
	padding:5px;
	font-style:italic;
	background:#eee;
}

#post_content ul,
#postindex ul,
#post_content ol, 
#postindex ol,
#page_content ul,
#page_content ol{
	list-style-position:outside;
	margin-left:2em;
	font-size:.9em;
}

#post_body {
	float:left;
	width:606px;
	margin-right:15px;
}
#post_meta {
	float:right;
	width:200px;
	padding-left:10px;
	border-left:1px dotted #999;
	color:#555;
}
#post_meta h3 {
	font-size:1em;
}
#post_meta p,
#post_meta ul {
	font-size:.8em;
	margin: 10px 0;
}

/* Kommentarbereich*/
#comments,
#trackbacks {
	margin-top:40px;
	font-size:1.7em;
}
#commentlist,
#trackbacklist {
	list-style-type:none;
	list-style-position:outside;
	margin-left:0 !important;
	margin-bottom:20px;
}
#commentlist li {
	margin: 2.2em 0 0;
}
#comment_header {
	display:table;
}
#commentlist h3 br {
	display:block;
}
#commentlist h3 {
	display:table-row;
}
#commentlist h3 span {
	display:table-cell;
	font-size:.8em;
	line-height:1.1;
}
#commentlist h3 span.comment_number {
	vertical-align:bottom;
	padding-bottom:.1em;
	padding-right:.5em;
}
#commentlist h3 cite {
	font-size:1.3em;
	font-style:italic;
}
.comment_body {
	padding-left:10px;
	border-left:2px solid #A77979;
}
li.comment-author-admin {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	

}
fieldset {
	border:none;
}
fieldset p {

}
legend {
	border:none;
	font-size:1.2em;
	padding-top:10px;
	margin-bottom:5px;
}

.sender {
	background-repeat:no-repeat;
	background-position:center right;
}
.author {
	background-image:url(graph/person_icon.png);
}
.email {
	background-image:url(graph/at_icon.png);
}
form .comment_url {
	background-image:url(graph/www_icon.png);
}
label.sender {
	padding:0 4px;
	border-left:2px solid #d7d7d7;
	background-color:transparent;
	font-size:1.08em;
}
label:hover {
	cursor:pointer;
}

input.sender,
input#s{
	display:block;
	width:100%;
	font-size:1.2em;
	padding: 6px 3px 2px 3px;
	border:2px solid #d7d7d7;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	-moz-border-radius-topleft:0;
	-webkit-border-top-left-radius:0;
	border-top-left-radius:0;
}


input.submit,
textarea {
	border:2px solid #d7d7d7;
	padding:3px;
	width:100%;
	background:transparent;
	margin-bottom:8px;
	font-size:1em;
	font-family:Tahoma,"Trebuchet MS", sans-serif;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	-moz-border-radius-topleft:0;
	-webkit-border-top-left-radius:0;
	border-top-left-radius:0;
}
textarea {
	background:transparent url(graph/comment.png) bottom right no-repeat;
}
input.submit {
	border-right-color:#aaa;
	border-bottom-color:#aaa;
	border-width:4px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
}

input.sender:hover,
input.submit:hover,
textarea:hover{
	background-color:#f6f6f6;
}

input.sender:active,
input.sender:focus, 
textarea:active,
textarea:focus {
	background-color:#efefef;
	border-color:#999;
	border-top-color:#eee;
}
input.submit:hover,
input.submit:focus {
	cursor:pointer;
	outline:0 none transparent;
	font-weight:bold;
}
input.submit:active {
	border-top-color:#aaa;
	border-left-color:#aaa;
	border-bottom-color:#D6D6EA;
	border-right-color:#D6D6EA;
	outline:0 none transparent;
}
/** - Fehlermeldungen in den Formularen **/
.red {
	border-color:#f00;
}
strong.note {
	color:#f00;
}
#error_message {
	font-weight:bold;
}
#footer {
	clear:both;
	padding:5px 0 10px;
	margin:5.5em 0 0;
	border-top:double #cecece;

}
#footer p {
	text-align:center;
}

/** WP - Syntax */
.wp_syntax {
  color: #100;
  background-color: #f9f9f9;
  border: 1px solid silver;
  margin: 0 0 1.5em 0;
  overflow: auto;
}

.wp_syntax div {
  /*vertical-align: top;*/
  padding: 2px 4px;
}

.wp_syntax .line_numbers {
  text-align: right;
  background-color: #def;
  color: gray;
  overflow: visible;
}

/* potential overrides for other styles */
.wp_syntax pre {
  margin: 0;
  width: auto;
  float: none;
  clear: none;
  overflow: visible;
  font-size: 1em;
  line-height: 1.333;
}

/*page-navi*/


.wp-pagenavi a {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

/** wp-quotes */
.wp_quotes_author {
	text-align:right;
	font-style:italic;
	font-size:.8em;
	display:block;
	margin-bottom:20px;
}

/** bilder & co */
.wp-caption {
	border:1px dotted #ccc;
	padding:.5em;
}
.aligncenter {
	margin: 1em auto;
}
.wp-caption-text {
	font-style:italic;
	text-align:center;
}