<!--
body
{
	text-align:center;
	font-family:verdana;
	font-size:small;
	font-weight:400;
	background-image: url(hintergrundneugelb.jpg);
	background-repeat:repeat-x;
	background-color:#fff601;
}

A:LINK, A:VISITED{
	color:black;
}

A:HOVER{
	color:gray;
}

/* Container um alles */
#all {
	width:900px;
	margin:0px auto;
	text-align:left;
	
}

#kopf {
	border:4px solid #690000;
	height:140px;
	clear:both;
}

/* Die Titelzeile */
#title {
	width:800px;
	height:35px;
	padding:0px 0px 0px 5px;
	text-align:left;
	color:#FFFFFF;
	border-bottom:4px solid #690000;
	margin:0px auto;
	float:left;
}

#suche{
	float:right;
	width:87px;
	height:35px;
	border-bottom:4px solid #690000;
}

/* Die Überschrift */
#ueberschrift {
	height:45px;
	margin:0px auto;
	padding:50px 0px 0px 0px;
	text-align:center;
	color:#FFFFFF;
}

/* Das Menu */
#menu {
	color:#ffffff;
	text-align:center;
	height:30px;
	padding:10px 0px 0px 0px;
	margin:0px auto;
}

/*Farben der Menüeinträge */
A:LINK.menu, A:VISITED.menu{
	color:white;
	text-decoration:none;
}

A:HOVER.menu{
	color:gray;
}

/* Rahmen um die Inhalte */
#rahmen {
	background-image: url(hintergrundmenu.jpg);
	background-position: 738px top;
	background-repeat:repeat-y;
	border:4px solid #690000;
	width:892px;
	min-height:815px;
}

/* Der Inhalt */
#video {
	width:350px;
	padding:0 0 0 0;
}

/* Die Diaschau */
#diaschau{
	width:350px;
	min-height:300px;
	padding:0px 0px;
}

/*aktuelle Artikel*/
#aktuelles {
	width:350px;
	padding:0px 0px;
}

img.aktuelles {
	width:100px;
	border:none;
}

/*aktuelle Termine*/
#termine {
	width:350px;
	padding:0 0 0 15px;
}

img.termine {
	height:50px;
	border:none;
	float:right;
}

#tabellezentriert {
	margin-left: auto; margin-right: auto;
}

img.infos {
	height:100px;
	border:none;
	float:right;
}

img.training {
	height:100px;
	border:none;
	float:right;
}

/*navigation rechts*/
#navirechts{
	border-left:4px solid #690000;
	width:145px;
	padding:0px 0px 0px 5px;
	float:right;
	/*background-color:#910000;*/
	text-align:left;
}

/*ein Artikel*/
#artikel {
	width:720px;
	padding:0px 5px;
}

#footer {
	clear:both;
	color:#000000;
	text-align:right;
	border-bottom:4px solid #690000;
	border-left:4px solid #690000;
	border-right:4px solid #690000;
	height:26px;
}

A:LINK.footer, A:VISITED.footer{
	color:black;
	text-decoration:none;
}

A:HOVER.footer{
	color:gray;
}
-->
