body
{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%;
	font-family: Tahmoa, sans-serif;
}

a:link, a:visited, a:active
{
	color: #737373;
	text-decoration: underline;
}

a:hover, a:focus
{
	text-decoration: none;
}

h1
{
	color:#737373;
}

h2
{
	color:#003D69;
}

h3
{
	color:#737373;
	padding-top:10px;
	padding-bottom:15px;
}

h4
{
}

#txt_head
{
	font-size:12px;
	font-weight:bold;
}

#left
{
	float:left;
}

#right
{
	float:right;
}

#content
{
	clear: both;
}

#clear
{
	clear: both;
}

#logo
{
	background-image: url(../fahrzeugeinrichtungen-bilder/logo-hintergrund-1.jpg);
	text-align:center;
	width: 200px;
}

#logo2
{
	padding-right:50px;
	padding-bottom:10px;
}

#framecontent
{
	position: absolute;
	top: 0;
	bottom: 0; 
	left: 0;
	width: 200px; /*Width of frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #024069;
	color: #ffffff;
	border-right: 1px solid #000000;
}

#maincontent
{
	position: fixed;
	top: 0; 
	left: 200px; /*Set left value to WidthOfFrameDiv*/
	right: 0;
	bottom: 0;
	overflow: auto; 
	background: #ffffff;
	padding-left:35px;
	padding-top:15px;
}

.innertube
{
	
}

* html body
{ 
	/*IE6 hack*/
	padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent
{
	/*IE6 hack*/
	height: 100%; 
	width: 100%; 
}

img
{
	border: none;
}

#nav_left_headline
{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
}

#left_content
{
	font-size:14px;
}
	  	
#left_content ul 
{ 
	list-style: none;
	display: block;
	margin-left:0px;
	padding-left:0px;
}
  	
#left_content li 
{
	display: inline;	
}
	
#left_content li a 
{
	display: block;
	margin: 0;
	text-align:left;
	text-decoration: underline;
	color: #ffffff;
	padding-left:15px;
	padding-bottom:8px;
	padding-top:8px;
	font-weight:bold;
}
	
#left_content li a:hover
{
	text-decoration: none;
	position: relative;
}
