/* ========================================= 
	Globale CSS-Datei
   -----------------------------------------
   ========================================= */
   
/* bbmark ====================== TAGS ====================== */
/* ...... BODY ...... */
.gbody {
	margin-top: 2em;
	margin-bottom: 1em;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 100%;
	background-color: #330000;
	color: #ffeeaa;
}

/* ...... Allgemein ...... */
H1 {
	margin: 0 0 0.25em 0; 
	padding: 0 0 2px 0;
	color: #aa4033;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.6em;
	font-style: italic;
	font-weight: normal;
	border-bottom: 1px dotted #aa4033;
}
H2 {
	margin: 0.5em 0 0.5em 0;
	color: #aa4033;
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-align: left;
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
}
H3 {
	margin: 1em 0 0 0;
	color: #aa4033;
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-align: left;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

A:link, A:visited {
	color: #ff9900;
	text-decoration: none;
	border-bottom: 1px dotted #ff9900;
}

A:hover, A:active {
	color: #ffff00;
	text-decoration: none;
	border-bottom: 1px solid #ffff00;
}

/* bbmark ====================== HEADER ====================== */
/* bbmark ----------- BOX-Page ----------- */
/* ... Gilt fŸr den gesamten "Content"-Bereich der Seite, also "innen". 
	Der Content-Bereich sollte 780px breit sein */
.box-page {
	width: 480px;
	background-image: url(/_images/back_headbanner.jpg);
	background-repeat: no-repeat;
	background-position: 0 21px;
	background-color: #700a00; /* #991f14; */
	border: 1px solid #000000; 
}


/* bbmark ----------- BOX-Logo ----------- */
/* ... Logo im Seitenkopf */
.box-logo {
	width: 480px;
	margin: 20px 0 0 0;
	padding: 0;
	border-top: 1px solid #000000;
}
.box-logo A {
	border: none;
}



/* bbmark ----------- BOX-Menu ----------- */
/* Zeile unter dem Logo, enthaelt derzeit Hauptmenu und
	User-Status / Ein-Ausloggen */
.box-menu {
	height: 1.5em;
	width: 480px;
	margin: 0; padding: 0
	text-align: center;
}
.box-menu DIV {
	margin: 0 0 0 30px;
	color: #ffcc00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}


/* bbmark ====================== Bedingungen ====================== */
/* bbmark ----------- BOX-bedingungen ----------- */
/* Die gesamte Box mit der Foren-Uebersicht: Head und Titel der sieben Foren */
.box {
	margin: 0; padding: 0 12px 0 0px;
}
.box TH {
	padding: 16px 0 0 0;
}

.box TD {
	padding: 0 0 4px 10px;
	color: #ffeeaa;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: normal;
}

.box TD DIV {
	padding: 0.2em 0 0.2em 0;
}
.box TD A:link, .box TD A:visited,
.box TD A:hover, .box TD A:active {
	font-size: 14px;
}

.box TD.linie {
	border-left: 1px dotted #aa4033;
}

TD.bedingungen {
	font-size: 0.8em;
}

TD#formular DIV {
	margin: 0 0 1em 0;	
}

SPAN.legende {
	color: #aa4033;
}
