/* ****************************************** */
/* Orangefluid GbR		         			  */
/* www.orangefluid.com       				  */
/* ****************************************** */


/* ****************************************** */
/* Global settings for Karlchens Backstube    */
/* ****************************************** */

/* Global settings */
* {
	margin:0;
	padding:0;	
}

/* Layout sizes */
html, body {


}



/* Main body style */
body {
	background-color: #8b1a0f;
	background-image: url(Images/background.gif);
	background-repeat: repeat-x;
	background-position: 0 240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 100.01%;
}

#logo {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -144px;	
	width: 288px;
	height: 121px;
}

#logo2 {
	position: relative;
	top: 440px;
	left: 50%;
	margin-left: -422px;		
	width: 134px;
	height: 94px;
	z-index:100;
}

#logo3 {
	position: relative;
	top: 352px;
	left: 50%;
	margin-left: 300px;		
	width: 63px;
	height: 89px;
	z-index:101;
}

#content {
	position: absolute;
	top: 145px;
	left: 50%;
	margin-left: -287px;
	width: 575px;
	height: 385px;
	border: 1px solid #fbf0d5;
	background-color: #830f0f;	
	padding-left: 3px;
	padding-top: 3px;
}

#text {
	position: absolute;
	top: 545px;
	left: 50%;
	margin-left: -287px;
	width: 575px;
	height: 30px;
	font-size: 0.7em;
	line-height: 1.5em;
	text-align: center;
}

#impressum {
	position: absolute;
	top: 10px;
	left: 12px;
	width: 300px;
	font-size: 0.7em;
	line-height: 1.5em;
}

#flashhinweis {
	position: absolute;
	top: 610px;
	left: 50%;
	margin-left: -287px;
	width: 575px;
	height: 30px;
	font-size: 0.7em;
	line-height: 1.5em;
	text-align: center;
}

/* Link colors */
a:link, a:visited {
	color: #fbf0d5;
	text-decoration: none;
}

a:active, a:hover {
	color: #ffffff;
	text-decoration: underline;
}




/* No border for fieldsets */
fieldset {
	border: 0;	
	float: left;
}


/* Input fields styles  */
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 380px;
	height: 15px;
	padding: 2px 0 1px 3px;		
	border: 1px solid #cccccc;	
	background-color: #ffffff;
}

* html input, textarea {
	height: 21px;
	he\ight: 15px;
}


/* Input fields styles active */
input:focus, textarea:focus {	
	color: #000000;
	background-color: #fbf0d5;	
	border: 1px solid #cccccc;		
}


/* Button special style */
input.buttonroute {
	font-size: 11px;
	width: 130px;
	height: 21px;
	margin-top: 10px;
	color: #ffedc1;
	background-color: #830f0f;
	border: 1px solid #fbf0d5;
	text-align: center;
	padding: 0px 0 2px 0px;	
}

/* Button hover style */
input.buttonroute:hover {
	background-color: #fbf0d5;
	color: #830f0f;
	cursor: pointer;
}

	

