*{
	padding: 0;
	margin: 0;
}

.clearfix {
	clear: both;
}

.bg {
	height: auto; 
	left: 0; 
	top: 0; 
	height: auto; 
	min-height: 100%; 
	width: 100%; 
	position: fixed;
}

.piclink img{
	border: none;
}

body {
	height: 100%;
	font-size: small;
	font-family: Arial, "Century Gothic", Tahoma, Verdana, Times;
}

#wrapper {
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	overflow: auto;

	
}

/* ------------------------ HEAD SECTION -------------------------- */
#head {
	background-color: #003366;
	border-bottom: white 2px solid;
	padding: 15px 0;
}
	#head img {
		float: left;
		margin-left: 20px;
	}

	#head p{
		float: left;
		margin-top: 32px;
		margin-bottom: 0;
		vertical-align: bottom;
		color: white;
		font-size: 16px;
	}
/* ------------------------ END HEAD SECTION -------------------------- */

/* ------------------------ MENU SECTION -------------------------- */

#menu_wrapper {
	background: #003366;
	margin-top: 220px;
	border-top: white 2px solid;
	padding: 15px 0;
}

	#menu_centered {
		width: 650px;
		margin: auto;
	}
	
	#menu {
		display: inline;
		margin: auto;
		text-align: center;
	}
	

	#menu ul {
		list-style: none;
	}
	
	#menu li {
		display: inline;
		margin-left: 20px;
		margin-top: 8px;
	}

	#menu li.first {
		margin-left: 0;
	}
	
	#menu li.nav-selected {
		margin-top: 0;
	}
	
	#menu a {
		text-decoration: none;
		color: white;
	}
	
	#menu a.nav-selected {
		font-size: 20px;
		font-weight: bold;
	}
	
	/*	
		#menu a:hover {
			font-size: 20px;
			font-weight: bold;
		}
		
		#menu li:hover {
			margin-top: 0;
		}
	*/

#menu_bb {
	position: relative;
	z-index: 10;
	height: 10px;
	background: url(http://www.mentor.co.at/themes/mentor_theme/images/menu_bb.png) bottom left repeat-x;
}
		
/* ------------------------ END MENU SECTION -------------------------- */

#content {
	z-index: 0;
	width: 650px;
	margin: auto;
	margin-bottom: 30px;
	margin-top: -10px;
	padding: 20px;
	background: url(http://www.mentor.co.at/themes/mentor_theme/images/content_bg.png) top left;
	text-align: justify;
}
