/* CSS stylesheet kruemel */
bg	{	background-color:#FFFFFF;
	}
a:link, a:visited {
	text-decoration:none;
	color:#52681d;
	}
a:hover, a:active {
	text-decoration:underline;
	color:#52681d;
	}
/* FARBEN ------------------------------------------*/

#dbr	{	color:#433021; 	}
#dg		{	color:#2D2D2D; 	}
#hb		{	color:#52681d; 	}
#db		{	color:#344751; 	}

/* SCHRIFTEN ------------------------------------------*/

h1		{	
			font-size: 24px; 
			text-transform:uppercase;
			letter-spacing:0.1em;
			color:#52681d;;
			margin-top:0px;
			font-weight:normal;
		}
h2		{	
			font-size: 16px; 
			text-transform:uppercase;
			letter-spacing:0.1em;
			color:#52681d;
			margin-top:0px;
			font-weight:normal;
		}
h3		{	
			font-size: 20px; 
			text-transform:uppercase;
			letter-spacing:0.1em;
			color:#52681d;
			margin-top:0px;
			font-weight:normal;
			line-height:45px;
		}
p		{	font-family:"Verdana";
		font-size:12px;
		color:#2D2D2D;
		letter-spacing:0.1em;
		line-height:18px;
		}
p2		{	font-family:"Verdana";
		font-size:12px;
		color:#2D2D2D;
		letter-spacing:0.1em;
		line-height:14.7px;
		}

/* NAVIGATIONEN ------------------------------------------*/

.hmenu, .hmenu:link, .hmenu:visited	{	
			font-size: 14px;
			font-family:"times";
			text-transform:uppercase;
			font-weight:bold;
			color:#7f7f7f;
			line-height:29px;
			letter-spacing:0.05em;
			text-decoration:none;
		}

.hmenu:hover, .hmenu:active	{	
			/*letter-spacing:0.2em;*/
			text-transform:uppercase;
			font-weight:bold;
			color:#52681d;
			letter-spacing:0.1em;
		}
		
.hmenu_aktiv	{	
			font-size: 14px;
			text-transform:uppercase;
			color:#52681d;
			line-height:28px;
			letter-spacing:0.1em;
			font-weight:bold;
		}
/*------------------------------------------*/

.umenu, .umenu:link, .umenu:visited	{	
			font-size: 14px;
			font-family:"Verdana";
			letter-spacing:0.1em;
			color:#7f7f7f;
			line-height:32px;
			font-style:normal;
			text-decoration:none;
			font-weight:bold;
		}

.umenu:hover, .umenu:active	{	
			font-family:"Verdana";
			text-transform:uppercase;
			font-style:normal;
			color:#52681d;
			font-weight:bold;
		}
		
.umenu_aktiv	{	
			font-size: 14px;
			font-family:"Verdana";
			letter-spacing:0.2em;
			color:#52681d;
			line-height:32px;
			text-transform:uppercase;
			font-weight:bold;
		}

/* BACKGROUNDS ------------------------------------------*/
.st_bg	{	background-image:url(img/st_bg.jpg);
			background-repeat:no-repeat;
			position:absolute;
			top:0px; left:0px;
			width:927px; height:651px;
/*			border:1px dotted green;
*/		}
		

/* POSITIONIERUNG ------------------------------------------*/

.cnt_hmenu	{	
			position:absolute;
			top:220px; left:15px;
			width:190px;
			text-align:left;
		}
.cnt_inhalt	{	
			position:absolute;
			top:140px; left:220px;
			width:640px;
			text-align:center;
		}
.cnt_inhalt2	{	/* Lars */
			position:absolute;
			left:50px;
			width:640px;
			height:640px;
			text-align:center;
			background-repeat:no-repeat;
		}
.cnt_wo_left	{	
			position:absolute;
			top:255px; left:375px;
			width:80px;
			height:550px;
			font-size:32px;
			text-align:left;
			color:#52681d;
		}
.cnt_wo_right	{	
			position:absolute;
			top:255px; left:465px;
			width:250px;
			height:550px;
			text-align:left;
		}
.cnt_fenster	{	
			position:absolute;
			top:258px; left:375px;
			width:345px;
			text-align:left;
		}		
.cnt_fenster2	{	/* Lars */
			position:absolute;
			top:258px; left:370px;
			width:350px;
			text-align:left;
		}		
.cnt_umenu	{	
			position:absolute;
			top:720px; left:375px;
			width:345px;
			text-align:center;
		}
.offers {/* Lars */
	position:absolute;
	background-image:url(img/rahmen.jpg);
	background-repeat:no-repeat;
	top:179px;
	left:290px;
	height:630px;
	width:520px;
/*	border:1px dotted #F00;*/
}
.inneroffers {/* Lars */
	position:absolute;
	top:70px; left:75px;
	height:500px; width:360px;
/*	border:1px dotted #F00;*/
}
.short {/* Lars */
	position:relative;
	display:table;
	width:250px;
	height:45px;
}
.long {/* Lars */
	position:relative;
	display:table;
	width:250px;
	height:85px;
}
.helper {/* Lars */
	display:table-cell;
	vertical-align:middle;
}
.helper2 {display:inline;}/* Lars */
.line {/* Lars */
	background:#aec704;
	height:3px;
	width:250px;
	left:-100px;
}
.open {
	position:absolute;
	font-family:Verdana;
	color:#2D2D2D;
	font-size:10px;
	text-align:right;
	width:230px;
	right:190px;
	top:10px;
}
.nl {
	font-family:"Verdana";
	font-size:12px;
	color:#2D2D2D;
	letter-spacing:0.1em;
	line-height:18px;
	}
