/* CSS File */

body{
	background-color:#FFFFFF; 									/* Hintergrundfarbe für Body-Tags */
	margin:0;													/* Abstand vom Browserrand */
}
a {
	color: #638eb5;												/* Farbe für alle aktiven Links */
	text-decoration: underline;									/* Links nicht unterstreichen */
}
a:visited {
	color: #005f88;												/* Farbe für besuchte Links */
	text-decoration: underline; 								/* Besuchte Links nicht unterstreichen */
}
.paddingall5{
	padding:5px;												/* 5 Pixel Abstand, wird für Bild zur Platzierung benötigt  */
}
.maintable{
	font-family:Verdana, Arial, Helvetica, sans-serif;			/* Font-Family für das Inhaltsfenster */
	font-size:11px;												/* Font Größe */
}
.logo{
	border:1px solid #B7B7B7;									/* Rand um das Logo */
}
.middlennav{													/* Formatierung für die obere Navigationsfläche mit dem www.wm-forum.org Schriftzug */
	height:19px;
	background-color:#F1F1F1;
	border-left-color:#B7B7B7;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#B7B7B7;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-color:#B7B7B7;
	border-bottom-style:solid;
	border-bottom-width:1px;
	text-align:right;
}
.bottemnav{														/* Formatierung für die untere Navigationsfläche mit Impressum und Last Update */
	background-color:#F1F1F1;
	border-left-color:#B7B7B7;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#B7B7B7;
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:#B7B7B7;
	border-top-style:solid;
	border-top-width:1px;
	text-align:right;
}
.middledeko{													/* Grau-schraffierte Fläche unter dem Logo */
	background-image:url(images/all/GrayTopBg.gif);
	height:27px;
	border-left-color:#B7B7B7;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#B7B7B7;
	border-right-style:solid;
	border-right-width:1px;
	text-align:right;
}
.bottomdeko{													/* Grau-schraffierte Fläche am Boden der Seite */
	background-image:url(images/all/GrayBottomBg.gif);
	height:27px;
	border-left-color:#B7B7B7;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#B7B7B7;
	border-right-style:solid;
	border-right-width:1px;
	vertical-align:text-bottom;
}
.main{															/* Rand um den Main-Bereich (Hier ist der Content enthalten) */
	border-left-color:#B7B7B7;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#B7B7B7;
	border-right-style:solid;
	border-right-width:1px;
}
.menuelineside{
	border:1px solid #B7B7B7;									/* Rand für Navigationbuttons */
	height:14px;												/* Höhe der Navigationbuttons */
}
div#menue a:hover {
	background-color: #EBEBEB; 									/* Hintergrundfarbe für das Navigationsmenü  bei Mouse-Over */
}
div#menue a {
	text-align:left; 											/* Textausrichtung für die Navigationsbuttons */
	display: block; 											/* Farbe bei Mouse-Over auf den gesamten Navigationsbutton anwenden (sonst nur so breit wie aktueller Text) */
	color: #333333; 											/* Textfarbe der Navigationsbuttons */
	text-decoration: none;										/* Navigationsbuttons nicht unterstreichen */
}
.tabheader{														/* Formatierung für die Tabellenüberschriften wie z.B. Datum/Uhrzeit bei Veranstaltungen */
	background-color:#EBEBEB;
	text-align:left;
	padding:2px;
	font-weight:bold;
	border:1px solid #B7B7B7;
}
.td1{															/* Standardformatierung für Tabelleninhalte */
	background-color:#FFFFFF;
	text-align:left;
	vertical-align:top;
	padding:8px;
}
.td2{															/* Graue Querlinien in Tabellen (z.B. Querlinie zwischen einzelnen Mitgliedern) */
	background-color:#FFFFFF;
	border-bottom-color:#B7B7B7;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.aligncenter{
	text-align:center;											/* Textausrichtung mittig */
}
.alignright{
	text-align:right;											/* Textausrichtung rechts */
}
.textbold{
	font-weight:bold;											/* Text fett schreiben */
}
.backgroundgrey{												/* Hintergrundfarbe Grau für besonders wichtige Sektionen */
	background-color:#EBEBEB;
	padding:4px;
	border:1px solid #B7B7B7;
}
.topside{
	background-image:url(images/all/SideBackground.gif);			/* Seitenbilder rechts und links neben dem Hauptframe */
}
.sideheader{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}

