@charset "utf-8";
/* CSS Document */

html {
	min-height: 100%;
	height: auto;
}

body {
	background: none;
	background-color: #fff;
}

.text-input {
	border: 1px solid #c3c3c3;
	border-top: 1px solid #888888;
	color: #666666;
	font-size: 11px;
	padding-top: 2px;
	height: 16px;
	margin: 0 0 12px 0;
}
/*
HEADER - Start
*/

#header {
	width: 100%;
	height: 124px;
	padding-top: 15px;
	background: #ffffff url(/pixel/bg_header.jpg) bottom left repeat-x;
	text-align: center;
}

* html #header {
	height: 128px;
}

#header-funktionen {
	margin: 0 auto 0 auto;
	padding-right: 30px;
	width: 870px;
	height: 11px;
	text-align: right;
}

#header-funktionen a {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 10px;
}
#header-funktionen a:hover {
	color: #FF9C00;
}

#header-logo {
	margin: 0 auto 17px auto;
	padding-left: 30px;
	width: 870px;
	height: 35px;
	text-align: left;
}

#header-navigation {
	width: 925px;
	height: 32px;
	margin: 0 auto 0 auto;
	padding: 0;
	padding-left:25px;
	text-align: left;
}

/*
HEADER - Ende
*/

/*
CONTENT - Start
*/

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 15px;
	line-height: 1;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 15px;
	margin-top: 10px;
	line-height: 1;
}

h4 {
	font-weight: bold;
	color: #FF9C00;
	text-align: left;
	margin-left: 16px;
}

#content {
	width: 870px;
	margin: 0 auto 0 auto;
	padding: 35px 0 0 30px;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}

#content-left {
	width: 550px;
	float: left;
}

#content-left p {
	margin-top: 20px;
}

#content-left a {
	background: url(/pixel/pfeil_orange.gif) center left no-repeat;
	display: inline-block;
	padding-left: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

#content-left a:hover{
	color: #FF9C00;
}

#content-right {
	float: left;
	width: 260px;
	margin-left: 50px;
	margin-top: 29px;
}

/* Listendarstellung - Start */
#content ul {
	padding-left: 10px;
	margin-left: 10px;
	list-style-type: none;
	list-style-image: url("/pixel/ul-point.gif");
}

#content li {
	margin-bottom: 5px;
}

/* Listendarstellung - Ende */

/*
CONTENT - Ende
*/

/*
TEASER Startseite - Start
*/

#teaser-start-container { /* Startseite */
	clear: both;
	padding-top: 30px;
	width: 980px;
	margin: 0 auto 0 auto;
}

.teaser-start {
	width: 260px;
	height: 285px;
	/*background: url(/pixel/bg_teaser.gif) bottom right no-repeat;*/
	text-align: center;
	float: left;
	margin-left: 60px;
}

.teaser-start-body {
	background: url(/pixel/bg_teaser.gif) bottom right no-repeat;
}

.teaser-start p {
	width: 220px;
	padding: 20px 15px 20px 15px;
	text-align: left;
	font-size: 11px;
	color: #666666;
	line-height: 20px;
}

.teaser-start p a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	background: url(/pixel/pfeil_orange.gif) center left no-repeat;
	padding-left: 16px;
}

.teaser-start p a:hover {
	color: #FF9C00;
}

.teaser-start h3 {
	width: 220px;
	height: 30px;
	line-height: 30px;
	background: url(/pixel/bg_teaser_head.gif) top left no-repeat;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding: 0 20px 0 20px;
	text-align: left;
}

#slideshow .teaser-start-body {
	height: 250px;
}

* html #slideshow .teaser-start-body {
	height: 200px;
}

#teaser-start-special {
	width: 302px;
	height: 285px;
	background: url(/pixel/bg_teaser.gif) bottom right no-repeat;
	float: left;
}


#teaser-start-special-left {
	float: left;
	width: 101px;
	position: relative;
}

#teaser-start-special-right {
	width: 201px;
	float: left;
}

#teaser-start-special-right  p {
	width: 201px;
	padding: 20px 15px 20px 5px;
	text-align: left;
	font-size: 11px;
	color: #666666;
	line-height: 20px;
}

#teaser-start-special-right  p {
	width: 181px;
}

#teaser-start-special h3 {
	width: 220px;
	height: 30px;
	line-height: 30px;
	background: #ffffff url(/pixel/bg_teaser_head.gif) top left no-repeat;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding: 0 20px 0 20px;
	text-align: left;
	margin-left: 42px;
}

#teaser-start-special-img {
	margin-left: 44px;
}

#teaser-start-special-right form {
	padding-left: 5px;
}

#plz {
	width: 58px;
	margin-right: 5px;
	float: left;
}

#schulort {
	width: 103px;
}

* html #schulort {
	width: 100px;
}

/*
TEASER Startseite - Ende
*/

/*
TEASER Inhalt rechts - Start
*/
.teaser {
	width: 260px;
	text-align: center;
	margin-bottom: 20px;
}
.teaser-body {
	background: url(/pixel/bg_teaser.gif) bottom right no-repeat;
	padding-bottom: 20px;
}

.teaser-body form {
	text-align: right;
	width: 220px;
}

.teaser-body label {
	font-weight: bold;
	vertical-align: middle;
}

.teaser-body .text-input {
	margin-left: 10px;
	width: 130px;
}

.teaser p {
	width: 220px;
	padding: 10px 15px 0 15px;
	text-align: left;
	font-size: 11px;
	color: #666666;
	line-height: 20px;
}

.teaser p a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	background: url(/pixel/pfeil_orange.gif) center left no-repeat;
	padding-left: 16px;
}

.teaser p a:hover {
	color: #FF9C00;
}

a.active:link {
	color: #FF9C00;
}

a.active:visited {
	color: #FF9C00;
}

a.pdf {
	padding-left: 20px !important;
	background: url(/pixel/icon-pdf.gif) center left no-repeat !important;
}

a.plain {
	padding: 0px !important;
}

.teaser h3 {
	width: 235px;
	height: 30px;
	line-height: 30px;
	background: url(/pixel/bg_teaser_head.gif) top left no-repeat;
	/*background-color: #ffa600;*/
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px 0 20px;
	text-align: left;
}

/* HELP */

.help-teaser {
	background: url(/pixel/bg_teaser_help.gif) bottom right no-repeat;
	text-align: left;
}

.help-teaser p {
	width: 180px;
	padding-left: 20px;
	
}

/* HELP Ende */


/*
TEASER Inhalt rechts - Ende
*/

/*
Anreisser für:
- Downloads
- Pressemeldungen
- Übersichtsseiten
- usw.
*/

.anreisser-row {
	border-top: 1px dashed #c6c6cb;
	padding: 7px 0 7px 0 !important;
	margin: 0;
}

.anreisser-row p {
	width: 390px;
	margin: 0 30px 0 0 !important;
	padding: 0 !important;
	float: left;
	display: inline;
}

* html .anreisser-row p {
	width: 385px;
}

.anreisser-row img {
	width: 130px;
	height: 90px;
	display: inline-block;
}

.anreisser-last {
	border-bottom: 1px dashed #c6c6cb;
}

/*
Anreisser Ende
*/
#sponsoren { /* Startseite */
	clear: both;
	width: 900px;
	padding-top: 30px;
	text-align: right;
	margin: 0 auto 0 auto;
}

.logos {
	float: right;
	width: 260px;
	margin-left: 40px;
	margin-right: 20px;
}

#ampelix {
	width: 101px;
	height: 189px;
	z-index: 400;
	position: relative;
	top: 263px;
	left: 15px;
}

/*
Tabelle Suchergebnisse - Start
*/
table {
margin-top: 20px;
}

thead {
	height: 31px;
	background: #ffa600 url(/pixel/bg_table_header_kachel.gif) top left repeat-x;
	line-height: 31px;
}

thead .first {
 background: #ffa600 url(/pixel/bg_table_header_left.gif) top left no-repeat;
}

thead .last {
 background: #ffa600 url(/pixel/bg_table_header_right.gif) top right no-repeat;
}

thead th {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding-left: 8px !important;
}

tbody {
	background-color: #fbf3e4;
}

tbody td {
	border-bottom: 1px solid #ffd68a;
	padding: 10px 8px 10px 8px;
	font-size: 11px;
}

tbody .center {
	text-align: center;
}

a.new-search {
	/*Button für neue Suche*/
	width: 174px;
	height: 31px;
	background: url(/pixel/button_suche_neu.gif) top left no-repeat !important;
	margin-top: 20px;
}

a.new-search:hover {
	background: url(/pixel/button_suche_neu.gif) bottom left no-repeat !important;
}


/*
Tabelle Suchergebnisse - Ende
*/

/*
Accordion Menü - Start
*/

.accordion  a {
	cursor:pointer;background: none !important;
}

.accordion  {
	cursor:pointer;background: url(/pixel/bg_accordion_right.gif) center left no-repeat;
}

.slider {
	display: none;
	padding: 0;
}

.slider a {
	background: url(/pixel/icon-pdf.gif) center left no-repeat !important;
	margin-top: 8px;
}

.slider table {
	/*width: 252px;*/
	padding: 0 !important;
	margin: 0 !important;
}

.slider a {
	margin-top: 8px;
}

.slider td {
	border: 0 !important;
	padding: 0!important;
	margin: 0 !important;
}
/*
Accordion Menü - Ende
*/
