@charset "UTF-8";
/*
 * (X)HTML/CSS Framework
 *
 *
 */ 
 
@media all
{
	/**
	 * Formatierung des Basislayout Elmente
	 */
	* {margin: 0; padding: 0;}
	option {padding-left: 0.4em;}
	 
	/* Randbereiche und Seitenhintergrund */
	html { height: 100%; margin-bottom: 1px; } 
	body {
		font-size: 100.01%;
		color: #000;
		text-align: left;
		background: #ffffff url=("/themes/marcushotz/images/page_bg02.gif"); 
		padding: 10px 0;
	}
	
	/* Layout: Breite, Hintergrund, Rahmen */
	#page_margins {
		min-width: 740px; 
		max-width: 80em; 
		margin: 0 auto; 
	}
	#page {
		background: #ffffff; 
		margin-left: auto;
		margin-right: auto;
		width: 800px;
		border-width: 1px 1px 1px 1px;
		border-style: solid;
		border-color: #fff;
		margin-bottom: 0px;
	}
	
	/* Zentrierung des Layout in alten IE-Versionen */
	body {
		text-align: center;
	}
	#page_margins {
		text-align: left;
	}
	
	/* Gestaltung der Hauptelemente des Layouts */
	#header, #nav, #main, #footer topmenu{clear: both; }
	
	#header {
		position: relative;
		color: #000;
		background: #333333 url("/themes/hotzi/images/topbanner.jpg") repeat-x top left;
		height: 130px;
		/*padding: 45px 2em 1em 20px;*/
		/*border-bottom: 5px #efefef solid;*/
	}
	
	#main {
		background: #fff;
		padding: 10px 0;
	}
	
	#footer {
		color: #555;
		height: 20px;
		/*background: #f9f9f9; */
		padding: 15px;
		/*border-top: 5px #efefef solid;*/
		text-align: center;
	}
	
	#topmenu {
		color: #555;
		height: 20px;
		/*background: #f9f9f9; */
		padding: 15px;
		/*border-top: 5px #efefef solid;*/
		text-align: center;
	}
	
	
	/**
	 * Formatierung der Inhaltscontainer
	 *
	 *
	 */
	#col1 {
		z-index: 3; 
		float: left; 
		width: 200px; 
	}
	#col1_content {
		position: relative; 
		z-index: 4; 
		padding: 10px 10px 10px 20px;
		/*border-width: 1px;
		border-style: solid;
		border-color: #aaaaaa;*/
	}
	
	#col2 {
		z-index: 5; 
		float: right; 
		width: 200px; 
	}
	#col2_content {
		position: relative; 
		z-index: 6; 
		padding: 10px 10px 10px 10px;
	}
	 
	#col3 {
		z-index: 1; 
		width: auto; 
		/*margin: 0 200px; */
		margin: 0 0 0 200px;
	}
	#col3_content {
		position: relative; 
		min-height: 330px;
		z-index: 2; 
		padding: 10px;
	}
}