@charset "utf-8";
/* CSS Document */

/*Eingebette Schriftart----------  src: local ('Arial Narrow');--------*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "cabin";
	font-size: 14px;
	background:#FFFFFF;
}

/*Link allgemein------------------*/

a:link {
	text-decoration: none;

}
a:visited {
	text-decoration: none;

}
a:hover {
	text-decoration: underline;

}
a:active {
	text-decoration: underline;

}

/*Link angepasst------------------*/

a.weiss:link {
	text-decoration: none;
	color:#FFFFFF;
}
a.weiss:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a.weiss:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
a.weiss:active {
	text-decoration: underline;
	color:#FFFFFF;
}

@font-face { font-family: cabin; src: url(cabin.ttf); }


/*Content------------------*/

div.content_head {
	width: 960px;
	height: 180px;
	margin: 0 auto;
	background:url(../bilder/background_head.png);
	background-position:center;
	background-repeat: no-repeat;
}

div.content_menu {
	width: 100%;
	height: 50px;	
	margin: 0 auto;
	background-color: #6bb52f;
}

div.content_pic {
	width: 1000px;
	height: 340px;	
	margin: 0 auto;
}

div.content_pic_2 {
	width: 1000px;
	height: 200px;	
	margin: 0 auto;
}

div.content_main {
	width: 960px;
	margin: 0 auto;
}

/*Formular------------------*/

div.form_text {
	width: 130px;
	height: 25px;
	float:left;
	margin-left:42px;
	margin-bottom:15px;
	line-height: 25px;
	font-size: 16px;
}

div.form_eingabe {
	width: 768px;
	float:left;
	margin-left:20px;
	margin-bottom:15px;
}




/*Footer-------------------------------------------------*/

div.footer {
	width: 900px;
	margin-left: 40px;
	float: left;
	font-size: 10px;
	margin-top: 20px;
}


/*Schriftarten-------------------------------------------------*/

.h1 {
	font-size: 25px;
	color:#333333;
}

.h2 {
	font-size: 20px;
	color: #FFFFFF;
}

.h3 {
	font-size: 20px;
	color: #000;
}

.text {
	font-size: 14px;
	color: #000;
}

.text_2 {
	font-size: 16px;
	color: #333333;
}


.footer {
	font-size: 10px;
	color: #000;
}

/*Schriftarten Menü-------------------------------------------------*/

.font_menu_1 {
	font-size: 20px;
	color:#FFFFFF;
}

.font_menu_2 {
	font-size: 20px;
	color:#333333;
}

.font_menu_3 {
	font-size: 12px;
	color:#333333;
}

.font_menu_4 {
	font-size: 12px;
	font-weight:bold;
	color:#333333;
}