﻿BODY
{
	background-color: White;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

H1
{
	font-style: italic;
	color: #cc0000;
	font-size: 18px;
	font-family: inherit;
}

.MainForm
{
	background-color: #ffffcc;
}

.Description
{
	background-color: #ccccff;
}
#Header
{
	height: 150px;
	width: 800px;
	left: 0px;
	top: 0px;
	position: absolute;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#Header_Admin
{
	height: 150px;
	width: 800px;
	left: 0px;
	top: 0px;
	position: absolute;
	background-image: url(../images/header_admin.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

#AdminMain
{
	height: 100%;
	width: 800px;
	left: 0px;
	top: 150px;
	position: absolute;
}

#Sponsoren
{
	height: 500%;
	width: 200px;
	left: 830px;
	top: 150px;
	position: absolute;
	background-color: White;
	text-align: center;
}

#ContentMain
{
	height: 100%;
	width: 800px;
	left: 0px;
	top: 150px;
	position: absolute;
	background-color: White;
}
#Menu
{
	height: 100%;
	width: 110px;
	position: absolute;
	background-color: #eaeaea;
}
#ContentSub
{
	height: 500px;
	width: 688px;
	left: 112px;
	position: relative;
	background-color: White;
}
#ContentTable
{
	height: 100%;
	width: 100%;
	position: relative;
	background-color: White;
	vertical-align:top;
}
#ContentFooder
{
	background-color: Orange;
	height: 20px;
	width: 800px;
	left: 0px;
	bottom: 2px;
	position: absolute;
}

.UserName
{
	font-size: 10px;
	color: Navy;
	text-align: center;
}

.MenuButton
{
	height: 32px;
}

.menu_button
{
	height: 25px;
	width: 110px;
	border-width: 0px;
	background-color: inherit;
}

.HeaderLine
{
	width: 100%;
	height: 3px;
	background-image: url(../images/hintergrund/linie_home.gif);
	background-repeat: repeat-x;
}

.HeaderLineNews
{
	width: 100%;
	height: 3px;
	background-image: url(../images/hintergrund/linie_news.gif);
	background-repeat: repeat-x;
}

.HeaderLineTermine
{
	width: 100%;
	height: 3px;
	background-image: url(../images/hintergrund/linie_termine.gif);
	background-repeat: repeat-x;
}

.HeaderLineVamoe
{
	width: 100%;
	height: 3px;
	background-image: url(../images/hintergrund/linie_vamoe.gif);
	background-repeat: repeat-x;
}

.HeaderLineFotogalerie
{
	width: 100%;
	height: 3px;
	background-image: url(../images/hintergrund/linie_fotogalerie.gif);
	background-repeat: repeat-x;
}

.HeaderLineAnmeldung
{
	width: 100%;
	height: 3px;
	background-image: url(../images/hintergrund/linie_anmeldung.gif);
	background-repeat: repeat-x;
}

.HeaderLineWettbewerbe
{
	width: 100%;
	height: 3px;
	background-image: url(../images/hintergrund/linie_wettbewerbe.gif);
	background-repeat: repeat-x;
}

.HeaderLineKurse
{
	width: 100%;
	height: 3px;
	background-image: url(../images/hintergrund/linie_kurse.gif);
	background-repeat: repeat-x;
}

.HeaderLineKontakt
{
	width: 100%;
	height: 3px;
	background-image: url(../images/hintergrund/linie_kontakt.gif);
	background-repeat: repeat-x;
}

.HeaderLineChronik
{
	width: 100%;
	height: 3px;
	background-image: url(../images/hintergrund/linie_chronik.gif);
	background-repeat: repeat-x;
}

.HeaderLineVolksmusik
{
	width: 100%;
	height: 3px;
	background-image: url(../images/hintergrund/linie_volksmusik.gif);
	background-repeat: repeat-x;
}

.HeaderLineVereine
{
	width: 100%;
	height: 3px;
	background-image: url(../images/hintergrund/linie_vereine.gif);
	background-repeat: repeat-x;
}

.MenuLinie
{
	width: 100%;
	height: 3px;
	background-image: url(../images/hintergrund/menu_linie_admin.gif);
	background-repeat: repeat-x;
}

.MenuTop
{
	top: 10px;
	left: 0px;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: #284E98;
	background-color: inherit;
}

.MasterTable
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}
