html {
		height: 100%;
		overflow: hidden;
	}
	
#flashcontent {
		height: 100%;
	}

#content {
	position: fixed;
	top: 30px;
	bottom: 30px;
	width: 100%;
	}

#contenttext {
	position: absolute;
	top: 25px;
	bottom: 50px;
	left: 4%;
	right: 44%;
	overflow: auto;
	}

body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
		color: #000000;
		font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
p {
		color: #000000;
		font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;	
}

i {
	color: #e96125;
	font-weight: normal;
	font-style: normal;
}

#footer p {
	color: #000000;
	font-size: 16px;
}

a:link
{
	font-weight: normal;
	color:#000000;
	text-decoration: none;
}

a:visited
{
	font-weight: normal;
	color:#000000; 
	text-decoration: none;
}

a:active
{
	font-weight: normal;	
	color:#000000; 
	text-decoration: none;
}

a:hover
{
	font-weight: normal;
	color:#000000; 
	text-decoration: underline;
}
	
#balkenoben {
	background-color: #e96125;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 30px;
	width: 100%;
	z-index: -10;
}

#balkenunten {
	background-color: #e96125;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 30px;
	width: 100%;
	z-index: -10;
}

#navigation1 {
position: fixed;
top: -8px;
left: 10px;
z-index: 0;
}

#navigation2 {
position: fixed;
top: -8px;
right: 10px;
z-index: 0;
}

#navigation1 li {
float: left;
list-style-type: none;
margin-right: 50px;
font-size: 16px;
}

#navigation2 li {
float: left;
list-style-type: none;
margin-right: 50px;
font-size: 16px;
}

#footer {
position: fixed;
bottom: -10px;
right: 60px;
z-index: 0;
}

input.linie
	{
		border: 1px; 
		border-top:none; 
		border-left:none;
		border-right:none; 
		border-bottom-style:solid; 
		border-bottom-color:#e96125;
	}

textarea
	{
		border: 1px; 
		border-style:solid; 
		border-color:#e96125;
		font-size: 8pt;
	}