body {
	color: #000000;
	background-color: #FFFFFF;
	margin: 20px;
	padding: 0;
	font-size: 0.9em;
	font-family: verdana, arial, helvetica, sans-serif;	
}

p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-left: 15px;
	padding-right: 10px;
}

pre {
	padding-left: 20px;
	font-size: 1.0em;
}
	
h1, h2 {
	margin: 25px 0px 25px 0px;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
}

h3, h4 {
	padding-left: 10px;
}

h1 {
	font-size: 1.7em;
	color: #0000FF;
}

h2 {
	font-size: 1.4em;
}
		
h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	text-align: right;
	font-weight: bold;
	padding-right: 20px;
}
	
.red {
	left: 10%;
	color: #FF0000;
	font-weight: bold;
}

.blue {
	left: 10%;
	color: #0000FF;
	font-weight: bold;	
}

.green {
	left: 10%;
	color: green;
	font-weight: bold;	
}

img {
	padding-left: 10px;
	padding-right: 10px;	
}
	
A:link { color: green }
A:visited { color: maroon }
A:active { color: black }

P.impressum {
	color: #666666; }

table {
	position: relative;
	text-align: justify;
	empty-cells: show;
}

table.reg {
	position: relative;
	/* left: 10%; */
	text-align: left;
	width: 70%;
	empty-cells: show;
}

.content {
	position: relative;
	width: auto;
	min-width: 550px;
	margin-left: 250px;
	margin-right: 10px;
	margin-top: 40px;
	margin-bottom: 10px;
	border: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 3;
}

#navleft {
	position: absolute;
	width: 245px;
	top: 150px;
	left: 10px;
	padding: 0px;
	z-index: 2;
}

.roundbox		{ background: url(css/fill.gif) repeat; }
.roundtop div		{ background: url(css/topleft.gif) no-repeat top left; }
.roundtop		{ background: url(css/topright.gif) no-repeat top right; }
.roundbottom div	{ background: url(css/bottomleft.gif) no-repeat bottom left; }
.roundbottom		{ background: url(css/bottomright.gif) no-repeat bottom right; }

.roundtop div, .roundtop, .roundbottom div, .roundbottom {
	width: 100%;
	height: 7px;
	font-size: 1px;
}

.roundcontent  { margin: 0 7px; }
.roundbox {
	width: 100%; 
	margin: 1em auto;
}
			
