/*
Theme Name: EFBZ
Theme URI: http://efbz.de/
Description: Seite des EFBZ
Version: 1.0
Author: Christian Schuster
Author URI: http://www.wbgroup.de
Tags: Theme - speziell entwickelt für das EFBZ
Text Domain: efbz



*/

/* Begin Typography & Colors */
* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	height: 100%;
	
}

body {
	height: 100%;
	margin-bottom: 1px;  
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	color: 535353;
}

a:link, a:visited, a:focus, a:active { color: #48587C; /*border-bottom: 1px dotted #48587C;*/ text-decoration: none; }
a:hover { color: #F56203; text-decoration: underline;  /*border-bottom: 1px solid #F56203;*/}


/* End Typography & Colors */

/* Begin Structure */

div#mainwrapper {
	width: 1000px;
	height: 700px;
	margin: auto;
}

div#topwrapper {
	float: left;
	width: 1000px;
	height: 187px;
	background: url(images/layout_r8_c2.jpg) top right repeat-y;
}

div#headerimage {
	float: left;
	width: 1000px;
	height: 186px;
	background: url(images/layout_r2_c1.jpg) top left no-repeat;
	border: none;
	border-bottom: 1px #C1C0C5 solid;
}



div#borderline {
	float: right;
	width: 758px;
	height: 20px;
	background: url(images/layout_r6_c2.jpg) bottom right no-repeat;
}

div#bottomwrapper {
	float: left;
	width: 1000px;
	background: #D3DCF2 url(images/layout_r8_c2.jpg) top right repeat-y;;
}

div#leftmenu {
	float: left;
	width: 242px;
	/* min-height: 513px; */
  	min-height:513px;
  	height:auto !important;
  	height:513px;
	background: #D3DCF2;
}

div#bottomrightwrapper {
	float: left;
	width: 758px;
}

div#content {
	float: left;
	/*width: 595px; wegen padding */
	width: 738px;
	/* min-height: 513px; */
  	min-height: 513px;
  	height: auto !important;
  	height: 513px;
	padding: 10px;
	font-size: 1.2em;
}

div#sidebar {
	float: left;
	width: 163px;
	/* min-height: 513px; */
  	min-height:513px;
  	height:auto !important;
  	height:513px;

}

div#footer {
	float: left;
	width: 100%;
	padding: 3px 0 3px 0;
	background: url(images/footer.jpg) top left repeat-y;
	padding: 5px 0;
}

div#footerinside {
	float: right;
	width: 758px;
	border-top: 1px #999 solid;
}

span.webdesign {
	float: left;
	margin-left: 20px;
	display: inline;
}

span.aktualisierung {
	float: right;
	margin-right: 20px;
	display: inline;
}

/* End Structure */





/* min-height: 513px;
  min-height:513px;
  height:auto !important;
  height:513px;
*/





/* Begin Left-Navi */

ul#leftmenuul {
	list-style: none;
	float: left;
	margin-left: 17px;
	margin-top: 20px;
	font-size: 1.4em;
}

ul#leftmenuul li {
	text-align: left;
	padding-left: 30px;
	background: url(images/bullet-point-default.jpg) top left no-repeat;
	line-height: 20px;
	margin: 8px 0 8px 0;
}

ul#leftmenuul li ul {
	list-style: none;
}

ul#leftmenuul li a {
	display: block;
}

ul#leftmenuul li.leftmenuitem_steinzentrum {
	background: none;
	padding: 0;
	font-weight: bold;
}

ul#leftmenuul li.current_page_item, ul#leftmenuul li.current_page_parent, ul#leftmenuul li.current_page_ancestor {
	background: url(images/bullet-point-current.jpg) top left no-repeat;
}

ul#leftmenuul li.current_page_item  a {
	color: #FFF;
	/*font-weight: bold;*/
	/*border-bottom: 1px solid #fff;*/
}

ul#leftmenuul li a:hover {
	color: #FFF;
	/*border-bottom: 1px solid #fff;*/
}

/* zweite ebene */

ul#leftmenuul li.current_page_item ul li {
	background: url(images/bullet-point-default.jpg) top left no-repeat;
}

ul#leftmenuul li.current_page_item ul li a {
	color: #48587C;
	border: none;
	font-weight: normal;
}

ul#leftmenuul li.current_page_item ul li a:hover {
	color: #fff;
	border: none;
	font-weight: normal;
}

ul#leftmenuul li.current_page_item a, ul#leftmenuul li.current_page_parent a, ul#leftmenuul li.current_page_ancestor a { 
	color: #fff;
}

ul#leftmenuul li.current_page_item ul li.current_page_item a, ul#leftmenuul li.current_page_parent ul li.current_page_item a, ul#leftmenuul li.current_page_ancestor ul li.current_page_item a { 
	color: #fff;
}

ul#leftmenuul li.current_page_item ul li a, ul#leftmenuul li.current_page_parent ul li a, ul#leftmenuul li.current_page_ancestor ul li a { 
	color: #48587C;
}

ul#leftmenuul li.current_page_item ul, ul#leftmenuul li.current_page_parent ul, ul#leftmenuul li.current_page_ancestor ul {
	display: block;
}

ul#leftmenuul li ul {
	display: none;
}

/* End Left-Navi*/

/* Begin Top-Navi */
div#topmenu {
	float: left;
	width: 300px;
}

div#topmenu ul {
	list-style: none;
	margin: 5px 0 0 5px;
}

div#topmenu ul li {
	float: left;
	margin: 0 5px;
}


/* End Top-Navi */


/* Begin EditorContent */

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #48587C;
}

h1 {
	font-size: 1.6em;
	margin: 3px 0 5px 0;
}

h2 {
	text-align: left;
	font-size: 1.4em;
	margin: 3px 0 3px 0;
}

h3 {
	text-align: left;
	font-size: 1.2em;
	margin: 3px 0 3px 0;
}

div#inhalt h1 {
	text-align: left;
}

div#inhalt a {
	text-decoration: underline;
}

div#inhalt p {
	margin: 10px 0;
	line-height: 1.3em;
	text-align: justify;
}

div#inhalt ul {
	display: block;
	text-align: left;
}

div#inhalt ul li {
	margin: 5px 20px 0;
}

div#inhalt table {
	border: 1px #535353 solid;
}

div#inhalt div#blogroll ul {
	list-style: none;
}

div#inhalt div#blogroll ul.blogroll {
	margin: 20px 0 0 0 ;
}


span.wp-table-reloaded-table-description {
	display: block;
	text-align: left;
	font-style: italic;
	padding-left: 5px;
}

h2.wp-table-reloaded-table-name {
	margin: 10px 0 0 0;
}






/* End EditorContent */
 
 /* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
 
 /* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
 
/* Begin Breadcrumb */

div.breadcrumb {
	text-align: left;
	margin: 3px 0 5px 0;
	
}

div.breadcrumb span.current_bread {
	font-weight: bold;
}

/* End Breadcrumb */


/* Begin Sidebar */

div#sidebar{

}

div#sidebar ul {
	list-style: none;
}

div#banner {
	margin: 20px auto 10px auto;
	width: 150px;
}

div#sidebar ul#bannerlink {
	margin: 10px 0 0 0;
}

a.bannerlink {
	display: block;
	margin: 10px 0;
	font-size: 1.4em;
	text-align: left;
	padding-left: 10px;
}

a.bannerlink:hover {

}

div#sidebar ul li ul li {
	text-align: left;
	display: block;
	margin: 3px 0;
}



/* End Sidebar */

/* Begin Calendar */

/*div#calendar_wrap {
	margin-top: 20px;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}*/

/* End Calendar */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	margin-top: 4px;
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/* End Form Elements */

/* Begin bsp */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
	}

a img {
	border: none;
	}
/* End bsp*/


/* Begin Kalender aus db */
    .calnk a:hover {
         background-position:0 0;
         text-decoration:none;  
         color:#000000;
         border-bottom:1px dotted #000000;
         }
    .calnk a:visited {
         text-decoration:none;
         color:#000000;
         border-bottom:1px dotted #000000;
        }
    .calnk a {
        text-decoration:none; 
        color:#000000; 
        border-bottom:1px dotted #000000;
        }
    .calnk a span { 
        display:none; 
        }
    .calnk a:hover span {
        color:#333333; 
        background:#F6F79B; 
        display:block;
        position:absolute; 
        margin-top:1px; 
        padding:5px; 
        width:150px; 
        z-index:100;
        }
     .calendar-table {
        border:none;
        width:100%;
     }
     .calendar-heading {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-next {
        width:25%;
        text-align:center;
     }
     .calendar-prev {
        width:25%;
        text-align:center;
     }
     .calendar-month {
        width:50%;
        text-align:center;
        font-weight:bold;
     }
     .normal-day-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
     }
     .weekend-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
        color:#FF0000;
     }
     .day-with-date {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #DFE6DE;
     }
     .no-events {

     }
     .day-without-date {
        width:60px;
        height:60px;
        border:1px solid #E9F0E8;
     }
     span.weekend {
        color:#FF0000;
     }
     .current-day {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #BFBFBF;
        background-color:#E4EBE3;
     }
     span.event {
        font-size:0.75em;
     }
     .kjo-link {
        font-size:0.75em;
        text-align:center;
     }
     .event-title {
        text-align:center;
        font-weight:bold;
        font-size:1.2em;
     }
     .event-title-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .event-content-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .calendar-date-switcher {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-date-switcher form {
        margin:0;
        padding:0;
     }
     .calendar-date-switcher input {
        border:1px #D6DED5 solid;
     }
     .calendar-date-switcher select {
        border:1px #D6DED5 solid;
     }
     .cat-key {
        width:100%;
        margin-top:10px;
        padding:5px;
        border:1px solid #D6DED5;
     }