@charset "UTF-8";
/* CSS Document */

/*****************
Struktur
*****************/

#top {
	height:137px;
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	margin-left: -5px;
}
	#logo {
		text-align: right;
		margin-top: 13px;
		margin-right: 13px;
		padding:0;
		/*display:inline;*/
		}
	#lang {
		text-align: right;
	}
	
#nav1 {
	clear: both;
	height: 1em;
	/*background: #fff url(images/nav1_bg.gif) repeat-x left bottom;*/
	margin-bottom: 0.2em;
	margin-top: -15px;
	padding: 0.7em 0 0.7em 2.2em;
}

#medium {
	clear: both;
	height: 200px;
	margin-bottom: 3.5em;
}
	#img {
		float: left;
		width: 663px;
		height: 200px;
		margin-right: 2px;
/*		background: url(images/teaser_sub.jpg) no-repeat left top;*/
	}
	#container {
		float: left;
		width: 240px;
		color: white;
	}
		#success {
			height: 150px;
			width: 190px;
			background: url(images/temp_success_bg.jpg) no-repeat left top;
			padding: 25px;
		}

#main {
	clear: both;
	width: 100%;
}
	#main_content {
		float: left;
		width: 430px;
		margin-left: 2.2em;
		margin-right: 1em;
	}
	#above_content {
		float: left;
		border-bottom: 1px solid #ff0000;
		padding-bottom: 2px;
		margin-bottom: 1.8em;
                width:100%;		
	}
		#clickpath {
			float: left;
		}
		#functions {
			float: right;
			width: 60px;
		}
		#contact_us {
			float: left;
			position: relative;
			top: 2px;
			margin-right: 5px;
		}
		#tipafriend {
			float: left;
			margin-right: 5px;
		}
		#print {
			float: right;
		}
	#content {
		clear: both;
		width: 42em;
		margin-right: 1em;
	}
	#inter {
		float: left;
		width: 20em;
		margin-right: 2em;
	}
		#nav2 {
			float: left;
			width: 16em;
			background: #fce5e6;
			border-top: 1.4em #ff0000 solid;
			border-bottom: 1px solid #ff0000;
			padding: 2em;
		}
		#downloads {
			width: 16em;
			clear: both;
		}
	#slideshow {
		float: left;
	}
	
	#clear {
		clear: both;
	}
	
