@charset "UTF-8";
/* CSS Document */

/*****************
Debugging 
*****************/
/*div { border: 1px red dashed; }*/

/*****************
Allgemein
*****************/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.6em;
	color: #000;
	background: #fff;
	text-align: center;
} 

/*****************
Struktur
*****************/
#wrapall {
	width: 100%;
	background: url(images/top_bg.gif) repeat-x left top;
	margin-bottom: 4em;
}

#wrap {
	width: 960px;
	margin: 0 auto;	
	text-align: left;
}

#top {
	height: 20.2em;
	padding-top: 1em;
}

	#nav {
		float: left;
		width: 15.5em;
		height: 16em;
		margin-top: 2em;
		padding: 1em 2.5em 1.5em 2.5em;
		border-right: 2px dotted #0f5978;
	}
	
	#prev {
		float: left;
		width: 56em;
		height: 17.5em;
		margin-top: 3em;
		padding: 0em 0 1.5em 2em;
		overflow: hidden;
	}
		#preview {
			background-color: #353337;
			height: 17.5em;	
			padding: 0;
		}
		#teaser {
			height: 10em;	
			padding: 1px 0 0 0;
			margin-top: 6.5em;
		}

#main {
	clear: both;
	margin-top: 2em;
	background: #fff;
}

	#left {
		float: left;
		position: relative;
		top: -1.2em;
		width: 15.5em;
		padding: 2.7em 2.5em 5em;
		text-align: right;
		border-right: 2px dotted #00A2ED;
	}
		
		#logo {
			float: right;
			margin-bottom: 3em;
		}
		#nav2, #div {
			float: right;
			text-align: right;
			width: 122px;
		}

	#right {
		float: left;
		width: 56em;
		padding: 1.5em 0 0 2em;
	}

		#content {
			clear: both;
			color: #000;
		}
		#list {
			float: left;
			margin-top: 1.5em;
			margin-left: 1em;
			width: 12.5em;
		}
	
#clear { clear: both; }