/***************************************************
				FROHSINN
***************************************************/

body,html
{
  font-family: Arial, Helvetica, sans-serif,verdana, tahoma;
  text-align: center;
  margin: 0px;
  padding: 0px;

}
body {
	background: 		#ffffff;
	padding:			0;
	margin:				0;
	font-size:			10px;
	color:				#333333;
	line-height:		16px;
	vertical-align:     center;
	
	/*part 1 of centering hack*/
	text-align: 		center;	
}

img
{
border:0px solid black;
}

h1
{	
	font-family: Arial, Helvetica, sans-serif;
	color:#00000C;	
	}
	
.container {
overflow: hidden;
width: 750px;
text-align: center;
}

.header {
width: 750px;
height: 160px;
border:0px solid white;
margin-bottom: 8px;
}

.divider{
width: 750px;
height: 5px;
margin-top: 4px;
margin-bottom: 4px;
}

.maincontent {
	margin-top: 4px;
	position: static;
	margin-left: 10px;
	float: left;
	width: 620px;
	height: 390px;
	overflow-y:auto;
	overflow-x:hidden;	
}
.leftcontent {
	
	position: relative;
	background: transparent;
	float: left;
	vertical-align: top;
	width: 120px;
	height: 390px;
	overflow:hidden;
	min-height: 320px;
	
}
.navigation {
	position: fixed;
	float: left;
	background-image:url(Bilder_Background/navi_bg.gif);
	background-repeat:repeat-y;
	vertical-align: top;
	width: 120px;
	overflow:hidden;
	height: 390px;

}

.footer {
	float: left;
	margin-top: 8px;
	background-image:url(Bilder_Background/footer_bg.gif);
	background-repeat:repeat-x;
	font-size: 10px;
	height:14px;
	text-align: center;
	width:	750px;
	color: #FFFFFF;
	}
.textarea {
	background: transparent;
	vertical-align: top;
	text-align: left;
	width: 600px;
	overflow:hidden;
	border-bottom: 8px;
	}

p {
padding: 5px;
vertical-align: baseline;
font-size: 15px;
}


h2, button, select, {
vertical-align: baseline;
font-size: 12px;
text-align: left;
}

a
{
	text-decoration: none;
	color: #000000;
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	text-decoration: underline;
}
.style5 {font-size: 12px}
.style8 {font-size: 10px}
.style10 {
	font-size: 10px;
	vertical-align: baseline;
}
.style11 {
	color: #A20F04;
	font-weight: bold;
	font-size: 12px;
}
.style12 {
	color: #FFFFFF;
}
/* clearfix (already applied on #body)
--------------------------------*/

.clearfix:after,#body:after {
    content:"."; 
    display:block; 
    height:0; 
	line-height: 0px; /* RB - Added */ 
    clear:both; 
    visibility:hidden;
}

.clearfix,#body {
	display:inline-table;}

/* Hides from IE-mac \*/
* html .clearfix, * html #body {height: 1%;}
.clearfix, #body {display: block;}
/* End hide from IE-mac */

 

