body {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1A3C46;
	background: #94A2AC url(../grafiken/background.jpg) 50% repeat-y;
}

#container {
	position: absolute;
	width: 954px;
	left: 50%;
	margin-left: -476px;
}

html>body #container {
	margin-left: -477px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 954px;
	height: 153px;
	background: url(../grafiken/header.jpg);
}

#navi-top {
	position: absolute;
	left: 808px;
	top: 0;
	height: 20px;
	z-index: 2;
}

#navi {
	position: absolute;
	height: 27px;
	width: 920px;
	top: 153px;
	left: 0px;
	background: url(../grafiken/navi/navi-bg.jpg) repeat-x;
	padding-left: 34px;
}

#content {
	position: absolute;
	top: 180px;
	left: 145px;
	width: 529px;
	min-height: 350px;
  	height: auto !important;
  	height: 350px;  /*für den IE */
	padding: 25px 30px 20px 34px;
}

	#content .screenshot {
		float: right;
		margin: 0px 0px 10px 10px;
	}
	
	#content .screenshot-box {
		width: 100%;
		padding-bottom: 20px;
		}
		
		#content .screenshot-box img {
			float: right;
			margin-left: 20px;
			}
		
		#content .screenshot-box .clear {
			clear: both;
			}
	
	#content abbr, acronym, span.abbr {
  		cursor: help;
  		border-bottom: 1px dashed #000;
	}
	
	#content h1 {
		font-size: 16px;
		font-weight: normal;
		text-transform: uppercase;
		color: #969700;
	}
	
	#content h2 {
		font-size: 12px;
		font-weight: normal;
		text-transform: uppercase;
		color: #969700;
		margin: 0;
		display: block;
	}

#left {
	position: absolute;
	top: 180px;
	left: 0;
	width: 151px;
	min-height: 350px;
  	height: auto !important;
  	height: 350px;  /*für den IE */
	padding-top: 25px;
	text-align: right;
	background: url(../grafiken/headline-bg.jpg) top left no-repeat;
}

	#left img {
		margin-bottom: 10px;
	}
	
	#left img.headline {
		margin-bottom: 70px;
	}
	
#right {
	position: absolute;
	top: 180px;
	float: right;
	left: 738px;
	width: 194px;
	padding: 25px 10px 20px 11px;
	font-size: 10px;
}

	#right .top-features {
		font-size: 11px;
	}
	
	#right .top-features a:link, #right .top-features a:active, #right .top-features a:visited {
		font-size: 11px;
		text-decoration: none;
		color: #1A3C46;
	}

#footer {
	clear: both;
	width: 954px;
	height: 20px;
	background-color: Black;
}

#partner a:link, #partner a:active, #partner a:visited {
	font-size: 10px;
	color: #666;
	text-decoration: none;
	}

#partner a:hover {
	color: #5a8c94;
	text-decoration: underline;
	}

/* ------------------------------------------------------- */

a:link, a:active {
	color: #969700;
	text-decoration: underline;
}

a:visited {
	color: #5a8c94;
	text-decoration: underline;
}

a:hover {
	color: #969700;
	text-decoration: underline;
}

hr {
		border: none;
		background-color: #969700;
		height: 1px;
	}

ul {
	margin-left: 0px;
}

input, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #D0D0D0;
	padding: 3px;
	background-color: #fff;
	color: #969700;
}