@import url('menu.css');
@import url('stdTags.css');
@import url('modules.css');

html, body{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: sans-serif;
	font-size: 0.9em;
}

#logo{
	position: absolute;
	right: 80%;
	top: 9px;
	width: 160px;

	z-index: 1;
}
	#logo *{
		padding: 0px;
		margin: 0px;

		text-align: center;
		color: black;
	}

	#logo h3{

		padding: 5px;
		margin: 0px;

		color: black;
		background-color: #BBBCBF;
		background-image: url('../images/background.menus.jpg');
		background-repeat: repeat-x;

		font-weight: normal;
	}
	
	#logo a{
		display: block;
		text-decoration: none;
	}

	#logo p{
		
		margin-top: 11px;
	}

#header{
	position: absolute;
	left: 21%;
	top: 9px;
	width: 69%;

	z-index: 1;
}

	#header *{
		padding: 0px;
		margin: 0px;
	}

	#header h3{

		padding: 5px;
		margin: 0px;

		color: white;
		background-color: #e10020;

		font-weight: bold;
		text-transform: uppercase;
	}
	
	#header a{
		display: block;
		text-decoration: none;
	}

	#header p{
		
		height: 115px;
		background-image: url('../images/background.header.jpg');
		background-position: right bottom;
		background-repeat: no-repeat;
	}

	#header p img{
		margin-top: 56px;
		margin-left: 12px;
	}

#subMenu{
	position: absolute;
	right: 80%;
	top: 150px;
	width: 160px;

	padding-bottom: 50px;

	background-color: #BBBCBF;
	background-image: url('../images/background.submenu.jpg');
	background-repeat: no-repeat;

	z-index: 2;
}

#mainMenu{
	position: absolute;
	left: 21%;
	top: 150px;
	width: 69%;
	

	padding: 5px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	

	color: black;
	background-color: #BBBCBF;
	background-image: url('../images/background.menus.jpg');
	background-repeat: repeat-x;

	z-index: 3;
}


#infobox{
	position: absolute;
	left: 76%;
	top: 190px;
	width: 14%;

	padding: 0px;
	margin: 0px;
	

	color: black;
	background-color: white;

	font-size: 0.9em;

	z-index: 4;
}
	#infobox h2
	{
		margin:0px;
		padding: 4px;
		
		color: black;
		background-color: #BBBCBF;
		background-image: url('../images/background.menus.jpg');
		background-repeat: repeat-x;
	}

	#infobox p
	{
		padding: 6px;
		margin: 0px;
	}

	#infobox img{
		margin: 10px;
		border: none;
	}
	
	#infobox div.module{
		margin-bottom: 15px;
		border: 1px solid #c4c5c7;
	}

#content{
	
	position: absolute;
	left: 21%;
	top: 190px;
	width: 53%;
	

	margin: 2px;
	padding: 0px;

	z-index: 4;

	color: black;
	background-color: white;
}

#footer{
	margin-top: 21pt;
	margin-bottom: 21pt;
}

	#footer a{
		font-size: 0.8em;
		color: #aaaaaa;
	}

#address{
	display: none;
}
