* {
	padding:0;
	margin:0;
}
body {
	margin-top: 5px;
	padding: 0;
	background-color:#FFFFFF;
/*
	background:#FFFFFF url(/images/layout/body.png) repeat-x left top;
*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #0A50A1;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
}
p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 160%;
}
a:link {
	color: #0A50A1;
}
a:hover, a:active {
	text-decoration: none;
	color: #FF7F00;
}
a:visited {
	color: #0E71DE;
}
img {
	border: none;
}
img.left {
	float: left;
	margin-right: 5px;
}
img.center {
	text-align:center;
	margin: 5px;
}
img.right {
	float: right;
	margin-left: 5px;
}
/* Form */
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	display: none;
}
input, textarea, select {
	color: #0A50A1;
	background-color: #FFFFFF;
	border:#0A50A1 solid 1px;
}
input:hover, textarea:hover, select:hover {
	border:#FF7F00 solid 1px;
}

/* Header */
#header {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	background: url(../images/layout/img02.png) no-repeat left top;
}
/** LOGO */
#logo-wrap {
	width: 960px;
	margin: 5px auto;
	padding: 5px 0 0 0;
/*	background: url(../images/layout/img03_ostern.png) no-repeat left top;*/
	background: url(../images/layout/img03_standard.png) no-repeat left top;
}
#logo {
	width: 920px;
	height: 140px;
	margin: 0 auto;
	padding-bottom:0px;
}
#logo h1, #logo h2, #logo h3 {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	color: #FFFFFF;
	font-size: 80%;
}
#logo h1 {
	padding: 100px 0 0 5px;
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:90%;
	font-style: italic;
	color: #0A50A1;
}
#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}
#logo h1 a:hover {
	text-decoration: underline;
}
#logo h2 {
	padding: 15px 100px 0 5px;
	margin:0;
	float:right;
}
#logo h3 {
	padding-top:100px;
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:90%;
	font-style: italic;
	color: #0A50A1;
	float:right;
}
#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}
#logo p a:hover {
	text-decoration: underline;
}
/** termine */
.termine {
	width: 960px;
	margin: 5px auto;
	padding: 1px 0 0 0;
	background-color: #67ABF5;
	background: url(../images/layout/termine.png) no-repeat left top;
	color: #FFFFFF;
}
.termin {
	width: 920px;
	height: 40px;
	margin: 0 auto;
	padding-bottom:0px;
	color: #FFFFFF;
}
.termin h1 {
	float: left;
	margin: 0;
	line-height: normal;
	padding: 5px;
	font-size:90%;
	color: #FFFFFF;
}
.termin h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}
.termin h1 a:hover {
	text-decoration: underline;
}
.termin p a {
	text-decoration: none;
	color: #B6ACA2;
}
.termin p a:hover {
	text-decoration: underline;
}
/* Page */
#page {
	padding:0;
	width: 960px;
	margin: 0 auto;
	background: url(../images/layout/page.png) repeat-y;
}
/* Sidebar */
#sidebar {
	float: left;
	width: 190px;
	padding:10px 0;
	background-color: #f2f2f2;
	background: url(../images/layout/sidebar_top.png) no-repeat left top;
}
#sidebar ul {
	margin: 0;
	padding: 5px;
	list-style: none;
}
#sidebar li {
	margin-bottom: 10px;
	padding: 0 0px;
}
#sidebar li ul {
}
#sidebar li li {
	margin: 0;
	padding-left: 5px;
	text-align:left;
/*	background: url(images/img08.png) no-repeat left 50%;*/
}
#sidebar h2 {
	height: 25px;
	padding: 2px 0 0 15px;
	margin-bottom: 5px;
	background: url(../images/layout/img07.png) no-repeat left top;
	font-size: 110%;
	color: #FFFFFF;
}
#sidebar a {
	text-decoration: none;
}
/* Content */
#content {
	padding:0;
	float: right;
	width: 760px;
	background:#f2f2f2 url(../images/layout/content_top.png) no-repeat left top;
}
/* head */
.extra {
	clear:both;
}
.head {
	padding:0px;
	margin-bottom:0px;
	border-bottom: 1px solid #0A50A1;
	clear:both;

}
.head h1 {
	height:35px;
	margin-bottom: 0px;
	padding:20px 0 0 10px;
	font-size: 100%;
	font-weight: bold;
}
.head h2 {
	padding: 5px;
	font-weight: bold;
	background-color: #CCCCCC; /*ebebeb*/
}
.head .entry {
	padding:0 0px;
}
.head .entry p {
	padding:0 15px;
}
.head p {
	padding:0;
}
/* Post */
.post {
	padding:0px;
	margin:0px;
	border-bottom: 1px solid #0A50A1;
	clear:both;
}
.post .title {
	padding:0px;
}
.post h1 {
	vertical-align:middle;
	margin-bottom: 0px;
	padding:20px 0 0 10px;
	font-size: 100%;
	font-weight: bold;
}
.post h2 {
	vertical-align:middle;
	margin: 0px;
	padding:10px 5px;
	font-weight: bold;
	background-color: #92C2F8;
	color: #FFFFFF;
}
.post a {
	text-decoration:none;
}
.post p {
	padding:5px;
}
.post hr {
	width:98%;
	color:#0E71DE;
	background-color:#0A50A1;
	height:2px;
	margin:2px 5px;
	text-align:center;
}
.post ol {
	padding:5px 5px 5px 40px;
}
.post ul {
	padding:5px 5px 5px 40px;
	list-style:none;
}
.post .entry {
	border-top: 1px #999999 dashed;
}
.post .entry .left {
	float:left;
	padding:5px;
}
.post .entry .right {
	float:right;
	padding:5px;
}
.post .entry p {
	margin: 0;
	padding:5px;
	line-height: 180%;
}
.post .meta {
	min-height:25px;
	padding:5px;
	margin:0px;
	border-top: 1px #999999 dashed;
	background-color: #ebebeb;
	clear:both;
}
.post .meta p {
	padding:5px;
	margin: 0;
	line-height: normal;
	color: #999999;
}
.post .meta .byline {
	float: left;
}
.post .meta .links {
	float: right;
}
.post .meta b {
	display: none;
}
.post table {
}
.post th {
	border-bottom: 1px dashed #0A50A1;
	padding:5px;
}
.post td {
	padding:5px;
}
.post iframe {
	background-color:#FFFFFF;
	width:98%;
	height:750px;
	padding:5px;
	text-align:center;
}
.optionen {
	color:#999999;
	margin-bottom: 0px;
	border-bottom: 1px #0A50A1 solid;
}
.optionen .title {
}
.optionen h1 {
	font-size:90%;
	padding: 5px;
	margin-bottom: 0px;
	background-color: #D9F1ED;
	font-weight: bold;
	color: #999999;
}
.optionen .meta {
	padding: 5px 0 25px 0;
	border-top: 1px #999999 dashed;
}
.optionen .meta p {
	margin: 0;
	line-height: normal;
}
.optionen .optionennavi {
	padding: 5px;
	float: right;
	font-size:80%;
}
.seitenanzeige {
	color:#999999;
	margin-bottom: 0px;
	border-bottom: 1px #0A50A1 solid;
}
.seitenanzeige .title {
}
.seitenanzeige h1 {
	font-size:90%;
	padding: 5px;
	margin-bottom: 0px;
	background-color: #FDD4BD;
	font-weight: bold;
	color: #999999;
}
.seitenanzeige .meta {
	padding: 5px 0 25px 0;
	border-top: 1px #999999 dashed;
}
.seitenanzeige .meta p {
	margin: 0;
	line-height: normal;
}
.seitenanzeige .seitenanzeigenavi {
	padding: 5px;
	float: right;
	font-size:80%;
}
.pagebottom {
	height:10px;
	background: url(../images/layout/content_bottom.png) no-repeat left top;
}
/* Menu */
#menu {
	float: left;
	width: 760px;
	height: 28px;
	background-color: #B5E1AE;
	margin-bottom:5px;
}
#menu ul {
	margin: 0;
	padding: 0px 0 0px 5px;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: block;
	float: left;
}
#menu a {
	display: block;
	float: left;
	margin-right: 0px;
	padding: 5px 12px;
	letter-spacing: -.5px;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	color: #FF7F00;
	background-image: url(../images/layout/point.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu .current_page_item a {
}
/* Footer */
#footer {
	width: 960px;
	height: 50px;
	margin: 10px auto 0 auto;
	background: url(../images/layout/img02.png) no-repeat left top;
	height: 50px;
	min-height: 50px;
	padding: 0;
	font-size: 80%;
}
html>body #footer {
	height: auto;
}
#footer p {
}
#legal {
	clear: both;
	padding-top: 16px;
	text-align: center;
	color: #FFFFFF;
}
#legal a {
	color: #FFFFFF;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/tab_padding.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
	padding:12px 0 2px 15px;
	width:960px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	height:25px;
	background:transparent;
}
/* style the sub-level lists */
.menu ul ul {
	width:950px;
}
/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
	float:left;
	height:25px;
	line-height:24px;
	display:block;
	margin:0px;
}
/* style the sub level list items */
.menu ul ul li {
	display:block;
	width:120px;
	height:auto;
	line-height:1em;
}
.menu ul ul li.last {
	padding-bottom:10px;
	font-weight: normal;
}
.menu ul ul ul li.last {
	padding-bottom:10px;
	font-weight: normal;
}
.menu ul ul ul ul li.last {
	padding-bottom:10px;
	font-weight: normal;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	float:left;
	height:24px;
	width:110px;
	text-decoration:none;
	color:#FFFFFF;
	padding:0 0 0 0px;
	text-align:center;
	font-size: 90%;
	font-weight:bold;
}
/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .menu a, * html .menu a:visited {
	width:145px;
	w\idth:135px;
}
/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {
	display:block;
	color:#fff;
	width:140px;
	height:100%;
	line-height:1em;
	padding:5px 5px;
	border:1px solid #0E71DE;
	border-width:0 1px;
	background-color: #0A50A1;
}
* html .menu ul ul a, * html .menu ul ul a:visited  {
	width:140px;
	w\idth:138px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	border-collapse:collapse;
	padding:0;
	margin:-1px;
	width:0;
	height:0;
	font-size:1em;
	z-index:1;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#c99;
}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {
	background:#c96;
}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {
	background:#477;
}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {
	background:#a77;
}
/* style the level hovers */
/* first */
* html .menu a:hover {
	color:#FF7F00;
	border:0;
	height:25px;
	position:relative;
	z-index:100;
	border-bottom:1px solid #0E71DE;
}
.menu li:hover {
	position:relative;
}
.menu :hover > a {
	color:#FF7F00;
	border:0;
	height:25px;
}
/* second */
* html .menu ul ul a:hover{
	color:#FF0000;
	background:#477;
	position:relative;
	z-index:110;
	height:100%;
	border:1px solid #000;
	border-width:0 1px;
}
.menu ul ul li:hover {
	position:relative;
}
.menu ul ul :hover > a {
	color:#FF7F00;
	z-index:110;
	height:100%;
	border:1px solid #0E71DE;
	border-width:0 1px;
}
/* third */
* html .menu ul ul ul a:hover {
	background:#a77;
	position:relative;
	z-index:120;
}
.menu ul ul ul :hover > a {
	background:#a77;
}
/* fourth */
.menu ul ul ul ul a:hover {
	background:#a75;
	position:relative;
	z-index:130;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0;
	width:150px;
}
/* position the third level flyout menu */
.menu ul ul ul{
	top:-10px;
	width:150px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul {
	visibility:visible;
	height:auto;
	padding:15px 30px 30px 30px;
	background:transparent url(tab/sub_top.gif) 30px 0 no-repeat;
	left:-30px;
}
.menu ul :hover ul.left {
	visibility:visible;
	height:auto;
	padding:15px 30px 30px 30px;
	background:transparent url(tab/sub_top_left.gif) 30px 0 no-repeat;
	left:-55px;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
	left:90px;
	height:auto;
	padding:10px 30px 30px 30px;
	background:transparent url(tab/two_top.gif) 30px 0 no-repeat;
}
.menu ul :hover ul.left :hover ul {
	left:-150px;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
	visibility:visible;
	left:90px;
	height:auto;
	padding:10px 30px 30px 30px;
	background:transparent url(tab/three_top.gif) 30px 0 no-repeat;
}
/*----------smileys----------*/
table.smiley {
	width:100%;
	border-collapse:0px;
	border-spacing:0px;
}
td.smiley {
	width:90px;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
	border-right:#999999 1px dashed;
	border-bottom:#999999 1px dashed;
}
/*--------------------------------------------------cont--------------------------------------------------*/
/*----------conthead----------*/
/*--head--*/
table.cont_head_head{
	width:100%;
	font-size:12px;
	text-align:left;
	vertical-align:middle;
}
td.cont_head_head_l{
	width: 20px;
	height: 33px;
}
td.cont_head_head_c{
	height: 33px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 5px;
}
td.cont_head_head_r{
	width: 30px;
	height: 33px;
}
/*--cont--*/
td.cont_head_cont_l{
	width: 20px;
	height: 30px;
}
td.cont_head_cont_c{
	text-align:center;
	vertical-align:middle;
}
td.cont_head_cont_blanko{
}
td.cont_head_cont_r{
	width: 30px;
	height: 30px;
}
/*--foot--*/
td.cont_head_foot_l{
	width: 20px;
	height: 36px;
}
td.cont_head_foot_c{
	height: 36px;
	font-size: 10px;
	text-align: right;
	vertical-align: middle;
}
td.cont_head_foot_r{
	width: 30px;
	height: 36px;
}
/*----------contbody----------*/
/*--conthead--*/
td.cont_head_l{
	width:20px;
	height:33px;
}
td.cont_head_c{
	height:33px;
	text-align: left;
	vertical-align: middle;
	text-indent: 5px;
	font-weight: bold;
}
td.cont_head_r{
	width:30px;
	height:33px;
}
/*--contbody--*/
td.cont_body_l{
	width:20px;
}
td.cont_body_c{
	min-height:200px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	line-height: 18px;
}
td.cont_body_cl{
	width:150px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dashed #333333;
	padding: 5px;
	line-height: 18px;
}
td.cont_body_cr{
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dashed #333333;
	padding: 5px;
	line-height: 18px;
}
td.cont_body_ct{
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dashed #333333;
	padding: 5px;
	line-height: 18px;
	background-color: #ebebeb;
}
td.cont_body_cb{
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dashed #333333;
	padding: 5px;
	line-height: 18px;
}
td.cont_body_r{
	width:30px;
}
/*--contbodytsub--*/
td.cont_body_tsub_l{
	width:20px;
	height:30px;
}
td.cont_body_tsub_c{
	height:30px;
	text-align: left;
	vertical-align: middle;
/*	font-weight: bold;*/
	font-variant: small-caps;
}
td.cont_body_tsub_r{
	width:30px;
	height:30px;
}
/*--contbodysub--*/
td.cont_body_sub_l{
	width:20px;
	height:20px;
}
td.cont_body_sub_c{
	height:20px;
	text-align: left;
	vertical-align: middle;
/*	font-weight: bold;*/
	font-variant: small-caps;
}
td.cont_body_sub_r{
	width:30px;
	height:20px;
}
/*--contbodysubdown--*/
td.cont_body_subdown_l{
	width:20px;
	height:20px;
}
td.cont_body_subdown_c{
	height:20px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-variant: small-caps;
	text-indent: 5px;
}
td.cont_body_subdown_r{
	width:30px;
	height:20px;
}
/*--contfoot--*/
td.cont_foot_l{
	width:20px;
	height:36px;
}
td.cont_foot_c{
	min-height:200px;
	height:36px;
	text-align: left;
	vertical-align: middle;
}
td.cont_foot_r{
	width:20px;
	height:36px;
}
/*----------contfoot----------*/
/*--head--*/
td.cont_foot_head_l{
	width:20px;
	height:33px;
}
td.cont_foot_head_c{
	height:33px;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	font-weight: bold;
}
td.cont_foot_head_r{
	width:20px;
	height:33px;
}
/*--foot--*/
td.cont_foot_foot_l{
	width:20px;
	height:36px;
}
td.cont_foot_foot_c{
	height:36px;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
}
td.cont_foot_foot_r{
	width:20px;
	height:36px;
}
/*--footsub--*/
td.cont_foot_foot_sub_l{
	width:20px;
	height:25px;
}
td.cont_foot_foot_sub_c{
	height:25px;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
}
td.cont_foot_foot_sub_r{
	width:20px;
	height:25px;
}
/*----------abstaende----------*/
td.zwischen{
	width:15px;
	background-color:#0A50A1;
}
/*-----------------------------*/
#container_quickstart {
	padding:5px;
	margin:5px;
}
#container_quickstart p {
	padding:5px;
	margin:5px;
}
#container_quickstart ul {
	padding:0px;
	margin:0px;
}
#container_quickstart li {
	padding:0px;
	margin:0px;
}
#container_quickstart h1 {
	vertical-align:middle;
	margin: 0 0 10px 0;
	padding:10px 5px;
	font-weight: bold;
	background-color: #92C2F8;
	color: #FFFFFF;
}
#container_quickstart h2 {
	vertical-align:middle;
	margin: 0px;
	padding:10px 5px;
	font-weight: bold;
	background-color: #92C2F8;
	color: #FFFFFF;
}
#container_quickstart table {
	width: 700px;
	margin: 5px 10px;
	padding:5px;
	background: #FFFFFF;
	table-layout: inherit;
}
#container_quickstart tr {
}
#container_quickstart th {
	height: 25px;
	border-bottom: 1px solid #ccc;
	vertical-align:middle;
}
#container_quickstart td {
	border-bottom: 1px solid #EFEFEF;
	vertical-align:top;
}
#container_quickstart td a:link {
/*	color:#006600;*/
	text-decoration:none;
}
#container_quickstart td a:hover, a:active {
	text-decoration: none;
	color: #FF7F00;
}
#container_quickstart td a:visited {
/*	color: #FF7F00;*/
	text-decoration: none;
}
#container_quickstart td li {
 	list-style-type:none;
}

.result-set h2 {
	vertical-align:middle;
	margin: 0px;
	padding:10px 5px;
	font-weight: bold;
	background-color: #92C2F8;
	color: #FFFFFF;
}
.result-set table {
	width: 700px;
	margin: 5px 10px;
	padding:5px;
	background: #FFFFFF;
}
.result-set td {
	padding:5px 2px;
	text-align:left;
	vertical-align:middle;
	white-space:inherit;
	font-size:0.9em;
}
.result-set tr:hover {
	background: #F2F2F2;
}
#ttclick1 table {
}
#ttclick1 td {
	padding:0;
	margin:0;
}
#ttclick1 ul {
	padding:0;
	margin:0;
}
#ttclick1 li {
	padding-left:5px;
	margin:0;
}

/*          autosuggest          */

.suggestionsBox {
	position: relative;
	left: -10px;
	margin: 10px 0px 0px 0px;
	width: 100px;
	background-color: #ccc;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #fff;	
	color: #0A50A1;
}
	
.suggestionList {
	margin: 0px;
	padding: 0px;
}
	
.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 2px;
	cursor: pointer;
	list-style: none;
	font-size: 0.9em;
}
	
.suggestionList li:hover {
	color:#FFFFFF;
	background-color: #0A50A1;
}

/**/
p.fehler {
	color:#ff0000;
	background:#fff;
}
p.info {
	color: #1E7E06;
}

table.outer {
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	margin:5px;
}
tr.outer {
}
th.outer {
}
td.outer {
	border:0px solid #00f;
	padding:0 5px;
	text-align:center;
	vertical-align:middle;
}

table.inner {
	border:none;
}
tr.inner {
}
th.inner {
	padding: 5px;
	border: 1px solid #E1E1E1;
	height:30px;
}
td.inner {
	height: 40px;
	vertical-align:top;
	text-align:center;
	background-color:#D5FFD5;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}

table.eintrag {
	border:none;
}
tr.eintrag {
}
th.eintrag {
	text-align:center;
	background-color:#0A50A1;
	color:#fff;
}
td.eintrag {
	width: 300px;
	height: 40px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	letter-spacing:0px;
	background-color:#CCCCCC;
	padding: 0 2px;
	border: none;
}
td.eintrag_datum {
	width: 300px;
	height: 20px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	letter-spacing:0px;
	background-color:#CCCCCC;
	padding: 0 2px;
	border: none;
}
td.eintrag_0 {
	background-color:#CCCCCC;
	width: 200px;
	height: 20px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	padding: 0 5px;
}
td.eintrag_1 {
	background-color: #999999;
	width: 200px;
	height: 20px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	padding: 0 5px;
}

td.abstand {
	background-color:#E1E1E1;
	height: 5px;
	border:0px solid #0f0;
}

.border_bottom_right {
	border-bottom:1px solid #E1E1E1;
	border-right:1px solid #E1E1E1;
}

.text {
	height: 20px;
	vertical-align:middle;
	font-weight: normal;
}
.text.left {
	text-align:left;
}
.text a {
	text-decoration:none;
}
.text.betreuung {
	background-color: #CCCCCC;
	color:#0A50A1;
}
.text.betreuungauswaerts {
	background-color: #CCCCCC;
	color:#FF0000;
	font-style:italic;
}
.text.fahrer {
	background-color: #F0F0F0;
	color:#FF0000;
}
.text.keinfahrer {
	background-color: #fff;
}
.text.wochentag {
	background-color:#FF0000;
	color:#FFFFFF;
}
.text.wochentag a {
	color:#FFFFFF;
}
.text.samstag {
	background-color:#FFCC33;
}
.text.sonntag {
	background-color:#FFFF00;
}
.text.spielfrei {
	vertical-align:middle;
}
.text.heim {
	background-color:#fff;
	color: #0A50A1;
}
.text.auswaerts {
	background-color:#fff;
	color: #f00;
}
.text.h1 {
	background-color:#0A50A1;
	color:#fff;
}
.text.h2 {
	background-color:#6391b5;
	color:#fff;
}
.text.h3 {
	background-color:#79a3d8;
	color:#fff;
}
.text.h4 {
	background-color:#7f93dc;
	color:#fff;
}
.text.j1 {
	background-color: #006600;
	color:#fff;
}
.text.j2 {
	background-color: #009900;
	color:#fff;
}
.text.j3 {
	background-color: #00cc00;
	color:#fff;
}
.text.s1 {
	background-color: #990000;
	color:#fff;
}
.text.s2 {
	background-color: #993333;
	color:#fff;
}
.text.s3 {
	background-color: #996666;
	color:#fff;
}
#cleaner {
	height: 30px;
	clear:both;
}
/*----------*/
#home {
	float: left;
	width: 750px;
	height: 13px;
	background-color: #00CCFF;
	margin-bottom:5px;
	padding:5px;
	clear:both;
}
body {
}

