/*
///////////////////////////////////////////////
/                                             /
/  style.css                                  /
/  Copyright by donik.de                      /
/  Made by donikDESIGN / donik.de             /
/                                             /
///////////////////////////////////////////////
*/

.error {
	border: 			#ff0000 dotted 1px;
}
.error_text {
	color: 				#ff0000;
}


#flLeft {

padding-right: 10px;
float: left;
}

#flRight {
float: right;
padding: 10px;
}
#image:hover {
border-size: 4px;
border-color: #000;
padding-right: 10px;
}

#bild {
	background-color: #;
	border: 1px solid #000;
	padding: 2px;
}
/* --------------------------------------------------------------------------------- WEBSITE */

#website {
    margin:			 	0;
    padding:			0;
    height:				100%;
    background-color: 	#000;
}

/* --------------------------------------------------------------------------------- HEADER FLASHMENU */

#header,
#flashmenu{
	text-align:			center;
}

/* --------------------------------------------------------------------------------- CONTENT */

#content-all {
	width: 				950px;
	margin:				0px auto;
    background-color: 	#fce5b8;
	background-image: url(images/content.png);

}
#content {
	color: 				#000;
	font-family: 		sans-serif;
	font-size: 			12px;
	font-weight: 		none;
	margin-left:		10px;
	padding-bottom:		20px;
}




/* --------------------------------------------------------------------------------- SUBMENU */

#submenu {
	padding-top:		5px;
	padding-bottom:		10px;
	text-align:			center;
	color: 				#fff;
	font-family: 		sans-serif;
	font-size: 			12px;
	font-weight: 		none;
}
#submenu a:link {
	color:				#fff;
	text-decoration : 	none;
}
#submenu a:visited {
	color:				#fff;
	text-decoration : 	none;
}
#submenu a:hover {
	color: 				#fce5b8;
	text-decoration : 	underline;
}
#submenu a:active {
	color:				#fff;
	text-decoration : 	none;
}


/* --------------------------------------------------------------------------------- SUBMENU RIGHT*/
#menu-left-bottom-text {
color: #000;
text-align: left;
font-family: Verdana;
font-size: 10px;
font-weight: none;
padding-left: 10px;

}
#submenu-right {
	padding-left:		10px;
	padding-top:		5px;
	padding-bottom:		10px;
	text-align:			left;
	color: 				#fff;
	font-family: 		sans-serif;
	font-size: 			12px;
	font-weight: 		none;
}
#submenu-right a:link {
	color:				#000;
	text-decoration : 	none;
}
#submenu-right a:visited {
	color:				#000;
	text-decoration : 	none;
}
#submenu-right a:hover {
	color: 				#000;
	text-decoration : 	underline;
}
#submenu-right a:active {
	color:				#000;
	text-decoration : 	none;
}

/* --------------------------------------------------------------------------------- KOPFZEILE */

#kopfzeile-fett {
	color: 				#000;
	font-family: 		sans-serif;
	font-size: 			19px;
	font-weight: 		bold;
	float:				left;
}
#kopfzeile-normal {
	margin-left: 		10px;
	line-height: 		24px;
	color: 				#000;
	font-family: 		sans-serif;
	font-size: 			17px;
	font-weight: 		none;
	font-style:			italic;
	float:				clear;
}



/*
/////////////////////////////////// KONTAKT FORMULAR
*/

.formgen {
width: 300px;
font-size: 12px;
}

select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
background-color:#fecb8a;

}



.formgen form{
width: 300px;
}

.formgen .formblock{
margin-bottom: 15px;
width: 400px;
padding-right: 2px;
padding-left: 5px;
}

.formgen br {
clear : both;
}

.formgen .formtextfield {
width: 400px;

color: #000;

}

.formgen .formtext {
width: 200px;
background-color: ;
color: #000000;
margin-left: 4px;
}

.formgen .formtrenn {
display: block;
height: 6px;	
}

.formgen .formhinweis {
font-weight: bold;
color: #003366;
font-size: 12px;
}

.formgen .formheadline {
font-weight: bold;
color: #003366;
}

.formgen .formpassword {
width: 200px;
background-color: #CCCCCC;
margin-left: 4px;
}

.formgen .formcaptcha {
border: 1px solid #990000;
}


.formgen label {
font-family: verdana;
width: 120px;
clear: left;
float: left;
height: 20px;
padding: 0px;
color: #333;
}

.formgen .formselect {
width: 200px;
background-color: #fecb8a;
color: #000;
margin-left: 4px;
}

.formgen .formsubmit {
background-color:#fecb8a;
	color: #000;
	width: 20%;
}

.formsubmit {
background-color:#fecb8a;
	color: #000;
	width: 20%;
}

.formgen fieldset {
background-color:#fecb8a;
}

.formgen legend {
font-weight: bold;
color: #fff;
}

.formgen .forminfo {
color: red;
background-color: #990000;
border: 1px dashed #000000;
margin: 5px;
padding: 5px;
}

.formgen .formerror {
	color: #ff0000;

	font-weight: bold;
}

.formgen fieldset {
}

.formgen legend {
font-weight: bold;
color: #fff;
}

.formgen .forminfo {
color: red;
background-color: #990000;
border: 1px dashed #000000;
margin: 5px;
padding: 5px;
}

.formgen .formerror {
	color: #ff0000;

	font-weight: bold;
}

