/* LAYOUT */
.body{
	background-attachment: scroll;
	background-image: url(../img/GM_08_Background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #E6E6E6;
}
.clear {
	clear:both;
}
div#container{
	background: none;
	text-align: center;	/* Center (IE) */
}

div#page{
	background: transparent url(../img/gm_08_Background.gif) repeat-x scroll top;	/* Page background */	
	text-align: center;
}

	/* TOP */

div#top{
	height: 145px;
	background: #fff url(../img/header_bg.jpg) repeat-x;
	position: relative;
	width: 100%;	/* Page width */
	margin: 0px auto;	/* Center (other browsers) */
}
	div#header {
		width: 900px;
		height: 100px;
		background: transparent none no-repeat 0% 0%;
		margin:0px auto;
	}
	
	div#header img { margin: 0px 10px; }

	div#top-bar{
		min-height: 45px;
		height:		auto !important;
		height: 	45px;
		border:0px solid red;
		background: #333333 url(../img/top_links_bg.jpg) repeat-x;
	}

		div#menu-top{
			width:900px;
			margin:0 auto;
		}


	/* MIDDLE */
div#middle-wrapper {
	background: #fffefe url('../img/middle-wrapper-bg.gif') repeat-x top;
	text-align: center;
}
div#middle{
	text-align: left;
	width: 100%;
	min-height: 555px;
	height: auto !important;
	height:555px;
	background-color: #fff;
	color:#2d1703;
	width: 984px;	/* Page width */
	margin: 0px auto;	/* Center (other browsers) */
}
		div#left-column{
			margin-left: 55px;
			margin-top:	50px;
			width: 180px;
			float: left;
		}
		div#right-column{
			width: 720px;
			float: left;
		}
		
		div#right-column div#main table {  }
		div#right-column div#main div#thTbar table { display: inline; } 
		div#right-column div#main div#category_at { display: none; }
		

		div#menu{}
		div#menu-catalogue {}
		
		div#calendar{}
		
		div#search{}
		div#news{}
		div#extra-content{}
		div#shopping-info{}
		div#shopping-cart{}
	
	div#main-column{
		/*float: right;*/
		/*width: 100%; 10px margin right */
	}

		div#content{
			height: 	1%;
			background: transparent;
			margin: 25px;
		}

	/* BOTTOM */

div#bottom{
	text-align: center;
	background: #e6e6e6 url(../img/GM_08_foturfade.gif) no-repeat left top;
	width: 100%;	/* Page width */
	margin: 0px auto;	/* Center (other browsers) */
	padding: 15px 0;
}

	div#bottom-wrapper{
		width: 984px;
		margin: 0px auto;
	}

		div#HafaSamband{
			width: 170px;
			float: left;
			margin-left: 10px;
		}
		
		div#mailing-list{
			margin-left: 185px;
			float: left;
			height: 110px;
			width: 240px;
		}
	
		div#footer {
			color: #FFF;
			float: left;
			text-align: left;
			color: black;
			margin-left: 140px;
		}
			div#footer a:link { color: #695f3b; }
			div#footer a:visited {}
			div#footer a:hover { color: #ffc20e; }
			div#footer a:active {}
								
	div#copyright{ 
		float: left; 
		width: 100%; 
		padding-top:20px;
	}
	
div#right-column div#main div#thTbar {
		left:185px;
		position:relative;
		top:25px;
}

div#menu-catalogue div#thTbar {
	position: relative;
	right: 15px;
}

div#main-column div#main{
	width: 680px;
}