@import url(navigation.css);

body,html{
    width: 100%;
    height: 100%;
    margin: 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.bg_left{
	background-image: url(pics/bg.jpg);
	background-position: left top;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 50%;
}

.bg_right{
	background-image: url(pics/bg.jpg);
	background-position: right top;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 50%;
}

.facebook {
    border: solid #254B82 2px !important;
    background-color: white;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 210px;
    height: 62px;
}

.main{
    border: solid red 0px;
    background-color: #ffd700;
    width: 860px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    margin-left: -430px;
}
	
.head{
    position: absolute;
    background-image: url(pics/head_pic.jpg);
    background-position: bottom;
    width: 100%;
    height: 180px;
}
	
.logo{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
	
.bogen{
	border: solid red 0px;
	width: 555px;
	height: 119px;
    background-image: url(pics/bogen.png);
    overflow: hidden;
    position: absolute;
    top: 61px;
    right: 0px;
}
/*	
.head_pic{
    position: absolute;
    background-image: url(pics/head_pic.jpg);
    width: 100%;
    height: 215px;
    background-position: center;
    bottom: 0px;
}
*/	
.navi_links{
    border: solid red 0px;
    position: absolute;
    top: 190px;
    left: 10px;
    z-index: 10;
}
	
.inhalt{
    border: solid red 0px;
    position: absolute;
    top: 190px;
    left: 180px;
    right: 10px;
    bottom: 30px;
    overflow: auto;
}

.halbkreis{
	position: absolute;
	left: 0px;
	bottom: 25px;
	z-index: 1;
}
	
.fuss{
    background-color: #309;
    position: absolute;
    bottom: 0px;
	right: 0px;
	left: 0px;
    height: 20px;
    padding-right: 10px;
    z-index: 0;
    color: #6495ed;
}
