body {
	/* defaults */
	margin: 10px;
	margin-top: 15px;
	padding: 0;
	border: 0;
	/* border:1px solid black; */
	display: block;
	font-family: 'Times New Roman',Times,serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;	
	text-decoration: none;
	color: black;	
	background-color: white;
	line-height: 1.1em;
	text-align: left;
	/* width: ; height: ; 		bei position immer hinzufügen (event. 100%)! */
	/* overflow: auto;  		bei position immer hinzufügen! (hidden bei kleinen Feldern) */

	/* new */	
	margin: 0px;
	color: #ffff99;
	font-family: 'Square721 BT', Helvetica, sans-serif;
	background-color: #cc3399;
}
#topArea {
	background-color:#cc99cc;
	height:180px;
}
#logo {
	position:relative; 
	top:10px; left:60px;
	width: 300px;
	overflow: auto;  		/* bei position immer hinzufügen! */
	float:left;		 /* rechts steht noch was */
}
#topPic {
	position:absolute; 
	top:20px; right:60px;
	width: 432px;
	text-align: right;
	overflow: auto;  		/* bei position immer hinzufügen! */
}

#stripe1 {
	background-color:#cc3399;
	height:24px;
}
#stripe2 {
	background-color:#cc99cc;
	height:45px;
}
#menue {
	position:relative; 
	top:-15px; left:130px;
	height:85px;
	width:470px; 	/* erweitern, wenn mehr menuepunkte */
	overflow: auto;
	/* fuer den Text */
	font-size: 0.7em;
	line-height: 1.0em;
	text-align: center;
}
#menue0 {
	position:relative; 
	top:0px; left:0px;
	width: 102px;
	height: 32px;
	overflow: hidden;
	float:left;		 /* rechts steht noch was */
}
#menue1 {
	position:relative; 
	top:0px; left:15px;
	width: 102px;
	height: 32px;
	overflow: hidden;
	float:left;		 /* rechts steht noch was */
}
#menue2 {
	position:relative; 
	top:0px; left:30px;
	width: 102px;
	height: 32px;
	overflow: hidden;
	float:left;		 /* rechts steht noch was */
}
#menue3 {
	position:relative; 
	top:0px; left:45px;
	width: 102px;
	height: 32px;
	overflow: hidden;
	float:left;		 /* rechts steht noch was */
}
#menue4 {
	position:relative; 
	top:15px; left:80px;
	width: 102px;
	height: 32px;
	overflow: hidden;
	float:left;		 /* rechts steht noch was */
}
#menue5 {
	position:relative; 
	top:15px; left:95px;
	width: 102px;
	height: 32px;
	overflow: hidden;
	float:left;		 /* rechts steht noch was */
}
#menue6 {
	position:relative; 
	top:15px; left:110px;
	width: 102px;
	height: 32px;
	overflow: hidden;
	float:left;		 /* rechts steht noch was */
}
#menueText0 {
	position:relative; 
	top:-26px; left:0px;
	width:102px;
	overflow: hidden;
	color: #0affe2;		/* tuerkis */
	text-decoration:none;
}
#menueText1 {
	position:relative; 
	top:-33px; left:0px;	/* top anders wegen 2-Zeiler! */
	width:102px;
	overflow: hidden;
	color: #0affe2;
	text-decoration:none;
}
#menueText2 {
	position:relative; 
	top:-33px; left:0px;	/* top anders wegen 2-Zeiler! */
	width:102px;
	overflow: hidden;
	color: #0affe2;
	text-decoration:none;
}
#menueText3 {
	position:relative; 
	top:-26px; left:0px;
	width:102px;
	overflow: hidden;
	color: #0affe2;
	text-decoration:none;
}
#menueText4 {
	position:relative; 
	top:-33px; left:0px;	/* top anders wegen 2-Zeiler! */
	width:102px;
	overflow: hidden;
	color: #0affe2;
	text-decoration:none;
}
#menueText5 {
	position:relative; 
	top:-26px; left:0px;
	width:102px;
	overflow: hidden;
	color: #0affe2;
	text-decoration:none;
}
#menueText6 {
	position:relative; 
	top:-26px; left:0px;
	width:102px;
	overflow: hidden;
	color: #0affe2;
	text-decoration:none;
}

#main {
	background-color:#cc3399;
}
#mainPic {
	position:relative; 
	top:10px; left:20px;
	width: 160px;
	height: 400px;
	float:left;		 		/* rechts steht noch was */
	overflow: auto;   		/* bei position immer hinzufügen! */
}
#mainContent {
	position:relative; 
	top:10px; left:47px; 
	width: 750px;			/*	fuer 1024 x 7?? */ 
	padding-top: 10px;
	overflow: auto;  		/* bei position immer hinzufügen! */
}

.col_hlText	{
	font-size: 2em;
	font-weight: bold;
	text-decoration:underline;
}
.col_h2Text	{
	font-size: 1.5em;
	font-weight: bold;
	text-decoration:underline;
}
.col_normText {
	text-align: justify;
}
.col_normText a {
	color: #0affe2;
	text-decoration:underline;
	text-align: justify;
}
