body
{
	width: 100%;
	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;
	background-attachment: fixed;
	background-image: url(../../media/img/website/poschner_start.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

html, body {
	margin: 0;
	padding: 0;
	color: #FFF;
	}
	
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. */
}

.hide, #oldBrowserNotice, .ieSixCharDupBug
{
	/* hide elements that CSS-targeted browsers shouldn't show */
	display: none !important;
}

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;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e80505;
}

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: 180%;
	font-weight: normal;
	letter-spacing: 0.3em;
}
h6
{
	font-size: 150%;
	font-weight: normal;
	letter-spacing: 0.5em;
	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 {
	position: absolute;
	top: 90px;
	width: 150px;
	padding-left: 10px;
	z-index: 3;
	padding: 3px;
	height: 400px;
	text-align: right;
	right: 700px;
	}
		
#rightcol {
	position: absolute;
	top: 45%;
	width: 290px;
	padding-left: 10px;
	z-index: 3;
	left: 450px;
	}
	
#content {
	margin-top: 90px;
	margin-right: 120px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	}
	
#footer {
	clear: both;
	margin-top: 0px;
	margin-right: 120px;
	height: 75px;
	}
	
#footer a:link, #footer a:visited{color: #FFFFFF;text-decoration: none;}
#footer a:hover,#footer a:active{color: #e80505;text-decoration: none;}

#footer p{
	font-size: 0.8em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 397px;
	float: right;
	margin-right: 330px;
}

.vnav
{
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #E80505;
	padding-left: 0px;
}

.vnav ul
{
	list-style-type: none;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	padding-left: 0px;
	margin-left: 0px;
}

.vnav ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	width:140px;
	margin-left: 0px;
	padding-left: 5px;
}

.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: 11px;
	letter-spacing: 0.1em;
}
.klein2 {
	font-size: 10px;
}
