a, a:link, a:visited {
	color: #4a4a4a;
}

a:hover {
	color: #4a4a4a;
}

body{
	overflow-y:scroll;
}

TD, TR, BODY {
	color: #4a4a4a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

H1 {
	color:#a6832c;
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin:0;
	padding:0 0 5px 0;
}

H2 {
	color:#a6832c;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin:0;
	padding:10px 0 3px 0;
}

H3 {
	color:#a6832c;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin:0;
	padding:10px 0 2px 0;
}

p{
	margin:0;
	padding:0 0 8px 0;	
}

#container{
	width:800px;
	margin:auto;
}

#top{
	float:left;
	clear:both;
	width:100%;
}

#mainMenu{
	float:left;
	clear:both;
	width:100%;
}

#mainMenu div{
	padding:10px 100px 0 100px;
	text-align:center;
}

#mainMenu div a{
	padding:0px 7px 0px 7px;
	margin:5px 0 0 0;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:300;
	text-decoration:none;
}

#mainMenu div a.active{
	color:#a6832c;
}




#content{
	background-image:url(../bilder/mall/middle_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	float:left;
	clear:both;
	width:100%;
	margin:10px 0 0 0;
}

#content2{
	background-image:url(../bilder/mall/top_bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	float:left;
	clear:both;
	width:100%;
	padding:40px 0 0 0;
}

#content3{
	background-image:url(../bilder/mall/bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position:center bottom;
	float:left;
	clear:both;
	width:100%;
	padding:0 0 150px 0;
}

#left{
	padding:0 20px 0 20px;
	width:150px;
	min-height:250px;
	line-height: 16px;
	float:left;
}
#middle{
	padding:0 10px 0 10px;
	width:400px; 
	min-height:250px;
	line-height: 16px;
	float:left;
}
#right{
	padding:0 20px 0 20px;
	width:150px;
	min-height:250px;
	line-height: 16px;
	float:left;
}
