/* LAYOUT */
body
{
	padding:				0px;
	margin:					0px;
	margin-top:				50px;
	margin-bottom:			50px;
	
	background-color:		#990000;
}
.alles
{
	position:				relative;
	top:					0px;
	left:					0px;
	
	border:					yellow solid 0px;
	
	width:					1000px;
	height:					923px;
	
}
.paper
{
	position:				absolute;
	top:					0px;
	left:					112px;
	
	width:					898px;
	height:					923px;
	
	background-position:	left top;
	background-repeat:		no-repeat;
	
	border:					blue solid 0px;
}
.logo
{
	position:				absolute;
	left:					33px;
	top:					48px;
}
.top_menu
{
	position:				absolute;
	left:					0px;
	top:					0px;
}
.number
{
	position:				absolute;
	left:					46px;
	top:					92px;
}
.copyright
{
	position:				absolute;
	left:					0px;
	top:					855px;
	
	width:					575px;
	
}
.post_it_warenkorb
{
	width:					200px;
		
	background-color:		#3993CD;
	
	border:					1px solid white;
	
	padding:	10px;
}
.login
{
	width:					200px;
		
	background-color:		orange;
	
	border:					1px solid white;
	
	padding:	10px;
}
.wetter_div
{
	width:					200px;
	background-color:		#993366;
	border:					1px solid white;
	padding:				10px;
}

.user_menu
{
	width:					200px;
		
	background-color:		#006600;
	
	border:					1px solid white;
	
	padding:	10px;
}


/*DIVS*/
.titel_home_01
{
	position:				absolute;
	left:					325px;
	top:					161px;
}
.titel_home_02
{
	position:				absolute;
	left:					50px;
	top:					483px;
}
.titel_home_03
{
	position:				absolute;
	left:					86px;
	top:					515px;
}
.titel_online_01
{
	position:				absolute;
	left:					46px;
	top:					154px;
}
.titel_online_02
{
	position:				absolute;
	left:					46px;
	top:					470px;
}
.titel_online_03
{
	position:				absolute;
	left:					211px;
	top:					504px;
}
.titel_online_04
{
	position:				absolute;
	left:					226px;
	top:					660px;
}
.titel_m_eis_01
{
	position:				absolute;
	left:					46px;
	top:					149px;
}
.titel_m_eis_02
{
	position:				absolute;
	left:					40px;
	top:					390px;
}
.titel_detail_01
{
	position:				absolute;
	left:					46px;
	top:					154px;
}
.titel_detail_02
{
	position:				absolute;
	left:					81px;
	top:					183px;
}
.titel_detail_03
{
	position:				absolute;
	left:					265px;
	top:					237px;
}
.titel_detail_04
{
	position:				absolute;
	left:					265px;
	top:					280px;
}
.titel_detail_05
{
	position:				absolute;
	left:					265px;
	top:					323px;
}
.titel_add_basket_02
{
	position:				absolute;
	left:					66px;
	top:					190px;
}
.titel_basket_01
{
	position:				absolute;
	left:					318px;
	top:					201px;
}
.titel_basket_02
{
	position:				absolute;
	left:					46px;
	top:					148px;
}



.div_sorte
{
	width:					93px;
	height:					130px;
	
	border: 				#CCCCCC 1px solid;
	
	padding:				2px;
	background-color:		white;
}
.div_sorte_big
{
	width:					195px;
	height:					256px;
	
	border: 				#CCCCCC 1px solid;
	
	background-color:		white;
	
	position:				absolute;
	left:					46px;
	top:					221px;
}

.text_detail_01
{
	position:				absolute;
	left:					275px;
	top:					254px;
}
.text_detail_02
{
	position:				absolute;
	left:					275px;
	top:					297px;
}	

/*SHOP*/
.shop_back
{
	position:			absolute;
	left:				470px;
	top:				765px;
}

/*KOMPONENTEN*/
.text_field_01
{
	border:				1px solid #CCCCCC;
	width:				60px;
	height:				18px;
	
	color:				#666666;
	
	font-family:		"Times New Roman", Times, serif;
	font-size:			13px;
}	
.text_field_02
{
	border:				1px solid #CCCCCC;
	width:				50px;
	height:				18px;
	
	color:				#666666;
	
	font-family:		"Times New Roman", Times, serif;
	font-size:			13px;
}


.text_field_03
{
	border:				1px solid #CCCCCC;
	width:				223px;
	height:				18px;
	
	font-family:		"Times New Roman", Times, serif;
	font-size:			13px;
}
.text_field_04
{
	border:				1px solid #CCCCCC;
	height:				18px;
	
	font-family:		"Times New Roman", Times, serif;
	font-size:			14px;
	
	color:				#4C4C4C;
}

.text_area_01
{
	width:				289px;
	height:				75px;
	
	border:				1px solid #CCCCCC;
	font-family:		"Times New Roman", Times, serif;
	font-size:			13px;
}
.text_area_02
{
	border:				1px solid #CCCCCC;
	height:				150px;
	width:				350px;
	
	font-family:		"Times New Roman", Times, serif;
	font-size:			14px;
	
	color:				#4C4C4C;
}	

.submit_basket
{
	border:				1px solid #990000;
	background-color:	#4C4C4C;
	
	color:				white;
	
	margin-top:5px;
	
	font-family:		"Times New Roman", Times, serif;
	font-size:			15px;
}
.submit_ueber
{
	border:				0px solid #990000;
	background:			url(../images/online/cart.gif) no-repeat center center;
	width:				18px;
	height:				18px;
	
	cursor:				pointer;
		
	color:				white;

}
/*KONTAKT*/
.titel_kontakt_01
{
	position:				absolute;
	left:					46px;
	top:					154px;
}
.titel_kontakt_02
{
	position:				absolute;
	left:					335px;
	top:					180px;
}
.titel_kontakt_03
{
	position:				absolute;
	left:					347px;
	top:					210px;
}
.titel_kontakt_04
{
	position:				absolute;
	left:					46px;
	top:					414px;
}
.titel_kontakt_05
{
	position:				absolute;
	left:					96px;
	top:					450px;
}
.kontakt_form
{
	position:				absolute;
	left:					53px;
	top:					484px;
}
/*IMPRESSUM*/
.impressum_div
{
	position:				absolute;
	left:					46px;
	top:					420px;
	
	width:					350px;
}
/*KASSE*/
.kasse_titel_02
{
	position:				absolute;
	left:					63px;
	top:					185px;
}
.kasse_felder
{
	position:				absolute;
	left:					46px;
	top:					225px;
}
.warenkorb_check
{
	position:				absolute;
	left:					46px;
	top:					215px;
}
/*LOST USERNAME*/
.lost_user_01
{
	position:				absolute;
	left:					46px;
	top:					190px;
}
/*PRIVACY*/
.privacy_div
{
	position:				absolute;
	left:					46px;
	top:					190px;
	
	width:					450px;
	
	font-size:				11px;
	font-family:ve
}