/*
 *  Client:    Christine Hemmann-Moll
 *  Author:    Markus Müller @ feedback media design
 *  Date:      December 8th, 2011
 * ___________________________________________________
 */

	html,
	body,
	*
	{
		margin: 0;
		padding: 0;
		border: 0;
		outline: none;
	}

/*
 *  Background
 * ___________________________________________________
 */

	body
	{
		overflow: hidden;
		background-color: #fff;
		font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	}

	#image
	{
		z-index: 2;
		position: absolute;
		width: 100%;
		height: 600px;
		opacity: 0;
	}
	
	#background
	{
		z-index: 1;
		position: absolute;
	}

/*
 *  Content
 * ___________________________________________________
 */

	#poster
	{
		z-index: 10;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
	}
	
	#poster img
	{
		position: absolute;
		top: 0;
		left: 0;
	}

	#container
	{
		z-index: 3;
		overflow-y: scroll;
		position: absolute;
		top: 0;
		left: 0;
		padding: 0 90px 0 0;
		width: 495px;
		height: 100%;
	}
	
	#container hr
	{
		margin: 30px 0 30px 0;
		width: 495px;
		height: 1px;
		border-top: 1px solid #e1e1e1;
	}
	
	#container #header
	{
		margin-top: 30px;
		width: 495px;
		text-align: right;
	}
	
	#container h1,
	#container p
	{
		width: 480px;
		text-align: left;
	}
	
	#container h1
	{
		padding: 90px 0 0 0;
		font-size: 24px;
		font-weight: normal;
		line-height: 30px;
		color: #9ba610;
		text-shadow: 0 0px 0 #fff;
	}
	
	#container p
	{
		font-size: 13px;
		line-height: 22px;	
		color: #58585a;
		text-shadow: 0 0px 0 #fff;
	}
	
	#container p strong
	{
		color: #9ba610;
	}
	
	#container p em
	{
		font-style: normal;
		font-weight: bold;
	}
	
	#container p.margin
	{
		margin: 20px 0 0 0;
	}
	
	#container p a
	{
		padding: 0 0 2px 0;
		font-weight: bold;
		text-decoration: none;
		color: #58585a;
		border-bottom: 1px dotted #ccc;
		text-shadow: 0 0px 0 #fff;
	}
	
	#container p a:hover
	{
		color: #9ba610;
		border-bottom: 1px dotted #9ba610;
	}
	
	#content ul
	{
		margin: 20px 0 0 30px;
		list-style: none;
	}
	
	#content ul li
	{
		padding: 0 0 0 24px;
		font-size: 13px;
		line-height: 22px;
		color: #58585a;
		text-shadow: 0 0px 0 #fff;
		text-align: left;
		background: url(../img/list.png) no-repeat left center;
	}
	
/*
 *  Navigation
 * ___________________________________________________
 */

	ul#navigation
	{
		padding: 0 0 100px 0;
		width: 495px;
		height: 30px;
		list-style: none;
	}
	
	ul#navigation li
	{
		float: left;
		margin: 0 16px 0 0;
	}
	
	ul#navigation li:last-child
	{
		margin: 0;
	}
	
	ul#navigation li a
	{
		display: block;
		font-size: 14px;
		color: #505050;
		text-decoration: none;
		text-shadow: 0 0px 0 #fff;
	}
	
	ul#navigation li a:hover
	{
		padding: 0 0 5px 0;
		color: #58585a;
		border-bottom: 1px solid #58585a;
	}
	
	ul#navigation li.current a
	{
		color: #a2ad00;
	}
	
	ul#navigation li.current a:hover
	{
		border: 0;
	}
	
	ul#navigation li a#homepic {
		width: 16px;
		height: 25px;
		background: url("../img/icon_home_normal.png") no-repeat 0 0;
		margin-top: -9px;
	}
	ul#navigation li a#homepic:hover {
		background: url("../img/icon_home_over.png") no-repeat 0 0;
		border-bottom: none;
	}

/*
 *  Table
 * ___________________________________________________
 */

	table
	{
		margin: 10px 0 10px 0;
		border-collapse: collapse;
	}
	
	table tr td
	{
		font-size: 12px;
		line-height: 22px;	
		color: #58585a;
		text-shadow: 0 0px 0 #fff;
		text-align: left;
	}
	
	table tr td.fixed
	{
		width: 30px;
	}

/*
 *  Helper
 * ___________________________________________________
 */

	#container hr.clear
	{
		clear: both;
		border: 0;
		width: 0;
		height: 0;
	}