/* ========================================================= */
/* Ueberschriebene Standardformatierungen                    */

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	text-decoration: none;
	color: #F0F0F0;
}

P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	text-decoration: none;
	color: #F0F0F0;
}

A { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	text-decoration: none;
	color: #F30F33; 
}

A:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	text-decoration: none;
	color: #7A9EC9;
}

A.mainmenu { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	text-decoration: none;
	color: #F30F33; 
}

A.mainmenu:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	text-decoration: none;
	color: #7A9EC9;
}
IMG {
	border: none;
}

H1 {
	text-align: center;
	background-color: #7A9EC9; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;	
	text-decoration: none;
	font-weight: bold;
	color: #F0F0F0
}

/* ========================================================= */
/* Spezielle Formate                                         */

P.just {
	text-align: justify;
}

.active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.rot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-decoration: none;
	color: #B30F33;
}

.markiert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-decoration: none;
	color: #7A9EC9;
}

.tab_00 {
	border-right: 1px;
	border-bottom: 1px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #F0F0F0;
}

.tabtitle {
 	background-color: #7A9EC9; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;	
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF
	text-align: center;
}

.darkback 	{ background-color: #7A9EC9; } /* #ED184A */
.lightback      { background-color: #EFE5DC; }

.email {
	/* Email-Zitate */
	width: 400px;
	padding: 20px; 
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFCC66;
	font-family: Times New Roman, New Roman, Roman, serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	text-align: justify;
}


email.p {
	/* Email-Zitate */
	background-color: #FFCC66;
	font-family: Times New Roman, New Roman, Roman, serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	text-align: justify;
}	

/* ========================================================= */
/* Layout-Formatierungen                                     */

#header {
	width: 800px;
	background-color: #000000;
	border: 0em;
	padding: 0em;
	margin: 0em;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#mainmenu {
	width: 120px;
	background-color: #000000;
	border: 0px solid #B30F33;
	padding: 5px;
	margin: 0px;
	position: fixed;
	top: 100px;
	left: 0px;
	z-index: 3;
}

#bookbox {
	width: 120px;
	background-color: #000000;
	border: 0px;
	padding: 1px;
	margin: 0px;
	position: fixed;
	top: 100px;
	left: 700px;
	z-index: 3;
}

#mainbox {
	width: 500px;
	background-color: #000000;
	border: 0px;
	padding: 0px 40px 40px 40px;
	margin: 0px;
	color: #F0F0F0;
	position: absolute;
	top: 100px;
	left: 120px;
	z-index: 1;
}

/* Spezielle Umformatierungen für IE 6 oder älter */
* html body {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
* html body #container {
	height: 100%;
	width: 100%;
	overflow: auto;
}
* html #header {
	position: absolute;
}
* html #mainmenu {
	position: absolute;
}
* html #bookbox {
	position: absolute;
}