html {
	height:				100%;	
	
}

body {
	height:				100%;
	background-color:	#f4d7a2;
	margin:				0px;
	
	font-family:		Verdana,sans-serif;
	font-size:			12px;
}

div.gesamt {
	margin-left:		auto;
	margin-right:		auto;
	width:				800px;
	padding:			0px;
	height:				100%;
	background-color:	#FFFFFF;
}

div.oben {
	height:				124px;
	width:				800px;
	padding:			0px;
	margin:				0px;	
}

div.oben_links {
	height:				124px;
	width:				630px;
	float:				left;
}
div.oben_rechts {
	height:				124px;
	width:				170px;
	float:				right;
}

div.navigation {
	background-color:	#feb53e;
	clear:				both;
	width:				780px;
	height:				21px;
	font-weight:		bold;
	font-size:			1.1em;
	padding-left:		20px;
	padding-top:		5px;
}

div.schatten {
	background-image:	url(/images/schatten.gif);
	background-repeat:	repeat-x;
	clear:				both;
	width:				800px;
	overflow:			hidden;
}

div.inhalt {
	background-color:	#FFFFFF;
	clear:				both;
	width:				800px;
}

div.inhalt_links {
	background-color:	#FFFFFF;
	float:				left;
	width:				600px;
	padding-left:		30px;
}

div.inhalt_rechts {
	background-color:	#FFFFFF;
	float:				right;
	width:				170px;
}

img {
	border:	none;
}

a {
	font-weight:		bold;
	color:				#CC0000;
	text-decoration:	none;
}


a:link {
	color:				#CC0000;
}
a:visited {
	color:				#CC0000;
}
a:focus {
	color:				#CC0000;
}
a:hover {
	color:				#CC0000;
	text-decoration:	underline;
}
a:active {
	color:				#CC0000;
}

div.navigation a:link {
	color:				#4f3100;
}
div.navigation a:visited {
	color:				#4f3100;
}
div.navigation a:focus {
	color:				#4f3100;
}
div.navigation a:hover {
	color:				#CC0000;
	text-decoration:	underline;
}
div.navigation a:active {
	color:				#CC0000;
}

.pic_left {
	float: left;
	margin-right : 14px;
	margin-top : 10px;
	margin-bottom : 10px;
}

.pic_right {
	float : right;
	margin-left : 14px;
	margin-top : 10px;
	margin-bottom : 10px;
}
.rand {
	border:				1px solid black;	
}

.small
{
	 font-size:			8pt;
}

p.hinweis
{
	color:red;
	font-size: 1.8em;
	font-weight:bold;
	text-align:center
}

h1, h2, h3, h4, h5, h6 {
	margin-top:			0.5em;
	margin-bottom:		0.8em;
	text-align:			center;
}

h1 {
	font-size:			1.9em;	
	
}
h2 {
	font-size:			1.4em;	
	
}

td
{
	font-size:			1em;
	text-align:			left;
	vertical-align:		top;
}

td.spielplan1
{
	font-weight:		bold;
}

td.spielplan2
{
	text-align:			center;
	font-weight:		bold;
}

td.spielplan3
{
	text-align:			left;
	padding-left:		30px;	
	font-weight:		bold;
}

td.spielplan4
{
	text-align:			left;
	padding-left:		50px;
}

.center
{
	text-align:			center;
}

table.center
{
	margin-left:		auto;
	margin-right:		auto;
}

td.head
{
	background-color:	rgb(0,0,255);
	color:				#FFFFFF;
	font-weight:		bold;
}

.bold
{
	font-weight:		bold;
}

.titel
{
	font-size:			14pt;
	font-weight:		bold;
}

.untertitel
{
	font-size:			12pt;
	font-weight:		bold;
}

.schule
{
	font-size:			10pt;
	font-weight:		bold;

}

.news_titel {
	font-weight:		bold;
	text-decoration:	underline;
}