body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background: url(../img/body_back.png) repeat-x #c6d0af;
	margin: 0px;
	padding: 0px;
	text-align: center;	
}
img
{
	border: none;
}
/* Wrapper Informationen */
#wrapper
{
	position: relative;
	width: 1001px;
	text-align: left;
	margin: auto;
}
#head
{
	height: 137px;
	width: 1001px;
	background: url(../img/wrapper_head.png) no-repeat ; 
}
#wrapper_content
{
	background: url(../img/wrapper_back.png) repeat-y;
}
.inner_bg
{
	background: url(../img/back_content.png) no-repeat;
}
#footer
{
   background: no-repeat url(../img/wrapper_foot.png);
	height: 9px;
}

#left_column, #center_column
{
	float: left;
	min-height: 400px;
	
}


#left_column
{
	width: 231px;	
}
#left_column .innerwrapper
{
	margin-left: 20px; 
}
#navigation
{
	background: url(../img/nav_back.png) no-repeat transparent;
	width: 231px;
	height: 284px;
	margin: 0px;
	position: relative;
}

#navigation .content
{
	top: 30px;
	left: 20px;
	width: 200px;
	position: absolute;
}
#navigation .language
{
	position: absolute;
	top: 240px;
	left: 20px;
	width: 200px;
	text-align: center;
}

#navigation .language a
{
	padding: 0px 10px;
}


#navigation .content a
{
	font-size: 16px;
	text-decoration: none;
	color: #440000;
	font-weight: bold;
}
#navigation .content a.active,#navigation .content a:hover
{
	color: #990000;
}

#navigation .content img
{
	vertical-align: middle;
}



#center_column
{
	width: 769px;
}
#center_column .innerwrapper
{
	margin-left: 20px; 
}
#center_column .innerwrapper #content
{
	margin: 18px 0px;
	padding-left: 63px;
	border-left: solid #0f3a37 4px; 
	min-height: 380px;
	width: 595px;
}



.clear
{
	clear: both;
	float: none;
}

/* Textformatierung */

h1
{
	color: #990000;
	padding: 18px 0px 18px 0px;
	margin: 0px;
	font-size: 20px;
}
p
{
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

a
{
	color: #990000;
	text-decoration: none;
}


/* Linke Spalte */





/* Center */



/* Copyright */

#copyright
{

}
#copyright div.copyright
{
	padding-top: 10px;
	text-align: center;	
}

#copyright a
{
	color: #440000;
	text-decoration: none;
	padding: 0px 10px;
}

#copyright a:hover
{
	color: #990000;
	text-decoration: none;
}

/*
#statusbar
{
	position: absolute;
	top: 105px;
	left: 260px;
	width: 520px;
}
#company
{
  	position: absolute;
	top: 42px;
	left: 818px;
	width: 125px;
	height: 70px;
	z-index: 1;
}




#side_right
{
	margin-left: 40px;
	width: 146px;
	float: left;
}
#content
{
	margin-left:260px;
	margin-top: -10px;
	width: 500px;
	min-height: 400px;
	float: left;
	overflow: visible;
}

*/

label
{
width: 150px;
color: #440000;
}
.hidden
{
	display: none;
}
