/*Inhalt des Hauptteils*/
body {
	background-attachment: fixed;
	background-image: url(../img_tpl123/hintergrund_seite.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	background-color: #E1E83F;
}

/*Farbdefinition von Hyperlinks in dem Hauptteil (Textbereich) der Webseite*/
a:active, a:visited, a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #9A3F3A;
	text-decoration:none;
}

/*Farbdefinition der Hyperlinks in dem Hauptteil (Textbereich) beim Darüberfahren mit der Maus*/
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: red;
	text-decoration:none;
}

/*Farbdefinition der Hyperlinks im Navigationsbereich der Webseite*/
a:active.navi, a:visited.navi, a:link.navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration:none;
}

/*Farbdefinition der Hyperlinks im Navigationsbereich der Webseite beim darüberfahren mit der Maus*/
a:hover.navi{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: red;
	text-decoration:none;
}

/*Darstellung von Tabelleninhalten und Listen in HTML
  Hier erfolgt in der Regel die Festlegung der Standardschriftart und Größe sowie der Farbe*/
table,td,li,ul,ol,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
}

/*Definition für die Anzeige des Top-Banners. Hier kann ein kompletter Topframe geladen werden
  Sie können also in Ihrem System einen Eigenen Topframe erstellen und ablegen
  In diesem Fall müssen Sie als url den gesamten Pfad inkl. http angeben */
div.layoutbanner {
	position:absolute;
	left:0px;
	top:0px;
	height:112px;
	width:994px;
        background-attachment: fixed;
	background-image: url(../img_tpl123/top_banner.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	z-index:1;
}

/*Definition des Logos im Hauptweb*/
div.masterweblogo {
	position:absolute;
	left:0px;
	top:0px;
	z-index:9;
}

/*Definition des Vereinslogos*/
div.vereinslogo {
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
}

/*Position des Textbereiches der Webseite*/
div.content {
	position:absolute;
	left:0px;
	top:111px;
	height:100px;
	z-index:2;
}

/*Erscheinungsbild der Umfrage innerhalb der Seite*/
div.umfrage {
	position:relative;
	left:20px;
	top:20px;
	width:160px;
	z-index:3;
}

/*Erscheinungsbild des Counters innerhalb der Webseite*/
div.counter {
	position:relative;
	top:40px;
	left:0px;
	width:200px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #9A3F3A;
	text-decoration:none;
	z-index:5;
}

/*Die Gesamtbreite der Seite */
table.body {
	width:994px;
	padding:0px;
}

/*Breite des Bereichs in dem der Inhalt (Textbereich) plaziert wird.*/
td.inhalt {
	width:792px;
	padding:10px;
}

/*Höhe des Counters*/
td.counter {
	width:100%;
	height:20px;
}

/*Breite der Navigation*/
td.navigation {
	padding-top:2px;
	width:202px;
}

table.navi {
	padding:0px;
	border:0px;	

}

/*Aussehen des Unterpunktes einer Webseite*/
td.navi_unterpunkt {
	border-bottom: 1px solid white;
	height:25px;
	width:20px;
}

/*Linke Spalte des Navigationsbereiches dieser Bereich wir nur als Platzhalter genutzt*/
td.navi_linkespalte {
	width:20px;	
	height:25px;
	padding-left:5px;	
	background-color:#E1E83F;
	border-bottom:1px solid white;
}

/*Navigationsbereich rechte Spalte der Tabelle (Text der Navigation)*/
td.navi_rechtespalte {
	width:160px;
	padding-left:5px;	
	border-bottom:1px solid white;
}

/*Einstellungen der Tabelle der Umfragen*/	
table.umfrage {
	padding:2px;
	border:1px solid #CCCCCC;
	width:156px;
	background-color:white;
}

/*Erscheinungsbild der Überschrift einer Umfrage*/
td.umfrage_ueberschrift {
	padding-left:5px;
	font-size:12px;
	font-weight:bold;
	background-color:#EEEEEE;
}

/*Erscheinungsbild einer Zelle innerhalb der Umfrage*/
td.umfrage_frage {
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
}

td.umfrage_antwort {
	padding-left:5px;
}

/*Position und Erscheinungsbild der Schaltfläche zum Abstimmen in der Umfrage*/
td.umfrage_abstimmenflaeche {
	width:100%;
	text-align:center;
}

/*Hyperlinksdefinitionen für die Umfrage*/
a:active.umfrage, a:visited.umfrage, a:link.umfrage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #9A3F3A;
	text-decoration:none;
}

/*Definition der Hyperlinks beim darüberfahren speziell für die Umfrage*/
a:hover.umfrage{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: red;
	text-decoration:none;
}
