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

html, body {
width:100%;
height:100%;
min-height:100%;
padding:0;
margin:0px auto;
background-color:#fff;
background-image:url(../layout/bg.jpg);
}

#Tabelle_01 {
	position:relative;
	margin:0px auto;
	top:0px;
	width:1280px;
	height:1492px;
	box-shadow:0px 0px 30px #cccccc;
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:280px;
	height:200px;
	background-color:#fff;
}

#navigation {
	position:absolute;
	left:280px;
	top:0px;
	width:1000px;
	height:200px;
	background-color:#fff;
}

#slider {
	position:absolute;
	left:0px;
	top:200px;
	width:1280px;
	height:300px;
	z-index:2;
}

#a1 {
	position:absolute;
	left:0px;
	top:500px;
	width:430px;
	height:357px;
	background-image:url(../layout/layout_04.jpg);
	background-repeat:no-repeat;
}

#a2 {
	position:absolute;
	left:430px;
	top:500px;
	width:421px;
	height:357px;
	background-image:url(../layout/layout_05.jpg);
	background-repeat:no-repeat;
}

#a3 {
	position:absolute;
	left:851px;
	top:500px;
	width:429px;
	height:357px;
	background-image:url(../layout/layout_06.jpg);
	background-repeat:no-repeat;
}

#c1 {
	position:absolute;
	left:0px;
	top:857px;
	width:851px;
	height:495px;
	background-color:#fff;
}

#c2 {
	position:absolute;
	left:851px;
	top:857px;
	width:429px;
	height:495px;
	background-color:#fff;
}

#f1 {
	position: absolute;
	left: 0px;
	top: 1351px;
	width: 851px;
	height: 140px;
	background-color: #4b4d52;
}

#f3 {
	position:absolute;
	left:851px;
	top:1351px;
	width:429px;
	height:140px;
	background-color:#4b4d52;
}

.logo{
	margin-left:30px;
	margin-top:20px;
}
