html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
	margin-left: 5em;
	background-image: url(imgtmp/bgr.gif);
	text-align: left;
	line-height: 1.2em;
}




	   
#tws{/* Beginn der fröhlichen Gestaltung */
position: absolute;
top: 2%;
left: 3%;
height:50%;
margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
text-align: left;
width: 93%;
/*border: solid;
border-color: yellow;*/ 
padding-bottom: 0.65em;
}
 
#concontent{ /* Inhalt */
width: 750px;
margin-top:0.1px;
margin-left:3.5em;
/*border: 3px dashed silver;*/
width: 750px;
z-index: 90;
}

#ralogo {
	width: 750px;
	height: 70px;
	background-image: url(imgtmp/lupzw.gif);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 55;
}


#tblox {/* Textblock */
	width:740px; 
	z-index: 69;
	padding-top:2em;
	
	margin-left:.3em;
	/*border: 2.6px dashed maroon;*/
z-index: 90;
	}


/* Specials*/
#hideme {
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 20%;
	z-index: -95;
	display: none;
}


a:link {color:#0000FF; text-decoration:none}
a:visited {color:#0000FF; text-decoration:none}
a:active {color:	#660033; text-decoration:underline}
a:hover {color:#F5D0A9; text-decoration:underline}

p {font-size: 1.3em; line-height: 2.3em;}









