/*
Theme Name: Buergerstiftung Sindelfingen
Version: 1.0
Author: Lorenz Widmaier
*/

/* body */

body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #333333;
}

a {
    color: #118f40;
    text-decoration: none;
}

a, a:visited, a:active {
	color: #118f40;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.searchform {
    z-index: 10;
}
.searchForm input {
    border: 1px solid #d9d857;
    width: 130px;
    height: 12px;
    padding: 1px;
    padding-left: 10px;
    color: #118f40;
    font-size: 10px;
}

.search_results {
	border: 1px solid #d9d857;
	width: 300px !important;
	left: 718px !important;
}

.search_results a {
	color: #118f40 !important;	
}

.search_footer {
	width: 270px !important;
	text-align: center !important;
}

/* top (Leiste oben) */

div#top {
    position: fixed;
    width: 780px;
    height: 20px;
	top: 0;
    padding-top: 5px;
    margin-left: 240px;
    border-bottom: 1px #d9d857 solid;
    background-color: #FFFFFF;
    z-index: 5;
}

div#topspacer {
    position: fixed;
    width: 800px;
    height: 36px;
	top: 0;
    margin-left: 240px;
    background-color: #FFFFFF;
    z-index: 4;
}


div#top ul {
    margin: 0;
    padding: 0;
}

div#top li {
    display: inline;
    padding-right: 10px;
}

div#top li.current_page_item a {
    color: #118f40;
}

a.pfeil {
    background-image: url(images/pfeil.gif);
}

a.pfeil:hover {
    background-image: url(images/pfeil_hover.gif);
}

div#top a {
    color: #999999;
    text-decoration: none;
}

div#top a, div#top a:visited, div#top a:active {
	color: #999999;
	text-decoration: none;
}

div#top a:hover {
	text-decoration: underline;
}

/* Logo */

div#logo {
	position: absolute;
	width: 200px;
	height: 180px;
	top: 45px;
	z-index: 3;
}


/* Sidebar */

div#sidebar {
	position: fixed;
	display: block;
	background-color: #d9d857;
	width: 200px;
	margin: 0; /* Div soll zentriert werden */
	min-height: 100%; /* Mindesth�he f�r moderne Browser */
	height:auto !important; /* Important Regel f�r moderne Browser */
	height:100%; /* Mindesth�he f�r den IE */
	overflow: hidden !important; /* FF Scroll-leiste */
	z-index: 0;
	top: 0;
        }
		
div#spacer {
	position: absolute;
	width: 1020px;
	height: 335px;
	background-color: #FFFFFF;
    z-index: 2;
	top: 0px;
}

div#nav {
    position: absolute;
    top: 345px;
    z-index: 3;
    left: 0;
    width: 190px;
    padding: 0 10px 0 10px;
    text-align: center;
    }

div#nav ul {
    list-style-type: none;
    margin: 0 0 0 -20px;
    padding: 0;
    text-align: center;
    line-height: 30px;
}

div#nav li {
    border-bottom: 1px dotted #FFFFFF;
}

div#nav li:hover {
    background-color: #118f40;
    border-bottom: 1px solid #118f40;
    }

div#nav li:hover a {
    color: #FFFFFF;
    }

div#nav a, div#nav a:visited {
    color: #333333;
    }

div#nav li.current_page_item a {
    color: #FFFFFF;
    font-weight: bold;
}

div#nav a:active, div#nav a:hover {
    color: #FFFFFF;
}

/* spendenbutton */

#spendenbutton {
	width: 150px;
	height: 60px;
}

#spendenbutton a {
	display: block;
	width: 150px;
	height: 60px;
	background-image: url(images/spendenbutton.png);
	background-repeat: no-repeat;
}

#spendenbutton a:hover {
	background-position: 0 -60px;
}

#spendenbuttonbetrag {
	width: 150px;
	margin-top: 30px;
}

.spendenbuttonbetragimage {
	background-image: url(images/spendenbutton_betrag_1.png);
	background-repeat: no-repeat;
	height: 99px;
	width: 150px;
}
	
.spendenbuttonbetrag {	
	margin: 56px 0 0 23px;
	text-align: center;
	width: 77px;
	height: 19px;
	border: 0;
	background: transparent;
	line-height: 20px;
	font-size: 14px;
	color: #118f40;
	font-weight: bold;
	
}

.spendenbuttonbetragsubmit {
	border: 0;
	background-color: transparent;
	background-image: url(images/spendenbutton_betrag_2.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 40px;
}

.spendenbuttonbetragsubmit:hover {
	background-position: 0 -40px;
}

/* sidebar blog */

div#blog {
    position: absolute;
    top: 345px;
    left: 0;
    width: 200px;
    padding: 0 10px 0 0;
    z-index: 3;
    text-align: center;
    }

div#blog ul {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
    line-height: 30px;
}

div#blog a, div#blog a:visited {
    color: #333333;
    }

div#blog li {
    border-bottom: 1px dotted #FFFFFF;
    }

div#blog li:hover {
    background-color: #118f40;
    border-bottom: 1px solid #118f40;
    }

div#blog li:hover a {
    color: #FFFFFF;
    }

div#blog li.current_page_item a {
    color: #FFFFFF;
    font-weight: bold;
}

div#blog li.current-cat a {
    color: #FFFFFF;
    font-weight: bold;
}

div#blog a:active, div#blog a:hover {
    color: #118f30;
}

div#blog h2 {
    margin-top: 8px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #333333;
    line-height: 24px;
    }

div#blog .tagcloud {
    padding: 0 10px 0 10px;
    line-height: 20px;
}

div#blog .tagcloud a:hover {
    background-color: #118f40;
    color: #ffffff;
   
}

div#blog .feed {
    padding: 0 10px 0 10px;
    line-height: 20px;
}

div#blog .feed a {
    text-decoration: underline;
}

div#blog .feed a:hover {
    
    color: #ffffff;

}

/* Content */

div#content {
	position: absolute;
	top: 327px;
	left: 250px;
	width: 570px;
	line-height: 20px;
    z-index: 1;
}

div#content h1 {
    margin-top: 24px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #333333;
    line-height: 24px;
    }

div#content h2 {
    margin-top: 24px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #333333;
    line-height: 24px;
    }
	
div#content h4 {
    margin-top: 24px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #333333;
    line-height: 24px;
    }

div#content small {
        font-size: 10px;
        line-height: 14px;
}

div#content small.date {
	float: right;
}

div#content .hentry {
    position: relative;
    width: 570px;
    clear: both;
}

.metadateneintrag {
    position: relative;
    width: 550px;
    clear: both;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 40px;
	margin-top: 10px;
	padding: 5px 10px 5px 10px;
	background-color: #f9f9e6; 
	text-align: center;
}

.comments {
	font-size: 12px;
}

hr {
	width: 570px;
	border: 0;
	border-top: 1px solid #d9d857;
	margin-top: 9px;
}

td.error {
	color: #990000;
	font-weight: bold;
}

/* Begin Images */

img {
    border: 0;
}

p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 6px 0 7px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
        display: inline;
		}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.wp-caption.alignright {
    
    }

.wp-caption img {
    padding: 6px 0 0 7px;
    *padding: 28px 0 0 7px;
}

.wp-caption-text {
    padding: 0;
    margin: 0;
    font-size: 10px;
    text-align: center;
    }

/* End Images */

/* Kommentare */

div#kommentare input {
    border: 1px solid #d9d857;
    width: 570px;
    height: 14px;
    padding: 1px;
    color: #333333;
    font-size: 12px;
}

div#kommentare textarea {
    border: 1px solid #d9d857;
    width: 570px;
    height: 150px;
    padding: 1px;
    color: #333333;
    font-size: 12px;
}

div#kommentare input.button {
    border: 1px solid #d9d857;
    width: 200px;
    height: 28px;
    padding: 1px;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

.kommentare-bg {
	background-color: #F9F9E6;
	padding: 5px 10px 5px 10px;
	text-align: center;
	font-weight: bold;
}

.commentlist {
	background-color: #F9F9E6;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-top: -5px;
}

.kommentarschreiben {
    position: relative;
    width: 550px;
    clear: both;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px 10px 5px 10px;
	background-color: #f9f9e6; 
	text-align: center;
	margin-top: -5px;
	margin-bottom: 30px;
}

.comment-body, .commentlist, .comments {
	font-size: 12px;
	line-height: 15px;
}

/* Kontaktformular */

div#kontaktformular input {
    border: 1px solid #d9d857;
    width: 250px;
    height: 14px;
    padding: 1px;
    color: #333333;
    font-size: 12px;
}

div#kontaktformular textarea {
    border: 1px solid #d9d857;
    width: 250px;
    height: 150px;
    padding: 1px;
    color: #333333;
    font-size: 12px;
}

div#kontaktformular input.button {
    border: 1px solid #d9d857;
    width: 150px;
    height: 28px;
    padding: 1px;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

/* Spendenmodul */

.lastschrift {
	width: 550px;
	padding: 0 10px 10px 10px;
	background-color: #f9f9e6;
	background-image: url(images/bg_formular.jpg);
	background-repeat: no-repeat;
	
}

.lastschrifttitel {
	width: 550px;
	text-align: center;
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333333;
	line-height: 24px;
}

.lastschriftinputtext {
	width: 200px;
	height: 20px;
	border: 1px solid #d9d857;
	margin: 1px 0 1px 0;
}

.lastschriftinputbetrag {
	width: 60px;
	height: 20px;
	border: 2px solid #d9d857;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; 
	margin-left: 2px;
	text-decoration: none;
}

a.info img {
	margin-bottom: -2px;
}
	

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:20px; left:20px; width:350px;
    border:1px solid #d9d857;
    background-color:#FFFFFF;
	color:#333333;
    text-align: left;
	padding: 10px;
}

div#bgright {
	position: absolute;
	width: 180px;
	top: 327px;
	left: 840px;
	z-index: 1;
}

.ueberweisungpaypal {
	width: 170px;
	padding: 5px;
	background-color: #f9f9e6;
	background-image: url(images/bg_formular_rechts.jpg);
	background-repeat: no-repeat;	
}

.buttonspende {
	border: 0;
	background-image: url(images/formular_button.jpg);
	width: 150px;
	height: 40px;
}

.buttonspende:hover {
	background-position: 0 -40px;
}

.buttonpaypal {
	border: 0;
	background-image: url(images/formular_button_paypal.jpg);
	width: 150px;
	height: 40px;
}

.buttonpaypal:hover {
	background-position: 0 -40px;
}
	
	
	

/* Uebersicht */

div#sitemap {
    
}



/* Footer (Slogans rechts und bg (Woerter Hintergrund)) */

div#footer {
	position: fixed;
	width: 170px;
	top: 380px;
	left: 850px;
	z-index: 1;
}

div#footer-startseite {
	position: absolute;
	width: 170px;
	top: 352px;
	left: 850px;
	z-index: 1;
}

div#footer-startseite h3 {
	margin-top: 8px;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #333333;
    line-height: 18px;
}


div#bg {
	position: fixed;
	height: 230px;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	max-width: 100%;
        z-index: 0;
        
}

div#bgimage {
	position: relative;
	padding-left: 350px;
        z-index: 0;
        
}

/* Plugin Clicky Statistics */

.clicky_statistics {
	font-size: 10px !important;
}

ul.clicky_statistics {
	padding: 0;
}

li.clicky_statistics {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
}

/* NGG Gallery (NextGen Gallery Plugin)*/

.ngg-gallery-thumbnail img, .ngg-thumbnail img {
    border:1px solid #118f40 !important;
    margin:4px 4px 4px 0px !important;
}

.ngg-gallery-thumbnail img:hover, .ngg-thumbnail img:hover {
	background-color: #d9d857 !important;
}

.ngg-album {
	border: 0 !important;
    border-top: 1px solid #d9d857 !important;
}

/* Event Kalender */

ul.upcoming_events {
	padding: 0;
	margin: 0;
}

ul.upcoming_events li {
	padding: 5px 0 5px 0 !important;
	margin: 0;
	width: 170px;
}

ul.upcoming_events li strong {
	font-weight: normal !important;
	color: #118f40;
}

div#aec-calendar {
	margin-top: 15px;
}

ul#aec-filter {
	display: none;
}

div#sidebar-kalender {
	position: fixed;
	display: block;
	width: 200px;
	margin: 0; /* Div soll zentriert werden */
	min-height: 100%; /* Mindesth�he f�r moderne Browser */
	height:auto !important; /* Important Regel f�r moderne Browser */
	height:100%; /* Mindesth�he f�r den IE */
	overflow: hidden !important; /* FF Scroll-leiste */
	z-index: 0;
	top: 0;
        }


div#kalender {
    position: absolute;
    top: 345px;
    left: 0;
    width: 200px;
    padding: 0 10px 0 0;
    z-index: 3;
    text-align: center;
    }

/* wpadminbar */

div#wpadminbar {
	top: auto !important;
	bottom: 0 !important;
	
}

