body
{
	width: 97%;
	font-size: 100.1%;	/* font sizing approach recommended by Dave Silvester on the css-discuss list. "the .1 is important." */
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	margin: 0;
	padding: 0;
	color: #000;
	}
	
html>body #footer
{
	padding-bottom: 1.01em;	/* this is to fix a bug in mozilla that results
				   in a 1px line of white below the footer when
				   the document gets very long. extremely long
				   documents may generate the bug again. if
				   you experience that, increasing this value
				   may help. i think this is related to moz's
				   off-by-one troubles as the bug does not
				   occur in any other browser */
}

:root code
{
	font-size: 120%;	/* :root is an invalid pseudo class but mozilla knows it; monospace fonts are typically smaller that 'normal' fonts under Mozilla. */
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}

h2,h3 {
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 2px;
	padding-top: 2px;
	}
	
h1
{
	font-size: 1.4em;
	letter-spacing: 0.3em;
	margin-bottom: 20px;
}

h2
{
	font-size: 1.6em;
	letter-spacing: 0.5em;
}

h3
{
	font-size: 1.2em;
}
h4
{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 2px;
	margin-top: 2px;
}
h5
{
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.2em;
}
h6
{
	font-size: 130%;
	font-weight: normal;
	letter-spacing: 0.3em;
	margin-top: 4px;
	padding-left: 10px;
}

p, td {
	font-size: 0.9em;
	line-height: 1.2em;
	}

p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}

p a:link, p a:visited {color: #e80505;text-decoration:none;}
p a:hover, p a:active {color: #CCCCCC;text-decoration:none;}

div {
	border: none;
	}

#header {
	margin-left: 10px;
	height: 125px;
	}
	
	
#leftcol {
	float: left;
	width: 280px;
	margin-left: 10px;
	margin-top: 0px;
	padding: 3px;
	}
		
#rightcol {
	position: absolute;
	top: 50px;
	width: 300px;
	padding-left: 10px;
	z-index: 3;
	padding: 3px;
	right: 0px;
	}
	
#content {
	margin: 0px 20% 0 330px;
	padding: 3px;
	}
	
#footer {
	clear: both;
	padding: 3px;
	font-size: 0.7em;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 330px;
	}
	
#footer a:link, #footer a:visited{color: #FFFFFF;text-decoration: none;}
#footer a:hover,#footer a:active{color: #e80505;text-decoration: none;}

.vnav
{
	margin-top: 5em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

.vnav ul
{
	list-style-type: none;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	padding-left: 0px;
	margin-left: 10px;
}

.vnav ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	display:block;
width:180px;
}

.vnav ul li a:hover, .vnav ul li a:hover
{
	color: #FFFFFF;
	background-color: #e80505;
	text-decoration: none;
}

.active 
{
	color: #e80505;
}

.beruf {
	font-size: 11px;
	letter-spacing: 0.2em;
	text-align: left;
	padding-left: 10px;
}

.klein1 {
	font-size: 10px;
	padding-right: 5px;
}
.klein2 {
	font-size: 16px;
}

hr {margin: 0px;padding: 0px;color: #000000;}
