* {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: small;
	font-family: arial;
	list-style-type: none;
	font-weight: normal;
}

body {
	margin: 20px auto;
	width: 960px;
	color: #297398;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", serif;
}

a {
	text-decoration: underline;
	color: #555;
}

a:hover {
	text-decoration: underline;
	color: #222;
}

b,strong {
	font-weight:bold;
}

/*ids */

#head {
	width: 960px;
	float: left;
	height: 100px;
	
}

#head h1 {
	float: right;
	font-size: 3.5em;
}

#head h2 {
	float: right;
	font-size: 2em;
	clear: right;
	font-style: italic;
}

#head img {
	float:left;
}

#toolbar {
	border-top: 2px solid #297398;
	clear: both;
}

#toolbar form {
	display: inline;
}
/* suche*/
.tx-macinasearchbox-pi1 {
	padding: 3px 0 0 0;
	float: left;
}

#searchform input {
	border: 1px solid #297398;
}


/*Suche */
.tx-indexedsearch-browsebox  .browsebox li{
	margin-left: 5px;
display:inline;
}

.tx-indexedsearch  .tx-indexedsearch-res {
	float: left;
	width: auto;
	border-bottom: 1px solid #ccd8e6;
	margin: 10px 0;
}

.tx-indexedsearch  .tx-indexedsearch-res h3 {
	background-color: #ccd8e6;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info dt,.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info dd{
	display:inline;
	float:left;
	font-size: 0.7em;
	
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info dt,.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info a{
	font-size: 0.7em;
	
}

/*Navi*/
ul#navigation {
	float: left;
	width: auto;
}

ul#navigation>li {
	margin-right: 5px;
	display: inline;
	font-size: 1.5em;
	border-left: 4px solid #297398;
	background-color: #ccd8e6;
	padding: 0 0 3px 0;
	float: left;
	position: relative;
}

ul#navigation>li>a {
	text-decoration: none;
	padding: 3px 5px;
	color: #297398;
	background-color: #ccd8e6;
}

ul#navigation>li>a:hover {
	padding: 6px 5px 5px;
	color: #297398;
	text-decoration: underline;
	border-top: 4px solid #A4271D;
}

/*flyoutmenu */

ul#navigation ul.nav2 {
	position: absolute;
	margin: 3px 0 0 0;
	border-bottom: 1px solid #297398;
	border-top: 1px solid #A4271D;
	border-left: 4px solid #297398;
	display: none;
	left: -4px;
	min-width: 150px;
}


ul#navigation ul.nav2>li {
	background: #ccd8e6;
	border-bottom: 1px solid #297398;
	position: relative;
}

ul#navigation ul.nav2>li>a {
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #297398;
}

ul#navigation ul.nav2>li>a:hover {
	text-decoration: none;
	background-color: white;
	color: #297398;
}



/*quicklinks */


#quicklinks>li {
	margin-left: 5px;
	display: inline;
	font-size: 1.5em;
	border-right: 4px solid #297398;
	background-color: #ccd8e6;
	padding: 0 0 3px 0;
}

#quicklinks>li a {
	text-decoration: none;
	padding: 3px 5px;
	background-color: #ccd8e6;
	color: #297398;
}

#quicklinks>li>a:hover {
	padding: 6px 5px 5px;
	color: #297398;
	text-decoration: underline;
	border-top: 4px solid #A4271D;
}

/*zweite ebene quicklinks*/

#quicklinks ul.nav2 {
	position: absolute;
	border-bottom: 1px solid #297398;
	border-top: 1px solid #297398;
	border-right: 4px solid #297398;
	display: block;
	width:148px;
	top: 148px;
}
#quicklinks ul.nav2 li {
	
	background: #ccd8e6;
	border-bottom: 1px solid #297398;

}
#quicklinks ul.nav2 li a {
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #297398;
}
ul#quicklinks ul.nav2>li>a:hover {
	text-decoration: none;
	background-color: white;
	color: #297398;
}


/*quicklinks ie*/
#quicklinks {
	float: right;
	display: block;
	width: 99.9%;
	top: 117px;
	padding: 5px 0;
	position: absolute;
	margin-left: 897px;
}
ul#quicklinks ul.nav2 {
	left: -90px;
	top: 31px;
	display: none;
	width: 150px;
	padding: 0;
	position: absolute;
	border-top: 1px solid #297398;
	margin: 0px;
}
ul#quicklinks ul.nav2 li {
	width: 150px;
	float: right;
	display: block;
}
ul#quicklinks ul.nav2 li a {
	display: block;
}



/*hauptinhalt*/

#main {
	padding: 20px 0 0 0;
	clear: both;
	font-size: 1em;
	line-height: 1.5em;
}

#boxtext {
	float: left;
	width: 448px;
	background: transparent url(../img/startbox-back.png) repeat-x;
	padding: 0 10px 10px 10px;
	background-position: bottom center;
}

#boxtext h2 {
	font-size: 1.5em;
	padding: 0 0 5px 0;
}

#boxbild {
	float: right;
/*	background: transparent url(../img/vorderseite07.jpg) no-repeat;*/
	width: 448px;
	height: 297px;
}

#startboxen {
	padding: 20px 0 10px 0;
	float: left;
	clear: both;
	text-align: center;
	width: 980px;
	
}

.startbox {
	background: transparent url(../img/startbox-back.png) repeat-x;
	text-align: left;
	margin: 0 25px 0 0;
	float: left;
	width: 220px;
	background-position: bottom center;
}

.startbox h3 {
	padding: 5px 10px;
	display: block;
	background-color: #3b7a98;
	color: white;
	font-size: 1.2em;
	background: transparent url(../img/tab.png) no-repeat;
}

.startbox p {
	padding: 10px;
}

#footer {
	clear: both;
	text-align: center;
	border-top: 2px solid #297398;
	padding: 5px 0;
}

.trenner {
	margin: 5px 0;
	display: block;
	clear: both;
}

/*subnavi */

#subnav {
	float: left;
	width: 180px;
	border: 1px solid #297398;
}

#subnav h3 a {
	font-size: 1em;
	font-weight: bold;
	background-color: #297398;
	color: white;
	padding: 3px 10px;
	display:block;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", serif;
}

#subnav ul.navi-2>li {
	border-top: 1px solid #297398;
}

#subnav ul.navi-2>li a {
	padding: 3px 10px;
	display: block;
	text-decoration: none;
	color: #297398;
}

#subnav ul.navi-2>li a:hover {
	padding: 3px 10px 3px 6px;
	display: block;
	text-decoration: none;
	color: #297398;
	background-color: #ccd8e6;
	border-left: 4px solid #A4271D;
}

#subnav ul.navi-2>li a.active {
	padding: 3px 10px 3px 6px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #297398;
	background-color: #ccd8e6;
	border-left: 4px solid #A4271D;
	
}

#subnav ul.navi-3>li {
	border-top: 1px solid #297398;
	padding: 0 0 0 10px;
}

#subnav .navi-3 li a {
	padding: 3px 10px;
	display: block;
	text-decoration: none;
	color: #297398;
}

#subnav ul.navi-3>li a:hover {
	padding: 3px 20px 3px 6px;
	display: block;
	text-decoration: none;
	color: #297398;
	background-color: #ccd8e6;
	border-left: 4px solid #A4271D;
	
}

#subnav ul.navi-3>li>a.active {
	padding: 3px 20px 3px 6px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #297398;
	background-color: #ccd8e6;
	border-left: 4px solid #A4271D;
	
}

/*3. ebene bei faechern */
#subnav ul.navi-4>li {
	border-top: 1px solid #297398;
	border-left: 1px solid #297398;
	margin: 0 0 0 10px;
}

#subnav ul.navi-4>li a {
	padding: 3px 10px;
	display: block;
	text-decoration: none;
	color: #297398;
}

#subnav ul.navi-4>li a:hover {
	padding: 3px 20px 3px 6px;
	display: block;
	text-decoration: none;
	color: #297398;
	background-color: #ccd8e6;
	border-left: 4px solid #A4271D;
	
}

#subnav ul.navi-4>li a.active {
	padding: 3px 20px 3px 6px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #297398;
	background-color: #ccd8e6;
	border-left: 4px solid #A4271D;
	
}


/* inhalt auf content */


#inhalt {
	width: 746px;
	//width: auto;
	padding: 0 0 0 20px;
	float: left;
}

#inhalt p {
	line-height: 1.6em;
	margin-bottom: 1em;
}

#inhalt h2 {
	padding: 0 0 20px 0;
	line-height: 1.5em;
}

#inhalt h3,h4{
	padding: 10px 0;
	line-height: 1.5em;
	
}
#inhalt h2 {
	font-size: 2em;
}

#inhalt h3 {
	font-size: 1.5em;
}

#inhalt h4{
	font-size: 1.2em;
	line-height: 1.5em;
	
}

#inhalt strong, #inhalt b {
	font-weight: bold;
}

#inhalt ol, #inhalt ul {
	padding: 0 0 0 15px;
		margin-bottom: 10px;

}

#inhalt ul li {
	list-style-type: square;
}


#inhalt ol{
	
}

#inhalt ol li {
list-style-type: decimal ;
}


#inhalt .vcard {
	float: left;
	width: 230px;
	height: 230px;
	clear: none;
	margin: 0 7px 10px 0;
	border: 1px solid #ccd8e6;
	padding: 4px;
}

#inhalt .vcard img {
	float: left;
	width: 120px;
	height: auto;
	padding: 0 5px 0 0;
}

#inhalt .vcard .email {
	padding: 5px 0;
	clear: both;
	float: left;
	background-image: url('../img/email.png');
	background-position: left;
	background-repeat: no-repeat;
}

#inhalt .vcard .email a {
	margin: 0 0 0 20px;
	font-size: 0.9em;
}

#inhalt .vcard .faecher {
	
}

#inhalt .vcard .fn {
	clear: both;
	float: left;
	width: auto;
	padding: 5px 0;
}

#inhalt .vcard h3{
	padding: 4px 0;
	font-size: 1.2em;
}

#inhalt input{
	
	border: 1px solid #ccd8e6;
}

.csc-textpic-below h3{
padding: 5px 0;
}
/*news auf startseite */

.startbox .news-latest-container {
	padding: 5px 10px;
}

.startbox .news-latest-container .news-latest-item {
	padding: 5px 0;
	border-bottom: 1px dotted #297398;
}

.startbox .news-latest-item strong{
	font-weight: normal;
}


/*kalender auf der startseite*/

.startbox .tx-cal-controller {
	padding: 10px;
}

.startbox .tx-cal-controller h1 {
	display: none;
}
.startbox .tx-cal-controller h3{
	display:none;
}
#inhalt .csc-textpic-image{
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ccd8e6;
}
#seite-21 .V9G{
	font-size: 1em;
	color:#297398 ;
}
/*FCE*/
.spalte-50{

	width: 49%;
	margin-right: 1%;
	float:left;
	clear:right;
}

/*brotkruemel*/
#haenselundgretel{
	margin: 0 0 20px 200px;
	border-bottom: 1px solid #ccd8e6;
	border-top: 1px solid #ccd8e6;

	font-size: small;
}

#haenselundgretel a {
	margin:  0 5px;
}

/*news inhalt */
#inhalt .news-list-item{
	float:left;
	width: 100%;
	border-bottom: 1px solid #297398;

}

#inhalt .news-list-item img, #inhalt .news-single-item img {
	float:right;
	width: auto;
	margin: 0 0 0 10px;
}
.startbox .tx-cal-controller dd {
	
	clear:both;
	float:left;
	width:auto;
	border-bottom: 1px dotted #297398;
	
}
.startbox .tx-cal-controller .even{
	
	background-color: transparent;

	
}
.startbox .tx-cal-controller   .odd{

}
.startbox .tx-cal-controller .V9G{
	color: #297398;
	font-size: 1em;
	
}


/*tabelle*/
.tx-thexttable-pi1{
	padding: 0 0 15px 0;
}
.tx-thexttable-pi1 > table{
	border: 0px solid #297398;
}

.tx-thexttable-pi1 > table th, .contenttable th{
	background-color: #297398;
	color: white;
	font-weight: bold;
	padding: 2px 4px;
	
}

.tx-thexttable-pi1 > table td, .contenttable td{
	padding: 2px 4px;
	border: 1px solid #297298;
}

	
/*NEWS*/
.news-single-additional-info .news-single-links > dt{
	font-weight: bold;
	line-height: 2em;
}
.news-single-additional-info .news-single-links  dd {
	padding: 0 0 0 10px;
}
.news-list-item h3{
	background-color: #ccd8e6;
	padding: 2px 0 2px 4px !important;
	border-left: 4px solid #A4271D;
	}
.news-list-item p, .news-list-item .news-list-morelink{
	margin-left: 8px;
}

	
/*Vertretungsplan */
#seite-29 #inhalt, #seite-579 #inhalt{
	margin-left: 180px;
}
#seite-29 td{
	border: 1px solid #ccd8e6;
}

.tx-vertretungsplan-pi1 th {
	font-weight: bold;
	background-color: #297398;
	color:white;
}
.tx-vertretungsplan-pi1 .odd{
	background-color: #ccd8e6;
}
.tx-vertretungsplan-pi1 .even{
	background-color: white;
}

.tx-vertretungsplan-pi1 p{
display:none;
}
.tx-vertretungsplan-pi1 td{
	
	padding: 4px;
	
}
.tx-vertretungsplan-pi1 th{
	padding: 4px;
}

/*powermail*/
.tx-powermail-pi1 fieldset legend{
	margin: 0 0 5px 0;
	font-size: 1.2em;
	padding: 0px;
	border: 0;
	text-decoration: underline;
	font-family: Georgia, Times, "Times new Roman", Serif;
}

.tx-powermail-pi1 label{
	width: 200px;
	float:left;
}
.tx-powermail-pi1 input,.tx-powermail-pi1 textarea,.tx-powermail-pi1 select{
	border: 1px solid #ccd8e6;
}