/* CSS Document */

body {
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#999;
	height:100%; 
	margin: 0; 
	padding:0;
}

#frame {
	margin: 0 auto 0 auto;
	height:100%; 
	width:900px;
}

#logo {
	width: 315px;
	height: 76px;
	margin-left: 12px;
}

#language {
	width: 149px;
	height: 31px;
	margin-left: auto;
	margin-top: -65px;
	background-image: url(../images/bg_lang.png);
	background-repeat: no-repeat;
	line-height:185%;
}

#slider img {
	border: 1px solid gray;
	overflow: hidden;
	width: 150px;
	height: 150px;
}

#shaddow {
	background-image: url(../images/sha.png);
	background-repeat: no-repeat;
	width: 224px;
	height: 158px;
	margin-top: 120px;
	margin-left: -85px;
}

#navigation {
	width: 255px;
	height: 261px;
	margin-top: -265px;
	background-image: url(../images/bg_navi.png);
	background-repeat: no-repeat;
	clear: left;
}

#drawing {
	width: 317px;
	height: 271px;
	margin-left: 360px;
	margin-top: -274px;
	float: none;
}

#imagescontainer {
   	position:relative;
}

#images {
	width: 255px;
	height: 342px;
	z-index: 2;
	position:absolute;
	float: left;
	overflow: hidden;
}

#mask {
	width: 255px;
	height: 342px;
	z-index: 1;
	position:absolute;
	float: left;
	overflow: hidden;
}

#content {
	width: 521px;
	height:342px;
	float: left;
	background-image: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
	margin-left: 255px;
	overflow: hidden;
}

#product {
	width: 260px;
	height: 39px;
	float: left;
	margin-left: 460px;
	margin-top: -365px;
}

#login {
	float: left;	
	margin-top: 10px;
	width: 360px;
}

#tuv {
	margin-left: 0px;
	margin-top: 15px;
	float: left;
}

#impressum {
	margin-left: 80px;
	margin-top: 15px;
	text-decoration: none;
	float: left;
}

#FlabellComponent {
	margin-bottom: 80px;	
}

form {
	margin-left: 20px;	
}

.downloads {
	margin-left: 10px;	
}

.downloads td {
	padding-right: 10px;	
	padding-left: 10px;
}

.preview {
	padding-bottom: 15px;
}

.table_content img {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
