@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	background-color:#0080d4;
	vertical-align:top;
	margin:0px;
	height:100%;
	overflow:scroll;
}
html {
	margin:0px;
	height:100%;
}

/*Schrift */
.ueberschriften {
	font-weight:bold;
}
.Titel {
	font-size:20px;
	font-weight:bold;
}

/*Generaldivs */
#backgrounddiv {
	position: relative;
	background-color:#FFF;
	width:950px;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
	top:0px;
}
#maindiv {
	position: relative;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	height:auto;
	top:0px;
	background-image:url(pictures/menu/LogoFarben.jpg);
	background-color:#FFF;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	background-repeat:repeat;
	z-index:2;
}
#headdiv {
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	top:0px;
	z-index:3;
	background-color:#FFF;
}
#logo {
	position:absolute;
	width:277px;
	height:100px;
	border:0px;
	top:0px;
}
#home {
	position:absolute;
	width:103px;
	height:40px;
	left:277px;
	top:0px;
}
#liegenschaften {
	position:absolute;
	width:213px;
	height:56px;
	left:380px;
	border:0px;
	top:0px;
}
#genossenschaft {
	position:absolute;
	width:236px;
	height:56px;
	left:593px;
	border:0px;
	top:0px;
}
#kontakt {
	position:absolute;
	width:121px;
	height:56px;
	left:829px;
	border:0px;
	top:0px;
}

/*Home */
#newsportal {
	position:absolute;
	left:277px;
	top:56px;
	height:44px;
	width:169px;
}
#sitemap {
	position:absolute;
	left:446px;
	top:56px;
	height:44px;
	width:126px;
}
#resthome {
	position:absolute;
	right:0px;
	top:56px;
	height:44px;
	width:378px;
}

/*Liegenschaften */
#talstrasse {
	position:absolute;
	left:277px;
	top:56px;
	height:44px;
	width:134px;
}
#mietzinse {
	position:absolute;
	left:411px;
	top:56px;
	height:44px;
	width:139px;
}
#dokumente {
	position:absolute;
	left:550px;
	top:56px;
	height:44px;
	width:168px;
}
#restliegenschaften {
	position:absolute;
	right:0px;
	top:56px;
	height:44px;
	width:232px;
}

/*Genossenschaft */
#statuten {
	position:absolute;
	left:277px;
	top:56px;
	height:44px;
	width:112px;
}
#organisation {
	position:absolute;
	left:389px;
	top:56px;
	height:44px;
	width:175px;
}
#strategie {
	position:absolute;
	left:564px;
	top:56px;
	height:44px;
	width:130px;
}
#restgenossenschaft {
	position:absolute;
	right:0px;
	top:56px;
	height:44px;
	width:256px;
}

/*Kontakt */
#forum {
	position:absolute;
	left:277px;
	top:56px;
	height:44px;
	width:94px;
}
#restkontakt {
	position:absolute;
	right:0px;
	top:56px;
	height:44px;
	width:579px;
}

/*Statuten */
.tabelle {
	margin-left:25px;
	width:900px;
}
/*Liegenschaften */
#picturediv {
	position:absolute;
	width:350px;
	left:0px;
}
#textdiv {
	position:absolute;
	width:650px;
	left:290px;
}
.centertable {
	text-align: center;
}
#siegeldiv {
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align:right;
}
