/*************************************************************************************************/
/*****                           CSS Für den Layoutaufbau                                    *****/
/*************************************************************************************************/
html{
	height:100%;
}
body{
	margin:0px; padding:0px; border:0px solid #FF0000;
	height:100%;
	background-color:#FFFFFF; background-image:url(../bg_nav.gif); background-repeat:repeat-y;
	text-align:left;
}
#site{
	margin:0px; padding:0px; border:0px solid #FF0000;
	width:1010px;
}
#banner{
	margin:0px; padding:0px; border:0px solid #FF0000;
	height:153px;
	background-image:url(../bg_banner.gif); background-repeat:no-repeat; background-color:#AABADB;
}
#login{
	margin:0px; padding:0px; border-right:1px solid #405685; border-bottom:1px solid #405685;
	position:absolute; top:38px; left:813px; z-index:1;
	background-color:#4A65B3; background-image:url(../bg_box.gif); background-repeat:no-repeat;
	width:170px; height:100px;
}
#balken-0{
	margin:0px; padding:3px 10px 0px 0px; border:0px solid #FF0000;
	height:22px;
	background-image:url(../bg_balken.gif); background-repeat:repeat-x;
	text-align:right; line-height:16px;
	color:#FFFFFF;
}
#balken-1{
	margin:0px; padding:0px; border-bottom:1px solid #3F5584;
	height:16px;
	background-color:#6A8AA3;
	font-size:12px; line-height:14px;
	color:#FFFFFF;
}
#nav{
	margin:0px; padding:0px; border:0px solid #FF0000;
	float:left; clear:right;
	width:210px; height:630px;
}
#main{
	margin:55px 0px 55px 0px; padding:0px; border:0px solid #FF0000;
	float:left; clear:right;
	width:590px;
	text-align:left;
}
#suche{
	margin:0px; padding:0px; border-right:1px solid #405685; border-bottom:1px solid #405685;
	position:absolute; top:183px; left:615px; z-index:1;
	background-color:#4A65B3; background-image:url(../bg_box.gif); background-repeat:no-repeat;
	width:170px; height:72px;
}
#warenkorp{
	margin:0px; padding:0px; border-right:1px solid #405685; border-bottom:1px solid #405685;
	position:absolute; top:183px; left:813px; z-index:1;
	background-color:#4A65B3; background-image:url(../bg_box.gif); background-repeat:no-repeat;
	width:170px; height:81px;
}
#news{
	margin:0px; padding:0px; border-right:1px solid #405685; border-bottom:1px solid #405685;
	position:absolute; top:275px; left:813px; z-index:1;
	background-color:#4A65B3; background-image:url(../bg_box.gif); background-repeat:no-repeat;
	width:170px;
}

/*************************************************************************************************/
/*****                                           Lable                                       *****/
/*************************************************************************************************/
#menue-1-lable{
	margin:10px 0px 0px 0px;
}
#menue-2-lable{
	margin:50px 0px 0px 0px;
}
#menue-1-lable, #menue-2-lable{
	padding:3px 0px 0px 3px; border:0px solid #FF0000;
	width:192px; height:32px;
	background-image:url(../bg_lable-1.gif); background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:14px;
}
.menue-0-link{
	margin:1px 5px 1px 5px; padding:0px; border:0px solid #ff0000;
	font-size:12px; 
	color:#FFFFFF;
	text-decoration:none;
}
.menue-0-link:hover{
	color:#000000;
	text-decoration:underline;
}
/*************************************************************************************************/
/*****                                    Artikelliste                                       *****/
/*************************************************************************************************/

.artikel{
	margin:1px; padding:1px; border:1px solid #3F5584;
	background-image:url(../bg_lable-2.gif); background-repeat:no-repeat; background-color:#C3D1EB;
	width:587px; height:250px;
	text-align:left;
}
.thumb-bereich{
	margin:0px; padding:0px; border:0px solid #000000;
	float:left; clear:right;
	width:140px; height:140px;
	text-align:center;
}
.thumb-link{
	margin:0px; padding:0px; border:1px solid #000000;
}
.info-artikel{
	margin:0px; padding-top:32px; border:0px solid #FF0000;
	float:left; clear:right;
	width:435px; height:140px;
}
.fuss-artikel{
	margin:3px 0px 10px 10px; padding:0px; border:0px solid #FF0000;
	float:left; clear:both;
	text-align:left;
}

.rub-info{
	margin:1px; padding:6px; border:1px solid #3F5584;
	background-color:#C3D1EB;
	clear:both;
	width:577px;
}

/*************************************************************************************************/
/*****                                     Formularelemente                                  *****/
/*************************************************************************************************/
form{
	margin:0px; padding:0px;
}
.button-weiss{
	margin:0px; padding:0px; border:0px solid #FF0000;
	width:31px; height:10px;
	background-image:url(../btn_w.gif); background-repeat:no-repeat; background-color:#4A65B3;
	cursor:pointer;

}
.button-weiss:hover{
	cursor:pointer;
}
/*************************************************************************************************/
/*****                                     Sonstiges                                         *****/
/*************************************************************************************************/
.hidden-width{
	margin:0px; padding:0px;
	width:1010px; height:1px; 
}
