/*  
Theme Name: Elbtaler
Theme URI: http://www.elbtaler.de
Description: Elbtaler
Version: 2.0
Author: Roberto Ziera <ziera@cubus.de>
Author URI: http://fetscherplatz.net
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, hr, p, form{
	margin: 0;
	padding: 0;
	}

body{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
	vertical-align: top;
	color: #333;
	background: #fafeff url(images/background.png) repeat-y scroll center bottom;
	}

h1, h2, h3, h4, h5, h6 {
        font-family: Arial, Helvetica, sans-serif; font-size: 1em;
	}
h2 { font-size: 1.4em; }
h3 { font-size: 1em; }
h4 { font-size: 1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

:focus { outline: 0; }

a, a:link, a:visited, a:active, a:focus {
        color: #2e3466;
        text-decoration: none;
	}
a:hover {
        /* color: #0b4899; */
        text-decoration: underline;
	}
a img { border: 0; }

.hidden { visibility:hidden; }
.clear { clear:both; }

#container {
	margin: 0 auto;
	width: 980px; 
	text-align: left;
	vertical-align: top;
	border:1px solid #e5e5e5;
	background:#ffffff;
	} 

#header {
	float: left; 
	margin: 0 0 0px 0;
	width: 980px;
	clear: both;
	background:url('images/header.jpg') no-repeat top center; 
	}
#header a.logo {
    /* background-image: url(images/logo.gif); */
    /* background-position: right; */
    /* background-repeat: no-repeat; */
    border: 0px solid #ff3333;
    cursor: pointer;
    display: block;
    float: right;
    width: 240px;
    height: 136px;
    overflow: hidden;
    padding: 0px;
    text-indent: -200em;
	}
#header ul {
	margin:6px 0 0 0px ;
	padding:0px 0 0 0 ;
	list-style-type:none;
	/* border-bottom:1px dotted #999; */
	width:207px;
	/* background:#ffffff; */
	}
#header li {
	/* border-top:1px dotted #999; */
	height: 22px;
	font-size: 13px;
	}
#header li a {
	display: block;
	padding:3px;
	margin:1px 0 1px 0;
	text-decoration:none;
	text-indent:12px;
    overflow: hidden;
	}
#header li a:hover {
	background:#d9e2e9;
	/* color:#ffffff; */
	}
#topnav {
	float: left; 
	width: 975px;
    /* background-image: url(images/topnavbg.gif); */
	background-repeat: repeat-x;
    color: #333366;
    text-align: right; 
    word-spacing: 0.1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size:12px;
    padding:6px 5px 6px 0;
	margin-bottom:10px; 
	/* -margin-bottom:-6px;  */
	}


.narrowcolumn {
	float: left;
	margin: 0 0px 10px 20px;
	/* -margin: 0 0px 10px 5px; */
	padding: 5px 0 10px 0;
	width: 500px;
	background:#ffffff; 
	}
.widecolumn {
	float: left;
	margin: 0 0px 10px 20px;
	/* -margin: 0 0px 10px 5px; */
	padding: 5px 0 10px 0;
	width: 727px;
	background:#ffffff; 
	}
.post {
	border: 0px solid #9b9b9b;
	margin: 0 0 40px 0;
	padding: 0 10px 0 10px;
	line-height:1.5em;
	}
.post a {
		font-weight:bold; 
	}
.post p {
	margin:0px 0 10px 0;
	}
/*.post img {
	padding:4px;
	background:#f5f5f5;
	border:1px dotted #ccc;
} */
.post img.avatar {
	padding:4px;
	background:#f5f5f5;
	border:1px dotted #ccc;
	}
.post h1 {
	color: #2e3466;
	font-size: 1.4em;
	margin:0 0 10px 0;
	}
.post h2 {
	color: #2e3466;
	border-bottom: 1px dotted #999999;
	font-weight: bold;
	line-height:1.2em;
	margin:0 0 10px 0;
	}
.post h3 {
	color: #2e3466; 
	margin:20px 0 5px 0;
	border-bottom: 1px dotted #999999;
	}
.post h4 { 
	color: #666666; 
	margin-top:10px;
	margin-bottom:5px;
	}
.post h5 {
	color: #333; 
	}

.post h2 a {
	color: #2e3466;
    text-decoration:none;
	}
.post h2 a:hover {
	color: #2e3466;
    text-decoration:underline;
	}
.post ul {
	list-style-image: url(images/graupunkt.jpg);
	}
.post th {
	background-color: #e5e5e5; 
	color: #2e3466; 
	margin:0 5px 0 5px;
	padding:0 5px 0 5px;
	}

.post a[href$='.pdf'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(images/small_icon_pdf.gif) center left no-repeat;
	}
.post a[href$='.zip'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(images/small_icon_zip.gif) center left no-repeat;
	}
/* ------------------------------ 
.entry { line-height: 20px; }
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	border: 0;
	padding: 15px 0 0;
	font-weight: bold
}
.entry h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
}
.entry h2 { font-size: 18px; }
.entry h3 { font-size: 16px; }
.entry h4 { font-size: 14px; }
.entry h5 { font-size: 12px; }
.entry h6 { font-size: 11px; }
.entry img {
	border: 0px solid #9b9b9b;
	padding: 0px;
	margin-top: 4px;
	background-color: #fff;
}
.entry img.wp-smiley {
	padding: 0;
	border: 0;
	background-color: transparent;
} */
.entry img.alignleft {
	float: left;
	margin: 5px 10px 0 0;
	}
.entry img.alignright {
	float: right;
	margin: 5px 0 0 10px;
	}
.entry img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
	}

.entry p.postinfo {
	margin: 12px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px dotted #ccc;
	font-size: .85em;
	color:#333;
	} 
/*
.browse {
	border: 0px solid #999;
	margin: 0 65px 0 40px;
	font-size: 12px;
	line-height: 20px;
}
.entry blockquote {
	background:#e0e0e0;
	margin:5px 5px 0 20px;
	padding: 0 10px 0 10px;
}
/* -------------------------------------------------- */
.sidebar {
	display: inline;
	float: left;
	margin: 0 10px 0 10px;
	width: 210px;
	}
.sidebar ul {
	border: 0px solid #999;
	margin: 0;
	padding: 0;
	list-style: none;
	}
.sidebar li { 
	line-height:1.7em; 
	}

/* -------------------------------------------------- */
.sidebar2 {
	display: inline;
	float: left;
	margin: 0 0 0 20px;
	width: 200px;
	}
.sidebar2 ul {
	border: 0px solid #999;
	margin: 0;
	padding: 0;
	list-style: none;
	}
.sidebar2 li { 
	line-height:1.7em; 
	}

/* -------------------------------------------------- */
#aktuell li {
	/* list-style: square;  */
	list-style-image: url(images/bullet5.jpg); 
	list-style-position:outside;
	line-height:1.2em; 
	margin-left:15px;
	margin-top:5px;
	}
#aktuell a {
    font-size: 0.85em;
	}
/* -------------------------------------------------- */

#level1 { border-bottom: 1px solid #ccc; background-color:#FFFFFF; }
#level1 li { border-top: 1px solid #ccc; }

#level1active { 
	background-color:#f5f5f5; 
	}
#level2active { background-color:#f5f5f5; }
#level3active { background-color:#FFFFF0; }

#level1 a {
    font-size: 0.85em;
    /* font-weight: bold; */
    color:#333;
    text-decoration:none;
    /* text-transform: uppercase; */
	margin-left:15px;
	} 
#_level1 a:hover { color:#00a6eb; }
/* #level1active a:before { content:"/"; margin-left:-5px; } */
#_level1active a { color:#000; }
/* vel1active li a:before { content:""; } */
#_level1active a:hover { color:#000; }
/* ---------------------------------- */
#_level2 li { color:#999; margin-left:0px; margin-right:0px;}
#level2 a { color:#333; margin-left:30px; }
#level3 a { color:#333; margin-left:45px; }
#_level2 { background-color:#d9f2fc; }
#_level2 #level2active a { margin-left:25px; }
/* #level2 #level2active a:before { content:"/"; } */
/* -------------------------------------------------- */
.comments-template {
	margin: 25px 0 0;
	border-top: 0px dotted #ccc;
	padding: 15px 0 0;
	}
.comments-template ol {
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
	}
.comments-template ol li {
	margin: 15px 0 0;
	line-height: 24px;
	padding: 0 0 20px;
	border-bottom: 1px dotted #9b9b9b;
	}
.commentmetadata {
	font-size: 12px;
	}
.comments-template p.nocomments {
	padding: 0;
	}
/* -------------------------------------------------- */
.comments-template textarea { width:400px;}
/* -------------------------------------------------- */
#footer{
	border:0px solid #3f3;
	clear: both;
	width: 980px;
	margin: 10px 0 0 0;
	padding:4px 0 4px 0;
    background-image: url(images/topnavbg.gif);
	background-repeat: repeat-x;
	}
#footer p{
	padding: 20px;
	line-height: 24px;
	}
.copyright {
	border:0px solid #f33;
	font-size: 0.8em;
	color:#999;
	margin:0 0 0 10px;
	}
.teaser {
	color:#2e3466;
	font-weight: bold;
	}
.zitat {
    margin:10px;
    padding:10px;
    background-color:#f5f5f5;
	border:1px solid #ccc;
	border-left:10px solid #ccc;
	}
.zitat2 {
    margin:10px;
    padding:10px;
    background-color:#fffff0;
	border:1px solid #ccc;
	border-left:10px solid #ccc;
	}
div.micro h2 { margin:0 0 0 0;}
div.micro img.avatar { float: left; margin:0 10px 0px 0; }
div.micro div.author { font-size:0.8em; margin:0 0 15px 0;}
/* -------------------------------------------------- */
div.kasten {
	margin:0 0 20px 0; 
	padding: 5px; 
	text-align:left; 
	border:1px #999 solid;
	/* background-color: #f5f4f7; */
	background-color: #f5f5f5;
	-moz-border-radius: 4px; 
	/* -moz-border-radius-topleft: 10px;  */
	/* -moz-border-radius-bottomright: 10px; */
	}
div.kasten h3 {
	margin-bottom:3px;
	}
div.kasten li {
	background-color:#ffffff;
	border-top:1px dotted #ccc;
	padding:6px 0 6px 3px;
	line-height:1.3em;
	color:#666666;
	}
div.presse ul { font-size:.85em; }
div.presse ul a { font-size:1.1em; }
div.banner li { text-align:center; }
/* -------------------------------------------------- */
#header .description { display:none; }
/* -------------------------------------------------- */
/* Interessentenliste */
#post-9 a { font-weight:normal; }
#post-9 ul { margin: 0; padding: 0; list-style: none; }
.il_head1 { padding:3px; background-color:#f0f0f0; height:50px; }
.il_head2 { margin-bottom:10px; text-align:center; }
.il_head2 a { font-size:0.8em; }
#post-9 .il_name { border-top:1px dotted #ccc; }
.il_branche { text-align:right; font-size:.8em; color:#666666; }
.ccc { border-top:1px dotted #cccccc; margin-bottom:5px; }
.ddd { background-color:#f0f0f0; text-align:right; padding:0 3px 0 0; }
/* -------------------------------------------------- */
.pagebar { text-align:center; }
.pagebar span.this-page { border:2px solid #cccccc; padding:9px 6px 9px 6px; }
.pagebar a { border:1px solid #cccccc; padding:5px; }
/* -------------------------------------------------- */
#tabelle td { border-top:1px dotted #cccccc; }
/* -------------------------------------------------- */
span.wpcf7-list-item { display: block; }
/* -------------------------------------------------- */

/*Kontaktformular Bestellung Elbtaler-Scheine*/
.wpcf7 .bestellmenge input  {
  width: 100px;
}
