html {
		height: 100%;
		overflow: hidden;
	}

#flashcontent {
		position:absolute;
		top: 84px;
		left:0px;
		width: 100%;
		bottom:39px;
	}

#content-wrapper {
		bottom:39px;
	}

#wrapper { 
		width:980px; 
		height:auto; 
		margin-left:auto; 
		margin-right:auto;
	}

img {
		border: none;
	}

#header { 
		float:left; 
		width:980px; 
		height:84px;
	}

#footer { 
	  position: absolute;
		bottom: 0px;
		left:0px:
		height:39px; 
		width:980px;	
	}

#content {
		float: left;
		width: 980px;
	}	

body {
		height: 100%;
		margin: 0px;
		padding: 0px;
		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;
}

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;
}

#navigation2 {
position: fixed;
top: -3px;
right: 10px;
z-index: 0;
}

#navigation2 li {
float: left;
list-style-type: none;
margin-right: 50px;
font-size: 16px;
}

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;
	}
