/* CSS Document */
body	{ 
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #F4F4F4;
}

/* Schriften */

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #818181;
	padding: 0px;
	margin: 0px;	
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

table	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.box {
	padding: 10px;
	margin: 10px 0px;
	border: 1px solid #c5c5c5;
}

.unvisible	{ 
	display: none;
}

.clear	{	
	clear: both;
}
/* DIVs */
#container	{
	width: 900px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	border: 1px solid #c5c5c5;
}

#head	{
	height: 100px;
}

#language	{
	float: right;
	margin-top: 75px;
	margin-right: 10px;
}

#navi	{ 
 	height: 23px;
	background-image: url(/_img/balken.jpg);
	background-repeat: no-repeat;
	padding-top: 7px;
}

#navi ul	{
	padding: 0px;
	margin: 0px;
	float: right;
}

#navi li	{
	list-style: none;
	float: left;
	padding-right: 10px;
	display: block;
}

#navi a, #navi a:link, #navi a:visited, #subnavi a, #subnavi a:link, #subnavi a:visited, #language a, #language a:link, #language a:visited	{ 
	text-decoration: none;
	color: #FD8F00;
	border-left: 2px solid #cdcdcd;
	padding: 0px 5px;
}

#navi a:hover, #navi a:focus, #subnavi a:hover, #subnavi a:focus, #language a:hover, #language a:focus {
	border-left: 2px solid #FD8F00;
}

#navi a.active, #subnavi a.active, #language a.active, #language a.active	{
	color: #818181 !important;
	border-left: 2px solid #FD8F00 !important;
}

#subnavi	{
	float: left;
	width: 230px;
	margin-left: 20px;
	margin-top: 15px;
}

#subnavi ul	{
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
}

#subnavi li	{
	list-style: none;
	padding-right: 10px;
	margin-bottom: 5px;
}

.headline	{
	height: 20px;
	border-bottom: 1px solid #818181;
	margin-bottom: 10px;
}

#content 	{
	float: right;
	width: 600px;
	min-height: 320px;
	margin-top: 15px;
	margin-right: 20px;
	padding-bottom: 20px;
}

#content a, #content a:link, #content a:visited	{
	text-decoration: none;
	color: #FD8F00;
	background-image: url(/_img/right.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
} 

#content a:hover, #content a:focus	{
	text-decoration: underline;
}

a.img_link	{
	border: none !important;
	background: none !important;
	padding: 0px !important;
}

.img_link img	{
	border: none !important;
}

#reference_images 	{
	margin-top: 30px;
}

#content img	{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#content li {
	list-style-image:url(/_img/list_icon.jpg);
}

.border	{
	border: 1px solid #c5c5c5;
}

#to_top	{
	float: right;
	margin-right: 5px;
}

#to_top	a, #to_top a:link, #to_top a:visited	{
	text-decoration: none;
	color: #FD8F00; 
}

#to_top a:hover, #to_top a:focus	{
	text-decoration: underline;
}

#footer	{ 
 	height: 23px;
	background-image: url(/_img/balken.jpg);
	background-repeat: no-repeat;
	padding: 7px 10px 10px 20px;
	margin-top: 20px;
	color: #818181;
}

/* Formulare */
select, textarea, input	{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

textarea.text, input.text	{
	border: 1px solid #c5c5c5;
	padding: 2px;
}

.error {
	color: #FF0000;
}

textarea.error, input.error, select.error	{
	border: 1px solid #FF0000;
	color:#000000;
}

.button	{
	color: #FD8F00;
	background-color: #f4f4f4;
	border: 1px solid #c5c5c5;
	width: auto;
	height: auto;
	padding: 1px 5px;
	font-size: 10px;
	font-weight: bold;
}