/********************************************************************
	File:   
		common.css
	Brief:  
		Hold styles used in the german version of the site.
	Author:
		CreativeReleaseDesigns
	Author URL:
		http://www.creativereleasedesigns.com
*********************************************************************/

/**********************************************************
	NAVIGATION
**********************************************************/

nav {
	display: block;
	height: 140px;
	width: 405px;
	margin: 0px;
	padding: 28px 0px;
	float: left;
}

nav ul {
	display: block;
	margin: 0px 0 0 240px;
	text-decoration: none;
	list-style-type: none;
	line-height: 18px;	
}

nav ul li {
	text-decoration: none;
	display: block;
}
