/**
* (C) by Andreas Zeman 2008,
* 
**/

html, body {
	margin:0px;
	padding:0px;
	height:100%; /* important */
	}

	
body {
	text-align:center;
	}

div {
	text-align:left;
	border:0px;
}

#top {
	top:0px;
	left:0px;
	height:154px;
	width:907px;
	margin:0px auto;
	background-image:url(../../img/top.gif);
	background-repeat:no-repeat;
}


#container {
	margin:0px auto 0px auto;
	padding:0px;
	width:859px;
	text-align:left;
	position:relative;
	font-size:0px; /* essential */
	background-image:url(../../img/content_side.gif);
	background-repeat:repeat-y;
}

/* for Internet Explorer */
/*\*/
* html #container {
	width:859px;
	w\idth:859px;
}
/**/

#top-navigation {
	position:relative;
	top:0px;
	left:0px;
	padding:0px 0px 0px 166px;
	margin:0px;
	width:693px;
	height:27px;
	background-image:url(../../img/top_navigation.gif);
	background-repeat:no-repeat;
}

* html #top-navigation {
	height:27px;
	width:859px;
	w\idth:693px;
	heigh\t: 27px; 
}

#top-content {
	position:relative;
	top:0px;
	left:0px;
	width:859px;
	height:15px;
	background-image:url(../../img/content_top.gif);
	background-repeat:no-repeat;
}

#left {
	float:left;
	width:154px;
	left:0px;
	padding-top:19px;
	min-height:300px;
	height:auto;
	position:relative;
	}
		
* html #left {
	height:300px;
}
	
#right {
	float:left;
	width:154px;
	right:0px;
	padding:19px 0px 0px 0px;
	position:relative;
	}
	
/* a hack so that IE5.5 faulty box model is corrected */
	
#content {
	width:507px;
	position:relative;
	float:left;
	padding:19px 22px 30px 22px;
	overflow:hidden;
}

* html #content {
	width:551px;
	w\idth:507px;
}

.clear {
	clear:both;
	}

	
#footer {
	clear:both;
	background-image:url(../../img/footer.gif);
	background-repeat:no-repeat;
	width:699px;
	height:11px;
	padding:0px 160px 0px 0px;
	text-align:right;
	background-position:bottom;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #footer {
	width:859px;
	w\idth:699px;
	}

#end {
	width:100%;
	height:20px;
	background-color:#FFF;
}

#content #title {
	color:#0070ff;
	margin:0px 0px 25px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:2px solid #504545;
}

#content #title h1 {
	color:#000000;
	padding:0px 0px 0px 0px;
	margin:0px;
}

