/* CSS Document */
@import url("navi.css");
@import url("warenkorb.css");
@import url("artikel.css");

body {
	background-color: #FFECC9;
	font-size:10pt;
}

html > body {

	/*font-size: 30%;  /* ; Enables font size scaling in MSIE */	  	
	font-size: 10pt;
	
}


a {
	color:black;
	text-decoration:underline;
}

a:hover{
	background-color:white;
	color:black !important;
}

iframe{
	border:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	height:100%;
	width:100%;
	
	height:700px;
	
	/*height:expression(this.scrollHeight > 600 ? "auto":"45.1em"); /*ie shit*/
	
	/*
	scrollbar-3dlight-color:#FF9E00;
	scrollbar-arrow-color:#FF9E00;
	scrollbar-base-color:#FFDF00;
	scrollbar-darkshadow-color:#C64100;
	scrollbar-face-color:#FF7D00;
	scrollbar-highlight-color:#FF9E00;
	scrollbar-shadow-color:#E76100;	
	*/
}

#all{
	border:2px solid white;
	position:absolute;
	background-color:#FFDC95;/*
	background-color:#00FF00;*/
	left:50%;
	width:800px;
	margin-left:-400px;
	font-family:Tahoma, Geneva, sans-serif;
	overflow:visible;
	padding:0px;

}

#header{
	background-color:#470E1C;
	height:80px;
	overflow:visible;
	
}

#left{
/*	background-color:#C42D30;*/
	width:150px;
	border:0px;
	margin:0px;
	float:left;
}

#main{
	background-color:#FFDC95;
/*	background-color:#CC0000;*/
	padding:10px;
	margin-left:150px;
	margin-right:175px;
	margin-bottom:10px;
	width:448px;
	height:100%;
	/*min-height:400px;*/
	
	/*height:expression(this.scrollHeight > 400 ? "auto":"45.1em"); /*ie shit*/
	
}

#right{
	/*background-color:#C42D30;*/
	margin:0px;
	width:175px;
	float:right;
	border:0px;
}

#left,#right{
	padding:0px;
	margin:0px;
	overflow:hidden;
}

#footer{
	background-color:#470E1C;
	clear:both;
	padding-left:10px;
	padding-right:10px;
	color:white;
}

.footerAbstand{
	margin-left:-10px;
	margin-right:-10px;
	background-color:#FFDC95;
}

#footer a{
	color:white;
	text-decoration:none;
}

#footer a:hover{
	color:black;
}

.btn{
	border-color:#470E1C;
	background-color:#470E1C;
	color:white;
	font-size:9pt;
	margin:2px;
}

.mainTitle{
	font-variant:small-caps;
	font-weight:bold;
	font-size:12pt;
	margin:0px;
	margin-bottom:10px;
	margin-top:10px;
	padding-left:7px;
	padding-bottom:2px;
/*	width:100%;*/
	color:#470E1C;
	background-color:white;
}

