/**************/
/* GENERELLES */

body {
	margin:0px;
	padding:0px;
	background-color: #ED6E00;
	background-image: url("../../pix/backgrounds/body_white.gif");
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

img {
	border:0px;
}
form {
	margin:0px;
	padding:0px;
}


/**** SCROLLBAR IMMER EINBLENDEN ****/
#gecko_scrollbar {
 display: none;
}

html>body #gecko_scrollbar {
 position: absolute;
 z-index: 1;
 bottom: -1px;
 left: 0;
 width: 1px;
 height: 1px;
 display: block;
 font-size: 0;
}




/**** DISPLAY / HIDE ELEMENT ****/
.content280x280 {
	width:240px;
	height:240px;
	overflow: hidden;
}
.display {
	/*display: inline;*/
}
.hide {
	display: none;
}




/**** KONTAKTFORMULAR ****/
.contact_input_normal{
	background-color:#fff;
	border: 2px solid #fff;
	padding: 1px 0px 0px 1px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #2A414B;
	width: 166px;
	height: 17px;
	margin:0px;
}
.contact_textarea{
	background-color:#fff;
	border: 2px solid #fff;
	padding: 1px 0px 0px 1px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #2A414B;
	width: 166px;
	height: 79px;
	margin:0px;
	overflow:auto;
}
.contact_input_error{
	background-color:#EFB686;
	border: 2px solid #EFB686;
	padding: 1px 0px 0px 1px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #2A414B;
	width: 166px;
	height: 17px;
	margin:0px;
}
.contact_textarea_error{
	background-color:#EFB686;
	border: 2px solid #EFB686;
	padding: 1px 0px 0px 1px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #2A414B;
	width: 166px;
	height: 79px;
	margin:0px;
	overflow:auto;
}






/**** FONTS ****/
.font_content_triple_mid {
	font-family: arial, verdana, sans-serif;
	color: white;
	font-size:12px;
	line-height:15px;
}
.font_content_triple_mid a{
	color: #ED6E00;
	text-decoration:none;
	font-weight: bold;
	font-size:12px;
	line-height:15px;
}
.font_content_triple_mid a:hover{
	text-decoration:underline;
}
.font_content_triple_mid div {
	line-height:12px;
	padding: 4px 0px 0px 0px;
}
.font_colored {
	color: #ED6E00;
}
.font_footer {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: white;
	text-align: justify;
}
.font_footer a{
	text-decoration:none;
	color: white;
}
.font_footer a:hover{
	text-decoration:underline;
}




/**** MENUE ****/
.menu{
}
.menu:hover{
	background-color: #F29240;
}
.menu_aktiv{
	background-color: #FFF;
}