@charset "utf-8";
/* CSS Document */

BODY {
	/*background-image:url(hintergrund2.jpg)*/
	background-attachment:fixed;
	background-color:#DCE3D2;
}
 A:link { color: rgb(0,0,255);}
 A:visited { color: rgb(0,0,153);}
 
 .ButtonNormal {
	background-image:url(Aktionen_Ns1.jpg);
	color:#FFF;
	cursor:pointer;
	height:20px;
	width:205px;
	line-height:19px;
	vertical-align:middle;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.ButtonAktiv {
	background-image:url(Aktionen_Hs3.jpg);
	color:#000;
	cursor:pointer;
	height:20px;
	width:205px;
	line-height:19px;
	vertical-align:middle;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.ButtonHover {
	background-image:url(Aktionen_Hh3.jpg);
	color:#000;
	cursor:pointer;
	height:20px;
	width:205px;
	line-height:19px;
	vertical-align:middle;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#LineOutseideTable{
	border-bottom:#000 thin solid;
	border-left:#000 thin solid;
	border-right:#000 thin solid;
	border-top:#000 thin solid;
}

.spezGround{
	background-color:#CCC;
}
.ditoMain{
	background-color:#E0E0E0
}
.bigText {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#009933;
}
.LogoText {
	font-family:"Times New Roman", Times, serif;
	font-size:45px;
	font-weight:bold;
	font-stretch:expanded;
	color:#007138;
}

.smallText {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#009933;
}

 .normalText {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
}

 .normalTextFett {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#009933;
}

 .UeberschriftFett {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.smallTextBlack {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000
}

.HandCursor {
	cursor:pointer;
}

.BookDiv {
	line-height:700px;
	vertical-align:middle;
}

#zentriertH {
	position: absolute;
	width: 1024px;
	height: 700px;
	left: 50%;
	top: 1px;
	margin-left: -512px;
/*	margin-top: -300px; */
}

#zentriertAll {
	position: absolute;
	width: 1024px;
	height: 700px;
	left: 50%;
	top: 50%;
	margin-left: -512px;
	margin-top:-300px
/*	margin-top: -300px; */
}

