body {
	background: #000
}

h3 {
	color: #555
}

h2 a {
	text-decoration: none
}

h2,.moduletable h3, .items-leading h2 {
	border-bottom: solid 1px #ddd;
}

.items-row h2 {
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

a:link,a:visited {
	color: #746868;
    text-decoration: none;
}

a:hover,a:active,a:focus {
	background: #ddd;
	color: #ec6d0f;
}

.logoheader {
	background: url(../images/personal/personal2.png) no-repeat right
		top #000000;
	color: #FFFFFF;
	margin: 0 10px 0 !important;
	min-height: 260px;
}

#all {
	background: #FFFFFF;
	color: #000;
}

#shadow #all {
	box-shadow: 0px 20px 10px #000
}

#header ul.menu {
  background-color:#ddd;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#dddddd");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(#eeeeee, #dddddd);
  border-color: #b2b2b2 #b2b2b2 hsl(114, 0%, 62.5%);

  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.49);
  -webkit-font-smoothing: antialiased;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px
		rgba(0, 0, 0, 0.05);
	color: #095197;
	border: solid 1px #ddd;
	border: 1px solid #e5e5e5;
	text-transform: uppercase;
	top: 220px;
}

#header ul.menu a:link,#header ul.menu a:visited {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px;
	margin: 0;
	display: inline-block;
	margin: 0 0 0;
	padding: 12px 15px;
	position: relative;
}

/*  grey background */
.button,button,p.readmore a,#header input.button,.pagenav a:link,.pagenav a:visited,#advanced-search-toggle,.profile-edit a:link,.profile-edit a:visited,h3.js_heading
	{
  background-color:#ddd;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#dddddd");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
  background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
  background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
  background-image: -o-linear-gradient(top, #ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border-color: #b2b2b2 #b2b2b2 hsl(114, 0%, 62.5%);

  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.49);
  -webkit-font-smoothing: antialiased;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px
		rgba(0, 0, 0, 0.05);
	color: #095197;
	border: solid 1px #ddd
}

/* +++++++++++++  table display  Catgegories table, contact etc, ++++++++++++++++++++* */
table {
	border: solid 0px #ddd
}

table tr, table td
{
    border: 0 solid #ddd;
}

table th {
	background-color: #0074cc;
	color: #fff;
	background-image: -moz-linear-gradient(top, #095197, #1B6BA5);
	background-image: -ms-linear-gradient(top, #095197, #1B6BA5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#095197),
		to(#1B6BA5) );
	background-image: -webkit-linear-gradient(top, #095197, #1B6BA5);
	background-image: -o-linear-gradient(top, #095197, #1B6BA5);
	background-image: linear-gradient(top, #095197, #1B6BA5);
	background-repeat: repeat-x;
	filter: progid :   DXImageTransform.Microsoft.gradient (   startColorstr
		=
		 '#095197', endColorstr =   '#1B6BA5', GradientType =   0 );
	border-color: #0055cc #0055cc #003580;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid :   dximagetransform.microsoft.gradient (   enabled =
		false );
}

table th a:link,table th a:visited {
	color: #fff
}

tr.odd,tr.cat-list-row1 {
	background: #f8f8f8
}

table  tr:hover td {
	background: #fff;
}

/* blue background */
.button:hover,
.button:active,
.button:focus,
button:hover,
p.readmore a:hover,
#header ul.menu a:hover,
#header ul.menu a:active,
#header ul.menu a:focus,
.pagenav a:hover,
.pagenav a:active,
.pagenav a:focus,
#advanced-search-toggle:hover,
#advanced-search-toggle:active,
#advanced-search-toggle:focus,
.profile-edit a:hover,
.profile-edit a:active,
.profile-edit a:focus,
#fontsize a:hover,#fontsize a:active,#fontsize a:focus,
#mobile_select h2 a
	{
	background-color: #888888;
	color: #ec6d0f;

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);



}

/* +++++++++++++++++  Pagination +++++++++++++++ */
.pagination span,.pagination span  a:hover {
	color: #999999;
	background-color: #f5f5f5;
}

/* active item */
span.pagenav {
	background: #095197;
	color: #fff
}

.pagination-start span.pagenav,.pagination-prev  span.pagenav,.pagination-end span.pagenav,.pagination-next span.pagenav
	{
	background-color: #f5f5f5;
	color: #444
}

/* +++++++++++++++++  content  +++++++++++++++ */
.article-info {
	background-color: #fbfbfb;
	background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
		to(#f5f5f5) );
	background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: linear-gradient(top, #ffffff, #f5f5f5);
	background-repeat: repeat-x;
	filter: progid :   DXImageTransform.Microsoft.gradient (   startColorstr
		=
		 '#ffffff', endColorstr =   '#f5f5f5', GradientType =   0 );
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}

ul.menu a:link,ul.menu a:visited {
	color: #444;
}

/* ++++++++++++++++++++++  menu ++++++++++++++++++++++++++  */
.moduletable_menu {
	border: solid 1px #ddd;
	background: #f9f9f9;
}

#header ul.menu {
	border: solid 0px #D5D5D5;
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 5px rgba(0, 0, 0, 0.1);
}

#header ul.menu a {
	box-shadow: none;
	border-bottom: 0
}

ul.menu a:hover,ul.menu a:active,ul.menu a:focus {
	background-color: #888;
	background-image: -moz-linear-gradient(center top, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	background: #888 no-repeat right center;
	color: #ec6d0f
}

/* ++++++++++++++++   highlightning active menuitem  +++++++++++++++++++ */
ul.menu li.active a,ul.menu  li.active ul li.active a,ul.menu  li.active ul li.active  ul li.active a,ul.menu  li.active ul li.active  ul li.active ul li.active  a,ul.menu  li.active ul li.active  ul li.active ul li.active ul li.active a
	{
	background:rgba(0, 0, 0,0) url("../images/personal/navi_active.png") repeat scroll 0 0;
	color: #ffffff;
	font-weight: bold;
}

ul.menu  li.active ul li a,ul.menu  li.active ul li.active  ul li a,ul.menu  li.active ul li.active  ul li.active ul li  a,ul.menu  li.active ul li.active  ul li.active ul li.active ul li a
	{
	font-weight: normal;
    background: #e6e6e6;
    color: #000;
}

ul.menu a {
    border-bottom: 1px solid #000;
    padding: 4px 4px 4px 15px;
}

ul.menu ul a {
	background: #e5e5e5;
}

ul.menu ul ul ul a {
	background: #f5f5f5 url(../images/arrow.png) no-repeat 24px center;
}

ul.menu ul ul ul ul a {
	background: #fff;
}

/* +++++++++++++++++++++++  SLIDER  ++++++++++++++++++++  */
.panel h3.pane-toggler a {
	background: url(../images/slider_plus.png) right top no-repeat;
	color: #333
}

.panel h3.pane-toggler-down a {
	background: url(../images/slider_minus.png) right top no-repeat;
	border-bottom: solid 1px #ddd;
	color: #333
}

/*  +++++++++++++++++   Tabs ++++++++++++++++++++++  */
ul.tabs li,dl.tabs dt h3 a:link,dl.tabs dt h3 a:visited {
	background: #f5f5f5 url(../images/nature/box.png) repeat-x;
}

ul.tabs li a:link,ul.tabs li a:visited,dl.tabs dt a {
	color: #333;
	border: solid 1px #ddd;
	border-bottom: 0
}

ul.tabs li a:hover,ul.tabs li a:active,ul.tabs li a:focus {
	color: #000
}

.tabcontent,div.current {
	background: #fff;
	color: #000;
	border: solid 1px #ddd;
}

.tabcontent .linkclosed {
	color: #000;
	border-bottom: solid 1px #e5e5e5;
}

ul.tabs li a.linkopen,dl.tabs dt.open  h3 a:link,dl.tabs dt.open  h3 a:visited
	{
	background: #fff;
	color: #333;
	border-radius: 5px 5px 0px 0px;
}

ul.tabs li a.linkclosed:hover,ul.tabs li a.linkclosed:active,ul.tabs li a.linkclosed:focus,ul.tabs li a.linkopen:hover,ul.tabs li a.linkopen:active,ul.tabs li a.linkopen:focus
	{
	background: #555;
	color: #fff
}

#footer-inner,#footer {
	background: #f5f5f5;
	box-shadow: 0px 20px 10px #000
}

#footer {
	background: #000;
	max-width: 1025px;
	margin: 0 auto;
	color: #fff
}

#footer a {
	color: #fff;
	background: none
}

#bottom a {
	background: none
}

.box1 {
	border-right: solid 1px #ccc
}

.box3 {
	border-left: solid 1px #ccc
}

#bottom  ul li a {
	background-image: none;
	padding-left: 0
}
















/* responsive */
#mobile_select h2 {border:0; margin:-17px 0 0 0; padding:0; background:#0C1D43;text-align:right}
#mobile_select h2 a {
display:inline-block;
font-size:0.8em;
border-radius:4px 4px 0 0;
padding:6px;
font-size:0.75em;
margin-right:5px;
}



@media only screen and (max-width: 480px) {

	img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}


	#fontsize{display:none}
	#nav,#wrapper2,#wrapper,.cols-3 .column-1,.cols-3 .column-2,.cols-3 .column-3,#right,.box,#header form
		{
		float: none;
		width: 100%
	}
	#header {padding-top:3em}
	#header form  {margin:0}
	.logoheader {background:#0C1D43; min-height:100px; margin:0}
	.box {
		border-left: 0 !important;
		border-bottom: solid 1px #ddd;
	}
	#line {
		text-align: center;
		top: 0;
		right: auto;
		max-width: 100% ;
		min-width:100%;

		margin: 0 0px; background:#095197;
	}
	#header form input {
		float: none; margin-bottom:4px
	}
	#menuwrapper { margin-top:10px; }
	#header ul.menu {position:relative; top:0;left:20px; right:20px; margin:0; width:90%; border-radius:4px}
	#header ul.menu li:first-child a {border-radius: 4px 4px 0 0}
	#header ul.menu li:last-child a {border-radius:0 0 4px 4px }
	#header ul.menu li a:link,
	#header ul.menu li a:visited {
		display: block;
		padding: 6px 10px;
		border-bottom: solid 1px #ccc
	}
}

@media only screen and (min-width: 600px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1382px) { /* Styles */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
	(min-device-pixel-ratio: 1.5) { /* Styles */
}

/* Boxen mit abgerundeten Ecken*/
div.box-t1 /* ecke links oben */ {
    background: url("../images/personal/rundeboxen/ecke_links_oben.gif") no-repeat scroll 0 0 transparent;
  }
div.box-t2 /* ECKE RECHTS OBEN */ {
    background: url("../images/personal/rundeboxen/ecke_rechts_oben.gif") no-repeat scroll 100% 0 transparent;
    padding: 0 15px;
  }
div.box-t3 /* LINIE OBEN */ {
    background: url("") #ffffff;
    height: 15px;
  }
div.box-1 /* LINIE LINKS RUNTER*/ {
    background: url("") #ffffff;
  }
div.box-2 /* LINIE RECHTS RUNTER */ {
    background: url("") #ffffff;
    padding: 0 20px;
  }
div.box-deepest /* INHALT BOX */ {
    background: url("") #ffffff;
    overflow: hidden;
    padding: 8px;
  }    
div.box-b1 /* ECKE LINKS UNTEN */ {
    background: url("../images/personal/rundeboxen/ecke_links_unten.gif") no-repeat scroll 0 0 transparent;
  }    
div.box-b2 /* ECKE UNTEN RECHTS */ {
    background: url("../images/personal/rundeboxen/ecke_rechts_unten.gif") no-repeat scroll 100% 0 transparent;
    padding: 0 15px;
  }
div.box-b3 /* LINIE UNTEN */ {
    background: url("") #ffffff;
    height: 15px;
  }
  
/* Footer realschulewollerau */
div.footer_grau {
    position: relative;
    margin: 0 0 15px;
    width: 1030px;
  }

div.box-footer-t1 /* footer links oben */ {
    background: url(../images/personal/footer_grau/footer_links_oben.jpg) no-repeat scroll 0 0 transparent;
  }
div.box-footer-t2 /* footer rechts oben */ {
    background:  none repeat scroll 0 0 transparent;
    padding: 0 30px;
    width: 800px;    
  }
div.box-footer-t3 /* footer Linie oben */ {
    background: #000000;
    height: 30px;
  }
div.box-footer-1 /* footer Inhalt links*/ {
    background: #343434;
  }
div.box-footer-2 /* footer Inhalt rechts */ {
    background: url(../images/personal/footer_grau/footer_rechts.jpg) no-repeat scroll 100% 0 transparent;
    padding: 0 30px;
    width: 970px;
  }
div.box-footer-inhalt /* footer Inhalt */ {
    background: #343434;
    overflow: hidden;
    padding: 11px 0 0;
    height: 30px;
  }  
/* Seitendarstellung Inspiration */
table.inspiration_tab
{
  width: 100%;
  margin-left: 0px;
}
table.inspiration_tab tr
{
  height: 25px;
}
table.inspiration_tab td
{
  text-align: center;
}
table.inspiration_tab a:link
{
  color: #000000 !important;
  text-decoration: none !important;
}
table.inspiration_tab a:hover,
table.inspiration_tab a:active,
table.inspiration_tab a:focus
{
  background:#888888 !important;
  color:#8f0101 !important;
  text-decoration: none !important;
}
table.inspiration_tab a:visited
{
  color:#f30000 !important;
  text-decoration: none !important;  
}
.inspiration_tab_titel_1
{
   font-size: 13px;
   color: #ff0000;
   font-weight: bold;
   text-align: center;
   padding-bottom: 10px;
   padding-top: 15px;
}
.inspiration_tab_titel_2
{
   font-size: 13px;
   color: #ff0000;
   font-weight: bold;
   text-align: center;
   padding-bottom: 10px;
   padding-top: 20px;
}  
/* Seitendarstellung lernen */
table.lernen_tab
{
  width: 100%;
  margin-left: 0px;
}
table.lernen_tab tr
{
  height: 25px;
  border: 0px none;
}
table.lernen_tab td
{
  text-align: left;
  padding-left: 10px;
  border: 0px none;
}
table.lernen_tab a:link
{
  color: blue !important;
  text-decoration: none !important;
}
table.lernen_tab a:hover,
table.lernen_tab a:active,
table.lernen_tab a:focus
{
  background:#888888 !important;
  color:#8f0101 !important;
  text-decoration: none !important;
}
table.lernen_tab a:visited
{
  color:#f30000 !important;
  text-decoration: none !important;  
}
.lernen_tab_titel_1
{
   font-size: 13px;
   color: #ff0000;
   font-weight: bold;
   text-align: center;
   padding-bottom: 10px;
   padding-top: 15px;
}
.lernen_tab_titel_2
{
   font-size: 13px;
   color: #ff0000;
   font-weight: bold;
   text-align: center;
   padding-bottom: 10px;
   padding-top: 20px;
}  
.lernen_tab_td_1
{
   padding-top: 10px;
}
.lernen_tab_td_2
{
   padding-bottom: 10px;
}
#main h1
{
	border-bottom: 1px solid #ddd;
}
#main h1
{
	font-family: "Titillium Maps",Arial;
  	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.19em;
	margin: 0;
	padding-bottom: 5px;
}
ul.menu li ul li
{
background: #000;
  padding-left: 20px;
}
ul.menu li ul li a:hover, ul.menu li ul li a:active, ul.menu li ul li a:focus
{
  background: #888;
  color: #ec6d0f;
}

#main h10 {
    color: #ec6d0f;
    font-family: "Titillium Maps",Arial;
    font-size: 18pt;
    line-height: 1.19em;
    margin: 0 -5px 10px;
    padding: 5px;
}
    #links {
        float: left;
        width: 60%;
        min-width: 250px;
        height: 40%;
        min-height: 250px;
    }  
    #rechts {
        float: left;
        width: 40%;
        height: 10%;
        min-height: 220px;
    }
    #links2 {
        float: left;
        width: 40%;
        height: 10%;
        min-height: 220px;
    } 
    #rechts2 {
        float: left;
        width: 60%;
        min-width: 250px;
        height: 40%;
        min-height: 250px;
    }    
    #unten {
        position: static;
        bottom: 0; 
        width: 100%;
    }
    .setclear {
        clear: both;
    }