*{
	margin: 0;
	padding: 0;
}

a:link
{
	text-decoration: underline;
	color: black;
}

a:visited
{
	text-decoration: underline;
	color: black;
}

a:hover
{
	text-decoration: underline;
	color: red;
}

a:active 
{
	color: black;
}

	a.topLink:link
	{
		text-decoration: none;
	}
	
	a.topLink:visited
	{
		text-decoration: none;
	}
	
	a.navLink:link
	{
		color: #ffffff;
		text-decoration: none;
	}
	
	a.navLink:visited
	{
		text-decoration: none;
		color: #ffffff;
	}
	
	a.navLink:active 
	{
		color: #ffffff;
	}

body
{
	background: #ffffff url(images/bg.png) repeat-x;
	background-position: center bottom;
	
	font-family: arial;
}

p
{
	margin-bottom: 15px;
	font-family: arial;
	font-size: 0.8em;
	line-height: 1.2em;
}

h1
{
	font-family: arial;
	letter-spacing: 1px;
}

h2
{
	font-family: arial;
	
	margin-bottom: 15px;
	
	letter-spacing: 1px;
	line-height: normal;
}

h3
{
	font-family: arial;
	font-size: 0.9em;
}

ul 
{
	list-style-position: inside;
	margin-top: 10px;
	margin-bottom: 10px;
}

li 
{
	font-size: 0.8em;
	padding: 5px;
}

#wrapper
{
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 20px;
	margin: auto;
	width: 900px;
}

#header
{

}

	#logo
	{
		border: 0;
		margin-left: -60px;
	}
	
	#topNavigation
	{
		width: 100%;
		
		padding-bottom: 5px;
		border-bottom: 1px dotted #cccccc;
	}
	
		#topMenu
		{
			margin-bottom: 0;
		}
		
		.topMenuItem
		{
			display: inline;
			
			font-family: Lucida Sans, Georgia;
			font-size: 0.8em;
			
			margin-right: 40px;
			
			padding-bottom: 2px;
			padding-top: 2px;
			padding-left: 10px;
			padding-right: 10px;
		}
		
		#topMenuSelected
		{
			background-color: #FFB889;
		}

#content
{
	width: 100%;
	min-height: 400px;
	padding-bottom: 60px;
}
	#text
	{
		width: 800px;
	}

	#headerOne
	{
		margin-top: 25px;
		margin-bottom: 15px;
	}
	
	.firstPara
	{
		font-size: 1.2em;
		letter-spacing: 0.5px;
	}
	
	.secondPara
	{
		font-size: 0.9em;
		letter-spacing: 0.4px;
		word-spacing: 2px;
	}

#navigation
{
	width: 100%;
	height: 435px;
}
	.navTitle
	{
		margin-bottom: 15px;
		color: #ffffff;
		font-size: 1.5em;
		font-family: Trebuchet MS, arial;
	}

	#navLeft
	{
		float: left;
		width: 390px;
	}
	
		#navList
		{
			list-style-position: inside;
			list-style-type: none;
		}
		
		.navListItem
		{
			font-family: Lucida Sans, Georgia;
			font-size: 1em;
			
			color: #ffffff;
			
			margin-bottom: 15px;
		}
	
	#produktBox
	{
		float: left;
		
		margin-top: 20px;
		
		width: 150px;
	}
	
		#produktBoxImage
		{
			border: 0;
		}
	
	
	#navRight
	{
		float: right;
		width: 300px;
	}
	
		.newsTitle
		{
			color: #ebebeb;
		}
		
		.newsDate
		{
			color: #8a8888;
		}
		
		.newsPara
		{
			color: #ebebeb;
		}
		
	.contact
	{
		color: #ebebeb;
	}
	