/* ****************************************** */
/* Orangefluid GbR		         			  */
/* www.orangefluid.com       				  */
/* ****************************************** */


/* ****************************************** */
/* Global settings for Karlchens Backstube    */
/* ****************************************** */

/* Global settings */
* {
	margin:0;
	padding:0;	
}

html {
	height: 100%;
}


/* Main body style */
body {
	background-color: #ffffff;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1b4c9b;
	font-size: 100.01%;
}



#left {
	position: relative;
	width: 50%;
	min-height: 100%;
	height: 100%;
	float: left;
	background-color: #871818;
	background-image: url(Images/bg_left.jpg);	
	background-repeat: repeat-x;
}

#middle {
	position: relative;
	width: 10px;
	min-height: 100%;
	height: 100%;
	background-color:#FFFFFF;
	float:left;
	background-image: url(Images/middle.jpg);	
	background-repeat: repeat-y;	
}

#logo {
	position: absolute;
	top: 100px;
	left: 25%;
	margin-left: -144px;	
	width: 239px;
	height: 87px;
	z-index:50;
}

#logo2 {
	position: absolute;
	top: 120px;
	left: 75%;
	margin-left: -120px;	
	width: 239px;
	height: 87px;
	z-index:50;
}

#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;
}

td.text {
	font-size: 0.7em;
	line-height: 1.5em;
	text-align: center;
		color: #ffffff;
}

td.text2 {
	font-size: 0.7em;
	line-height: 1.5em;
	text-align: center;
		color: #1b4c9b;
}

#flashhinweis {
	position: absolute;
	top: 590px;
	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: #ffffff;
	text-decoration: none;
}

a:active, a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Link colors */
a.blau:link, a.blau:visited {
	color: #1b4c9b;
	text-decoration: none;
}

a.blau:active, a.blau:hover {
	color: #1b4c9b;
	text-decoration: underline;
}




	
