/* ****************************************** */
/* 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: #ffffff;
	background-image: url(Images/background.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1b4c9b;
	font-size: 100.01%;
}

#logo {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -121px;	
	width: 239px;
	height: 87px;
}

#logo2 {
	position: relative;
	top: 445px;
	left: 50%;
	margin-left: 300px;		
	width: 154px;
	height: 84px;
	z-index:100;
}

#content {
	position: absolute;
	top: 145px;
	left: 50%;
	margin-left: -287px;
	width: 575px;
	height: 385px;
	border: 1px solid #1b4c9b;
	background-image: url(Images/background2.jpg);
	background-repeat: repeat-x;	
	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: #0e2d5e;
	text-decoration: none;
}

a:active, a:hover {
	color: #0e2d5e;
	text-decoration: underline;
}




	
