/* CSS Document */

body{
	background-color:#ffffff;
	
	margin:0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1e1e1e;
}

h1{
	margin-top:-7px;
	margin-bottom:25px;
	font-weight:bold;
	font-size:25px;
	color:#28a50f;
}

h2{
	margin:0px;
	font-weight:bold;
	font-size:12px;
	color:#28a50f;
}

a{
	color:#28a50f;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a:focus{
	outline-style:none;
}

img{
	border:none;
}

input{
	margin-bottom:10px;
}

p{
	margin-top:12px;
	margin-bottom:12px;
}

.textfield{
	width:185px;
}


textarea{
	margin-bottom:10px;
	width:575px;
	height:112px;
}

.head{
	height:70px;

	background-color:#000000;	
	
	margin:auto;
	margin-top:0px;
}

.head_bottom{
	background-image:url(img/bg_content.jpg);
	background-repeat:repeat-x;
	height:67px;
}

#logo{
	margin-top:10px;
	margin-left:86px;
	float:left;
}


/* Menue */

.menue{
	margin-top:32px;
	margin-left:25px;
	float:left;
}

.menue_button{
	height:23px;
	
	padding-top:4px;
	padding-left:5px;
	padding-right:5px;
	
	margin-right:5px;
	
	float:left;
	
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	
	cursor:pointer;
}

.menue_button:hover{
	background-color:#606060;
}

.head a:hover{
	text-decoration:none;
}

/* Submenue */

.submenue_wrap {
	position:absolute;
	
	z-index:10;
	
	background-color:#000000;
	
	display:none;
}


.submenue_wrap a{
	text-decoration:none;
}


.submenue_button{
	
	padding:5px;
	
	border-top:1px dashed #cdcdcd;

	font-weight:bold;
	color:#ffffff;
	
	cursor:pointer;
}

.submenue_button:hover{
	color:#ffffff;
	background-color:#606060;
}

#menue_footer{
	float:right;
	margin-top:-10px;
	margin-right:40px;
}


/* Content */

.content_1{
	position:relative;
	background-color:#ffffff;
	
	width:882px;
	height:1000px;
	
	margin:auto;
}

.content_2_top{

	width:882px;
	height:52px;
	
	background-image:url(img/schatten_top.png);
	background-repeat:no-repeat; 
	
	float:left;
}

.content_2{
	width:842px;
	
	background-image:url(img/schatten.png);
	background-repeat:repeat-y;	
	
	padding-left:20px;
	padding-right:20px;
	padding-bottom:-30px;
	margin-bottom:0px;

	float:left;
}

.content_2_bottom{
	width:882px;
	height:52px;
	
	background-image:url(img/schatten_bottom.png);
	background-repeat:no-repeat;
	
	float:left;
}

.content_3_big{
	width:780px;
	
	padding:0px 30px 0px 30px;
	
	float:left;
}


.content_3_medium{
	background-color:#ffffff;
	
	width:381px;
	
	padding:20px;
	
	border:1px #cdcdcd solid;
}

.content_3_small{
	background-color:#ffffff;
	
	width:167px;
	
	padding:20px;
	
	border:1px #cdcdcd solid;
}

.content_4_big{
	float:left;
	width:650px;
}

.content_4_medium{
	float:left; 
	margin-left:10px;
	width:580px;
}

.content_4_small{
	float:left;
	width:190px;
}

.content_4_big_news{
	width:780px;
	
	padding-bottom:15px;
	margin-bottom:15px;
	
	float:left;
	
	border-bottom:1px #cdcdcd dashed;
}

.image_left{
	float:left;
	margin-right:20px;
}

#sublinks{
	float:left;
	margin-top:10px;	
}


/* Dynamic Container */

.dynamic_top_left{
	
	width:610px;
	height:21px;
	
	margin-top:10px;
	
	float:left;
	
	border-bottom:1px #cdcdcd solid;		
}


.dynamic_top_right{
	
	width:150px;
	height:25px;
	
	margin-top:10px;
	padding-top:7px;
	
	text-align:center;
	
	float:left;
	
	border-top:1px #cdcdcd solid;
	
	cursor:pointer;		
}

.dynamic_top_right a{
	text-decoration:none;
}

.dynamic{
	width:560px;
	
	margin:0px;
	padding:20px;
	
	float:left;
}

.transition{
	width:20px;
	height:22px;
	
	margin-top:10px;
	
	background-image:url(img/transition.gif);
	background-repeat:no-repeat;
	
	float:left;
	
}

#content{
	margin-top:20px;
}


.breadcrumb{
	float:right;
	color:#787878;
}

.arrow_right{
	background-image:url(img/arrow_right.png);
	background-repeat:no-repeat;
	
	width:20px;
	height:40px;
	
	margin-top:120px;
	margin-left:760px;
	
	cursor:pointer;
	
	position:absolute;
	
	
}

.arrow_left{
	background-image:url(img/arrow_left.png);
	background-repeat:no-repeat;
	
	width:20px;
	height:40px;
	
	margin-top:120px;
	
	cursor:pointer;
	
	position:absolute;
	
}

.arrow_left_blind{
	width:20px;
	height:40px;
	
	margin-top:120px;
	
	position:absolute;
}

.arrow_right_blind{
	width:20px;
	height:40px;
	
	margin-top:120px;
	margin-left:760px;
	
	position:absolute;
}

#preloader{
	display:none;
	width:548px;
	margin-top:20px;
	position:relative;
}

#listitem_last{
	border:none;
	padding:0px;
	margin:0px;
}

#errormessage{
	border:1px dashed #aa0000;
	float:left;
	padding:10px;
	width:757px;
	text-align:center;
	color:#aa0000;
	display:none;
}

#button_contact{
	float:right;
}

.messageFlash{
	border:1px dashed #aa0000;
	padding:10px;
	text-align:center;
	color:#aa0000;
}
