/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(./images/site_background.jpg);
	background-repeat:repeat-x;
}

.backframe {
	position: relative;
	height: 532px;
	width: 826px;
	top: 20px;
	
	margin: auto;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.box_1 {
	background-color: #FFFFFF;
	position: absolute;
	height: 290px;
	width: 378px;
	left: 0px;
	top: 0px;
}

.navbox_1 {
	background-color: #9eae81;
	position: absolute;
	height: 188px;
	width: 124px;
	left: 0px;
	top: 294px;
	bottom: 0px;
	border: 1px solid #FFFFFF;
}
.navbox_2 {
	background-color: #9eae81;
	position: absolute;
	height: 188px;
	width: 124px;
	left: 126px;
	top: 294px;
	bottom: 0px;
	border: 1px solid #FFFFFF;
}
.navbox_3 {
	background-color: #9eae81;
	position: absolute;
	height: 188px;
	width: 124px;
	left: 252px;
	top: 294px;
	bottom: 0px;
	border: 1px solid #FFFFFF;
}

.navbox_4 {
	background-color: #9eae81;
	position: absolute;
	height: 188px;
	width: 146px;
	left: 378px;
	top: 294px;
	bottom: 0px;
	border: 1px solid #FFFFFF;
}

.navbox_5 {
	background-color: #9eae81;
	position: absolute;
	height: 188px;
	width: 146px;
	left: 526px;
	top: 294px;
	bottom: 0px;
	border: 1px solid #FFFFFF;
}

.navbox_6 {
	background-color: #9eae81;
	position: absolute;
	height: 188px;
	width: 146px;
	left: 674px;
	top: 294px;
	bottom: 0px;
	border: 1px solid #FFFFFF;
}

.imagebox_1 {
	position: absolute;
	height: 290px;
	width: 148px;
	top: 0px;
	left: 378px;
}
.imagebox_2 {
	position: absolute;
	height: 288px;
	width: 148px;
	top: 0px;
	left: 526px;
}
.imagebox_3 {
	position: absolute;
	height: 290px;
	width: 148px;
	top: 0px;
	left: 674px;
}

.bottom_1 {
	background-color: #FFFFFF;
	position: absolute;
	height: 40px;
	left: 0px;
	width: 126px;
	top: 488px;
	font-size: 11px;
}
.bottom_2 {
	background-color: #FFFFFF;
	position: absolute;
	height: 40px;
	left: 126px;
	width: 126px;
	top: 488px;
	font-size: 11px;
}
.bottom_3 {
	background-color: #FFFFFF;
	position: absolute;
	height: 40px;
	left: 252px;
	width: 126px;
	top: 488px;
	font-size: 11px;
}
.bottom_4 {
	background-color: #FFFFFF;
	position: absolute;
	height: 40px;
	left: 378px;
	width: 308px;
	top: 488px;
	font-size: 11px;
}
.bottom_5 {
	background-color: #FFFFFF;
	position: absolute;
	height: 40px;
	left: 684px;
	width: 138px;
	top: 488px;
}

.shadow_1 {
	position: absolute;
	height: 4px;
	width: 822px;
	left: 0px;
	top: 290px;
	background-color:#333333;
	background-image: url(./images/shadow_1.jpg);
	background-repeat: repeat-x;
}
.shadow_2 {
	position: absolute;
	height: 4px;
	width: 822px;
	left: 0px;
	top: 484px;
	background-color:#333333;
	background-image: url(./images/shadow_2.jpg);
	background-repeat: repeat-x;
}
.shadow_3 {
	position: absolute;
	height: 4px;
	width: 822px;
	left: 0px;
	top: 528px;
	background-image: url(./images/shadow_3.jpg);
	background-repeat: repeat-x;
}
.shadow_4 {
	position: absolute;
	height: 532px;
	width: 4px;
	left: 822px;
	top: 0px;
	background-color:#333333;
	background-image: url(./images/shadow_4.jpg);
	background-repeat: repeat-y;
}
.impressum_box {
	left: 626px;
	position: absolute;
	height: 10px;
	width: 200px;
	top: 532px;
	color:#FFFFFF;
	font-size:10px;
	text-align: right;
}
.link_box {
	left: 0px;
	position: absolute;
	height: 10px;
	width: 626px;
	top: 532px;
	color:#FFFFFF;
	font-size:10px;
}


/* Setting for layer 2 and 3 */

.contentbox_1 {
	position: absolute;
	height: 290px;
	width: 296px;
	top: 0px;
	left: 378px;
	background-color: #FFFFFF;
}

.contentbox_2 {
	background-color: #FFFFFF;
	position: absolute;
	height: 188px;
	width: 294px;
	left: 378px;
	top: 294px;
	bottom: 0px;
	border: 1px solid #FFFFFF;
}
.content {
	position: absolute;
	height: 128px;
	width: 219px;
	left: 22px;
	top: 140px;
}
.content_2 {
	position: absolute;
	height: 128px;
	width: 219px;
	left: 22px;
	top: 11px;
}

.nav_image {
	margin: 1px;
	border: none;
	}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	border: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.links:hover {
	text-decoration:underline;
	cursor: pointer;
}
