/*
Theme Name: Green Lantern
Theme URI: http://splusk.de/green-lantern
Description: The -Red Lantern- (based on the 2010-theme functions code) theme for WordPress is modern,customizable, simple, and styled with CSS3 -- make it yours with custom main menu &amp; header image. Red Lantern supports 3 widgetized areas (one left in the sidebar - under the Navigation, one in the right sidebar and one in the footer (last one looks best with 4 widges down there) and featured images (thumbnails for posts). Furthermore the left nav-menu shows the subcategories of the activated menu point.
Author: Xerxes Demargo
Author URI: http://splusk.de
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: gray, green, white, three-columns, fixed-width, custom-header, threaded-comments, sticky-post, translation-ready, custom-menu, left-sidebar, right-sidebar, sticky-post
*/

/*** PERSEVERATIVE ELEMENTS - like h1, ul, td ***/
.freihalter {
  height: 100px;
  width: 200px;
  background-color: #bbb;
}
.main-part {
	/**height: 358px!important;**/
	margin-bottom: 20px;
}
#slider {
	display: none;
}
#loading{
	background-image: url('http://schueler-center.de/pictures/loader.gif');
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	margin-left: 454px;
	margin-top: 159px;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, 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 {

	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;

}
body {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 12px;
}
pre {
  margin-bottom: 10px;
  border: 1px dotted #888;
  padding: 5px;
}
div {
  overflow: hidden;
}
.kartenimg div {
  overflow: visible;
}
h1, h2, h3, h5, h6, p, a {
  text-decoration: none;
  font-weight: normal;
  color: #444;
}
h4 {
  font-weight: bold;
  text-align: center;
}
a:hover {
  color: #1D6D1C;
}
/** LISTS **/
dt {
  font-weight: bold;
  color: #222;
}
dd {
  margin: 5px 0px 5px 10px;
  color: #444;
}
ul {
  list-style: none;
}
.cut_p {
	height: 123px;
	overflow: hidden;
}
#p_me, #fscf_submit1, #fscf_reset1{
	cursor: pointer;
	cursor: hand;
}
#hauptseite{
	width: 685px;
}
#mainpage h3, #zeile_3 h3 {
	font-size: 16px;
	font-weight: bold;
	color: #1D6D1C;
	text-align:center;
	margin-bottom: 10px;
	text-decoration: underline;
}
#zeile_3{
	clear:both;
	margin: 10px;
	padding: 10px;
}
#mainpage #zeile_3 h3 {
	font-size: 14px;
	font-weight: bold;
	color: #1D6D1C;
	text-align:center;
	margin-bottom: 10px;
	text-decoration: underline;
}
#mainpage img {
	float: none;
}
#mainpage .rssSummary {
	margin-top: 10px;
	clear: both;
}

#kontakt_container {
	width: 200px;
	position: fixed;
	bottom:0px;
	right:100px;
	background-color: #FFF;
	height: 35px;

	border-top:3px solid #AAA;
	border-left:3px solid #AAA;
	border-right:3px solid #AAA;

	display: inline;

	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	-khtml-border-top-left-radius: 15px;
	-khtml-border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#kontakt_container:hover{
	border-color: #1D6D1C;
}
#kontakt_container h4 {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	font-style: italic;
	margin:5px;
}
#kontakt_innen {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #34C735;
	background: -moz-linear-gradient(top,
	 #34C735 0,
	 #34C735 17%,
	 #1D6D1C 99%,
	 #1D6D1C 100%);
	background: -webkit-gradient(linear,
	 left top, left bottom,
	 color-stop(0, #34C735),
	 color-stop(0.17, #34C735),
	 color-stop(0.99, #1D6D1C),
	 color-stop(1, #1D6D1C));
	background: -o-linear-gradient(top , #34C735, #1D6D1C) repeat scroll 0 0 #1D6D1C;
	background: linear-gradient(top , #34C735, #1D6D1C);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#1D6D1C", endColorStr="#34C735");
}
.pur_border{
	border-top: 5px solid #FFF;
	border-left:5px solid #FFF;
	border-right:5px solid #FFF;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	-khtml-border-top-left-radius: 15px;
	-khtml-border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background-color: #1D6D1C;
	height:100%;
}
/** wp-stuff **/
.wp-caption {
  text-align: center;
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  padding-top: 24px;
}
.wp-caption-text {
  font-size: 12px;
  font-style: italic;
  color: #666;
}
.gallery-caption {
  text-align: center;
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  padding-top: 5px;
  font-size: 12px;
  font-style: italic;
  color: #444;
}
.sticky {
  border: 1px solid #BBB;
}
.content-main ul{
  margin: 5px 0px 5px 10px;
}
.content-main ol {
 margin: 5px 0px 5px 20px;
}
blockquote {
  font-style: italic;
  color: #666;
}
blockquote p {
  color: #666;
}
.left {
  float: left;
}
.right {
  float: right;
}

#zeile_3 .micro {
	width: 220px!important;
}
#mainpage .mini {
	width: 216px!important;
}

#mainpage .midi {
	width: 325px!important;
}

#mainpage .maxi {
	width: 432px!important;
}

.the_one {
  font-weight: bold;
}
.current-cat a,.current-menu-item a{
  font-weight: bold;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
small {
  font-size: 10px;
  color: #888;
}
/*** Center the Page ***/
#wrap {
  width: 980px;
  margin: 0 auto;
  padding: 0px 10px 0px 10px;
  min-height: 100%;
  height: auto!important;
  height: 100%;
  overflow:hidden!important;
position: relative;
}

/** HEADER ELEMETS ***/
.red-stripe {
  height: 800px;
  background-color: #FFF; /*fallback color*/
  background: -moz-linear-gradient(top,
      #EEE 0,
      #EEE 5%,
      #FFF 30%,
      #FFF 100%);
  background: -webkit-gradient(linear,
      left top, left bottom,
      color-stop(0, #EEE),
      color-stop(0.05, #EEE),
      color-stop(0.30, #FFF),
      color-stop(1, #FFF));
      overflow: visible;
}
#header {
  margin: 10px 0px 0px 0px;
height: 140px;
}
#red-strip {
  background-color: #1D6D1C;
  height:10px;
  margin:0px;
}
.logo {
  height: 55px;
  padding: 10px 10px 0px 10px;
}
.h-pic {
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 100px;
}
.logo .right {
  padding: 5px;
  font-size: 14px;
  height: 45px;
  min-width: 300px;
background-color: #FFF;
-khtml-opacity: 0.8;
-moz-opacity: 0.8;
-webkit-opacity: 0.8;
filter: alpha(opacity=80);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
opacity: 0.8;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}
.logo .right h1{
color: #1D6D1C;
font-size: 16px;
font-weight: bold;
}
.logo .right h2{
color: #333;
font-size: 14px;
}
#head-container
{
  height: 100px;
  background-color: #DDD;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.round-corner {
  min-width: 1px;
  position: absolute;
  height: 30px;
  float: left;
  padding: 5px 5px 0px 5px;
  background-color: #F1F1F1;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}
.small-border {
  height: 5px;
  margin-top: 30px;
  background-color: #F1F1F1;
  min-width: 500px;
}
.hor-nav {
  list-style: none;
  margin: 0px 10px 0px 10px;
  overflow: hidden;
}
.hor-nav li {
  display: inline;
  background-color: #AAA; /*fallback color*/
  background: -moz-linear-gradient(top,
      #FFF 0,
      #FFF 17%,
      #AAA 99%,
      #AAA 100%);
  background: -webkit-gradient(linear,
      left top, left bottom,
      color-stop(0, #FFF),
      color-stop(0.17, #FFF),
      color-stop(0.99, #AAA),
      color-stop(1, #AAA));
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
background: -o-linear-gradient(top , #FFF, #AAA) repeat scroll 0 0 #1D6D1C;
background: linear-gradient(top , #FFF, #AAA);

filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#FFFFFF", endColorStr="#AAAAAA");
  border: 1px solid #999;
  border-bottom: none;
  float: left;
  margin: 5px 5px 0px 5px;
}
.hor-nav li.current-cat {
  display: inline;
  background-color: #34C735; /*fallback color*/
  background: -moz-linear-gradient(top,
      #34C735 0,
      #34C735 17%,
      #1D6D1C 99%,
      #1D6D1C 100%);
  background: -webkit-gradient(linear,
      left top, left bottom,
      color-stop(0, #34C735),
      color-stop(0.17, #34C735),
      color-stop(0.99, #1D6D1C),
      color-stop(1, #1D6D1C));
  border-top: 1px solid #1D6D1C;
  border-left: 1px solid #1D6D1C;
  border-right: 1px solid #1D6D1C;
  float: left;
  margin: 5px 5px 0px 5px;
background: -o-linear-gradient(top , #34C735, #1D6D1C) repeat scroll 0 0 #1D6D1C;
background: linear-gradient(top , #34C735, #1D6D1C);

filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#1D6D1C", endColorStr="#34C735");

}
.hor-nav li.current-menu-item {
  display: inline;
  background-color: #888; /*fallback color*/
  background: -moz-linear-gradient(top,
      #34C735 0,
      #34C735 17%,
      #1D6D1C 99%,
      #1D6D1C 100%);
  background: -webkit-gradient(linear,
      left top, left bottom,
      color-stop(0, #34C735),
      color-stop(0.17, #34C735),
      color-stop(0.99, #1D6D1C),
      color-stop(1, #1D6D1C));
  border-top: 1px solid #1D6D1C;
  border-left: 1px solid #1D6D1C;
  border-right: 1px solid #1D6D1C;
  float: left;
  margin: 5px 5px 0px 5px;
background: -o-linear-gradient(top , #34C735, #1D6D1C) repeat scroll 0 0 #1D6D1C;
background: linear-gradient(top , #34C735, #1D6D1C);

filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#1D6D1C", endColorStr="#34C735");

}
.hor-nav li a{
  margin: 5px 10px 5px 10px;
  display: block;
}
.hor-nav li.current-cat a{
  color: #FFF;
}
.hor-nav li.current-menu-item a{
  color: #FFF;
}
#search-tools {
  clear: both;
}
#adressraum {
  width: 250px;
  overflow: hidden;
  margin: 15px auto 15px auto;
}
#adressraum p {
  font-weight: bold;
}
#search-tools .right {
  height: 36px;
}
.upper-bar {
  height: 3px;
  background-color: #1D6D1C;
  width:600px;
  margin: 0px 0px 5px 0px;
}
.lower-bar {
  min-height: 21px;
  width:595px;
  background-color: #DDD;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
  margin: 0px 5px 0px 0px;
  padding: 0px 0px 5px 0px;
}
#search-tools .left ul{
  margin: 5px 10px 0px 10px;
}
#search-tools .left ul li{
  margin: 0px 5px 0px 5px;
}
.search-form {
  width: 380px;
  background-color: #1D6D1C;
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.search-form img{
  margin: 5px 10px 5px 10px;
}
.search-form #searchform{
  float: right;
  margin: 5px 10px 5px 5px;
}
.search-form .submit{
  border: 1px solid #FFF;
  background-color: #34C735;
  color: #FFF;
  font-weight: bold;
}
.search-form .submit:hover{
  border: 1px solid #34C735;
  background-color: #FFF;
  color: #34C735;
}
.nav-pages li{
  display: inline;
}
.nav-pages a {
  color: #666;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
/** THE MIDDLE **/
#slider{
	height: 350px!important;
}
.fullMarg{
	padding: 10px!important;
}
.center{
	text-align: center;
	margin: 10px auto!important;
}
.attenzione{
	background-color: #6DD36D!important;
}
.theBox{
	background-color: #FFF;
    -moz-border-radius-topleft:15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topright:15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-bottomleft:15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright:15px;
    -webkit-border-bottom-right-radius: 15px;
    -khtml-border-top-left-radius: 15px;
    -khtml-border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -khtml-border-bottom-left-radius: 15px;
    -khtml-border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;

    -moz-box-shadow: 0px 2px 14px #AAA;
    -webkit-box-shadow: 0px 2px 14px #AAA;
    box-shadow: 0px 2px 14px #AAA;
    
    padding: 10px 0px 0px 0px;
    margin: 10px 0px 20px 0px;
}
#middle {
   bottom: 0px;
   position: relative; 
}
.content-archiv {
  float: left;
  width: 505px;
  margin: 0px 10px 0px 10px;
}
/** SIDEBAR LEFT ELEMENTS **/
#sidebar-left {
  border-top: 3px solid #1D6D1C;
  border-bottom: 3px solid #555;
  float:left;
  width: 150px;
  padding: 3px 10px 3px 10px;
  margin: 10px 0px 25px 10px;
}
#sidebar-left h3 {
  font-weight: bold;
  font-size: 95%;
  color: #000;
  margin-bottom: 3px;
  text-align: center;
}
.textwidget .nav-left {
	margin: 0!important;
}
.nav-left {
  border-top: 1px solid #1D6D1C;
  padding: 3px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}
.nav-left li.menu-item{
  background-color: #EEE;
  padding: 3px 5px 3px 5px;
  margin: 0px 0px 2px 0px;
}
ul.sub-nav li {
  background-color: #EEE;
  padding: 3px 5px 3px 5px;
  margin: 0px 0px 2px 0px;
}
.nav-left li.main_cat_c{
  background-color: #DDD;
  padding: 3px 5px 3px 5px;
  margin: 0px 0px 2px 0px;
}
.nav-left li a{

}
.sub-nav {
  padding: 10px 0px 0px 15px;
  border-top: 1px solid #aaa;
  margin: 5px 10px 10px 0px;
}

/** CONTENT_MAIN ELEMENTS **/
.content-main {
  float: left;
  width: 505px;
  margin: 0px 10px 0px 10px;
  overflow: visible!important;
}
.content-main h1{
  margin: 0px 0px 5px 0px;
  font-size:24px;
  text-align: center;
  font-weight: bold;
}
.content-main h2{
  margin: 5px 10px 10px 10px;
  font-size:20px;
  text-align: center;
  font-weight: bold;
}
.content-main h3{
  margin: 5px 10px 5px 10px;
  font-size:18px;
  text-align: center;
  font-weight: bold;
}
.content-main h4{
  margin: 5px 10px 5px 10px;
  font-size:16px;
  text-align: center;
  font-weight: bold;
}
.content-main h5{
  margin: 5px 10px 5px 10px;
  font-size:14px;
  text-align: center;
  font-weight: bold;
}
.content-main h6{
  margin: 5px 10px 5px 10px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
.content-main p{
  margin: 0px 0px 5px 0px;
}
.post-main {
  margin: 0px 0px 10px 0px;
  padding: 10px;
}
.post-main h2 {
  clear:both;
  margin: 0px 0px 5px 0px;
}
.post-main h2 a{
  color: #1D6D1C;
  font-size: 16px;
  font-weight: bold;
}
.post-main img {
  float: left;
  margin: 0px 10px 0px 0px;
}
.post-main .left{
  width: 370px;
}
.post-neg {

}
.post-pos {
  background-color: #F1F1F1;
}
.excerpt-container {
  clear:both;
}
.excerpt-container a.read-more {
  color: #1D6D1C;
}
.excerpt-container p{
  margin: 0px 0px 1.3em 0px;
  text-align: center;
}.excerpt-container p a{
  font-weight: bold;
}
body.home .left h2{
  margin: 0px 0px 1em 0px;
  text-align: center;
}
body.home #middle .left {
  width: 495px;
}
body.home #middle #hauptseite .left {
	width: 670px;
	margin-right: 0px;
}
.entry-content {
	overflow: visible!important;
}
.entry-content p {
  margin: 0px 0px 1em 0px;
  line-height: 1.5;
}
.entry-meta {
  padding: 0px 0px 5px 0px;
  text-align: right;
  color: #888;
  font-size: 10px;
  border-bottom: 1px solid #DDD;
  margin: 0px 0px 10px 0px;
}
.entry-meta a{
  margin: 0px 0px 5px 0px;
  text-align: right;
  color: #888;
  font-size: 10px;
}
#nav-below {
  clear: both;
  margin: 5px 0px 5px 0px;
}
#nav-below .nav-previous {
  float: left;
  width: 240px;
}
#nav-below a{
  color: #1D6D1C;
}
#nav-below a:hover{
  color: #333;
}
#nav-below .nav-next {
  float: right;
  width: 240px;
  text-align: right;
}
.entry-utility {
  color: #888;
  font-size: 10px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 5px 0px 5px 0px;
  text-align: right;
  margin: 10px 0px 5px 0px;
}
.entry-utility a{
  color: #888;
}
.entry-title {
  padding: 0px 0px 5px 0px;
  border-bottom: 1px solid #DDD;
}
/** SIDEBAR RIGHT ELEMENTS **/
#sidebar-right {
  float: right;
  width: 260px;
  margin: 10px 10px 0px 0px;
  padding: 3px 0px 0px 0px;
  border-top: 3px solid #1D6D1C;
  border-bottom: 3px solid #555;
}
li.widget-container{
  border-top: 1px solid #1D6D1C;
  padding: 3px 5px 3px 5px;
  margin: 0px 0px 10px 0px;
}
/** WIDGET ELEMETS **/
.widget-title {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #AAA;
  margin-bottom: 5px;
}
.widget-container li{
  margin: 0px 10px 3px 0px;
}
#wp-calendar caption {
  font-size: 12px;
  color: #444;
  margin-bottom: 5px;
}
#wp-calendar th {
  color:#333;
  font-size: 12px;
  font-weight: bold;
}
#wp-calendar td {
  width: 40px;
  font-size: 12px;
  text-align: center;
}
#wp-calendar a {
  font-size: inherit;
  color: #1D6D1C;
  font-weight: bold;
}
.widget-title a.rsswidget {
  color: #444;
  font-weight: bold;
  display: inline;
}
.widget-title img {
  margin-bottom: -2px;
}
a.rsswidget {
  color: #1D6D1C;
  font-weight: bold;
  display: block;
}
.rss-date {
  clear: both;
  color: #888;
  float: right;
  margin: 0px 0px 5px 0px;
}
.rssSummary {
  clear: both;
  color: #444;
  margin: 5px;
  text-align: justify!important;
}
/** Buttons **/

.buttons a, .buttons input{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
    text-align: center;
}
.buttons input{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons input[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html input[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons input img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */
.buttons input:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
/* POSITIVE */
input.positive, .buttons a.positive{
    color:#1D6D1C;
    margin: 5px 25px 10px 105px;
}
.buttons a.positive:hover, input.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}
/* NEGATIVE */
.buttons a.negative, input.negative{
    color:#d12f19;
    margin: 5px 100px 10px 45px;
}
.buttons a.negative:hover, input.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
/** FOOTER - all Footer-Elements - including Footer-Widget **/
#footer {
  margin: 5px 0px 0px 0px;
  background-color: #1D6D1C;
  min-width: 900px;
  padding: 10px;

}
#footer-widget-area {
  border-top: 3px solid #1D6D1C;
  margin: 10px 20px 0px 20px;
  border-bottom: 3px solid #444;
}
#footer-widget-area .widget-container{
  width: 215px;
  text-align: center;
  padding: 5px;
  margin: 5px;
  float: left;
}
#site-info {
  color: #FFF;
  font-size: 12px;
  float: left;
  margin: 0px 0px 5px 10px;
}
#site-info a{
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
}
#site-generator {
  margin: 0px 10px 0px 0px;
  float: right;
  text-align: right;
  color: #FFF;
  font-size:12px;
}
#site-generator a{
  color: #FFF;
  font-size:12px;
}
/** SEARCH **/
h1.search {
  text-align: center;
  margin:0px 0px 10px 0px;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px solid #DDD;
}
/** COMMENTS **/
#reply-title {
  margin: 15px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  border-top: 1px solid #DDD;
}
.logged-in-as {
  font-size: 10px;
  margin: 10px;
  color: #888;
  text-align: right;
}
.logged-in-as a{
  color: #888;
}
.comment-cont {
  border: 1px solid #DDD;
  padding: 10px;
  margin: 0px 0px 10px 0px;
}
.bypostauthor .comment-cont {
  border: 1px solid #1D6D1C;
  padding: 10px;
  margin: 0px 0px 10px 0px;
}
.comment-meta a{
  color: #888;
  font-size: 10px;
}
.comment-meta{
  margin: 5px 0px 0px 0px;
}
.says {
  color: #444;
}
.placeholder {
  margin:5px;
}
.comment-author {
  border-bottom: 1px solid #DDD;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 5px 0px;
}
.reply {
  text-align: center;
}
.reply a{
  font-weight: bold;
}
.children {
  margin: 0px 0px 0px 25px;
}
.comment-form-comment label {
  visibility: hidden;
}
#respond {
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #DDD;
}
#respond form {
  width: 385px;
  margin: 0 auto;
}
.comment-form-author {
  float: right;
}
.comment-form-email {
  float: right;
}
.comment-form-url {
  float: right;
}
.comment-form-comment {
  clear: both;
}
.form-allowed-tags {
  clear: both;
}
.comment-notes {
  color: #888;
  font-size: 10px;
  text-align: center;
}
.form-submit input {
  border: 1px solid #1D6D1C;
  background-color: #DDD;
  color: #444;
  font-size: 12px;
  font-weight: bold;
  padding:2px 10px 2px 10px;
}
.form-submit input:hover {
  border: 1px solid #DDD;
  background-color: #444;
  color: #DDD;
}
.form-submit {
  text-align: right;
}
.page-link {
  color: #444;
  font-weight: bold;
  clear: both;
  text-align: center;
}
.page-link a {
  color: #34C735;
}
.page {
	overflow: visible!important;
}
/** 404 **/
.content-search {
  padding: 10px 10px 10px 25px;
}
.kartenimg {
  margin: 10px 0px 10px 0px;
  height: 250px;
  width: 250px;
}
/* KONTAKT */
.required {
  text-decoration: none;
}
/* TABELLEN */
table.tcenter {
    margin-bottom: 20px;
    width:86%;
    margin-left:7%;
    margin-right:7%;
    border-collapse: collapse;
}
table.tcenter td{
    padding: 2px 10px 3px 10px;
    vertical-align: middle;
    border: 1px solid #CCC;
}
/* http://www.menucool.com */

/*slider frame*/
#slider {
	position: relative; overflow: auto; margin: 10px 20px 20px 20px;
	background-color: #FFF;
    -moz-border-radius-topleft:15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topright:15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-bottomleft:15px;
    -moz-border-radius-bottomright:15px;
    -khtml-border-top-left-radius: 15px;
    -khtml-border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

    -moz-box-shadow: 0px 2px 14px #AAA;
	-webkit-box-shadow: 0px 2px 14px #AAA;
	box-shadow: 0px 5px 14px #AAA;
	}
#slider li { list-style: none; }
#slider ul li { float: left; }
.smid{
	position: absolute;
	top:30px;
	width: 939px;
	text-align: center;
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
}
.smid2{
	position: absolute;
	top:275px;
	width: 939px;
	text-align: center;
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
}
.tbox{
	width: 850px;
	margin: 0 auto;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.8);
	-moz-border-radius-topleft:15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topright:15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-bottomleft:15px;
    -moz-border-radius-bottomright:15px;
    -khtml-border-top-left-radius: 15px;
    -khtml-border-top-right-radius: 15px;
    -khtml-border-bottom-left-radius: 15px;
    -khtml-border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 15px;
    border: 3px solid #BBB;
    color: rgba(100,100,100,.6);
}
.tbox-mini{
	width: 200px!important;
	color: rgba(100,100,100,.6);
}
.tbox-mini:hover{
	border-color: #1D6D1C;
	color: #1D6D1C!important;
}
.normal h2{
	font-size: 40px;
	line-height: 52px;
	color: #fff;
}
.normal p {
	font-size: 18px;
	line-height: 24px;
	color: rgba(255,255,255,.6);
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
}
.invert h2{
	font-size: 40px;
	line-height: 52px;
	color: #090909;
}
.invert p {
	font-size: 18px;
	line-height: 24px;
	color: inherit;
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
}
.dots{
	position: absolute;
	left: 440px;
	right: 0;
	top: 8px;
}
.dots li{
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 2px;
	text-indent: -999em;
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}
.dots li.active {
	background: #fff;
	opacity: 1;
}
/* Caption styles */
div.mc-caption-bg, div.mc-caption-bg2 {
	position:absolute;
	width:400px;
	height:auto;
	padding:10px;
	left:120px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom:10px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index:3;
	overflow:hidden;
	font-size:0;
}
div.mc-caption-bg {
	background:#DDD; /*Caption background color. Can be set to "background:transparent;", or set to semi-transparent through the sliderOptions.captionOpacity setting in the javascript.*/
	border:1px solid white;
	border-radius: 5px;
}
div.mc-caption-bg2 {
    background:none;
}
div.mc-caption {
	font:bold 13px/16px Arial;
	color:#069;
	z-index:4;
	text-align:center;
    background:none;
}
div.mc-caption a {
	color:#060;
}


/* ------ built-in navigation bullets wrapper that is relative to the #slider ------*/
div.navBulletsWrapper { top:320px; left:280px; }


/*thumbnails*/
#thumbs
{
    float:left;
    margin-left:10px;
    width:230px;
    font:normal 11px/13px Arial;
    border-top:1px solid #CCC;
    color:#666;
}
#thumbs .thumb
{
    border:1px solid #CCC;
    border-top:1px solid #FFF;
    padding:11px 8px;
    background:#EEE;
}
#thumbs .thumb-on
{
    background:#FFF;
}

#thumbs img{border:1px solid #DDD; cursor:pointer; width:70px; height:44px;}

#thumbs .frame {float:left;padding:2px;border:1px solid #CCC;background:white;border-radius:3px;box-shadow:0 0 3px #BBB;font-size:0;line-height:0;}
#thumbs .thumb-content {float:left;width:110px;padding-left:18px;}

/* Captions in #thumbs .thumb-content */
#thumbs .thumb-content p {font-weight:bold; color:#BF5D9B; margin:0 0 3px;padding:0;}
#thumbs .thumb-on .thumb-content p {color:#BB0000;}


/* --------- Others ------- */
#slider
{
	transform: translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
}

.loading
{
    width:100%; height:100%;
    background:transparent url(loading.gif) no-repeat 50% 50%;
    filter: alpha(opacity=60);
    opacity:0.6;
    position:absolute;
    left:0;
    top:0;
    z-index:9;
}
.right .search-form {
	height: 34px;
}

#nicePicture{
	width: 769px;
	height: 150px;

	margin-top: 10px;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	background-color: #FFF;
	
	-moz-box-shadow: 0px 2px 14px #AAA;
    -webkit-box-shadow: 0px 2px 14px #AAA;
    box-shadow: 0px 2px 14px #AAA;
    
    overflow: hidden;
    
    position: relative;
}
#nicePicture img{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	-webkit-box-shadow: inset 0px 0px 100px 5px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 100px 5px rgba(255, 255, 255, 1);
}
.theCorners{
	
}
#niceAlpha{
	width: 770px;
	height: 100%;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	-webkit-box-shadow: inset 0px 0px 100px 5px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 100px 5px rgba(255, 255, 255, 1);
    
    overflow: hidden;
    position: absolute;
    top: 0px;
    
    background-image: url('http://schueler-center.de/silvester2015.png');
}
#picWrap {
	min-height: 170px;
	width: 770px;
	overflow: visible;
	
	background-color:transparent;
	margin: 0 auto;
}
#superNotes{
	position: relative;
	border-top: 3px solid #555;
	background-color : #FFFE74;
}
#superNotes .linien {
  border-left: 1px solid #ffaa9f;
  border-right: 1px solid #ffaa9f;
  width: 2px;
  position: absolute;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 31px;
}
#superNotes .liste {
  color: #333;
  font-size: 16px;
  padding: 0 !important;
}
#superNotes .liste li {
  list-style: none;
  border-bottom: 1px dotted #ccc;
  height: auto;
  padding: 15px 5px 15px 40px;
  margin-left: 0px;
  position: relative;
}
#superNotes .liste li.last{
	border-bottom: none;
}
#superNotes .liste li:hover {
  background-color: #FFF;
  -webkit-transition: all 0.2s;
  -moz-transition:    all 0.2s;
  -ms-transition:     all 0.2s;
  -o-transition:      all 0.2s;
  z-index: 1;
  cursor: default;
}
#superNotes .fa-check {
	margin-left: -33px;
	margin-right: 15px;
	color: #34C735;
	font-size: 20px!important;
	line-height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}
#text-4 {
	margin: 0;
}

/* Kalender */
.cal-month {
	width: 164px;
	height: 150px;
	float: left;
	border: 1px solid #AAA;
	margin: 0px 1px 2px 1px ;
	cursor: default;
	overflow: visible;
}
.cal-month h5 {
	font-size: 12px;
}
.cal-month table {
	width: 98%;
	margin: 0px 1% 0px 1%;
	border-collapse: collapse;
}
.cal-month .cal-dis td{
	background-color: #EEE;
	position: relative;
}
.cal-month td{
	position: relative;
}
.day_Sat, .day_Sun {
	background-color: #e8f1ff!important;
}
.cal-dis .day_Sat, .cal-dis .day_Sun {
	background-color: #cfe1ff!important;
}
.cal-month th {
	font-size: 10px;
	text-align: center;
	color: #FFF;
	background-color: #888;
	padding: 1px 0px 2px 0px;
	border-spacing: 0px;
}
.cal-month .cal-day {
	font-size: 12px;
	text-align: center;
	color: #444;
	background-color: #FFF;
	padding: 1px 0px 2px 0px;
	border-spacing: 0px;
}
.cal-month .cal-wk {
	font-size: 10px;
	text-align: left;
	color: #444;
	background-color: #FFF;
	padding: 1px 0px 2px 0px;
	border-spacing: 0px;
}
.cal-month .day_Sun {
	font-weight: bold;
}
.cal-month .day_Sat {
	font-style: italic;
}
.cal-ferien {
	background-color: #34C735!important;
	color: #FFF!important;
}
.cal-dis .cal-ferien {
	background-color: #13A515!important;
	color: FFF!important;
}
.cal-freierTag{
	font-weight: bold;
	border-bottom: 1px solid red!important;
}
.cal-today {
	border: 1px solid orange;
}
.cal-month-today {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(255, 155, 0, 0.93);
-moz-box-shadow:    0px 0px 10px 0px rgba(255, 155, 0, 0.93);
box-shadow:         0px 0px 10px 0px rgba(255, 155, 0, 0.93);
}
.cal-toolbox{
	position: absolute;
	top: 20px;
	left: 20px;
	border: 1px solid #AAA;
	opacity: 0.90;
	color: #333;
	padding: 5px;
	min-height: 15px; 
	min-width: 200px;
	background-color: #DDD;
	z-index: 100000;
}
.cal-toolbox h5 {
	opacity: 1;
	margin: 0;
}
.cal-toolbox p{
	margin: 0;
}
#post-83 h3 {
	margin: 15px 0 10px 0;
	text-align: left;
	color: #1D6D1C;
	border-bottom: 1px solid #1D6D1C;
}
#post-83 a {
	color: #1D6D1C;
}
