/* COLORS ---------------

	background:		#8b8c8e;
	



*/


/* RESET ----------------- */

* {
	margin:0;
	padding:0;
	border:0;
}

:focus {
	outline:none;
}

/* UTILITY ---------------- */

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clear {
	clear:both;
}

/* MAIN -------------------- */

body {
	background:#8b8c8e;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:62.5%;*/
}

p {
	font-size:12px;
	margin:0 0 10px 0;
	line-height:15px;
}

table {
	font-size:12px;
}

caption {
	text-align:left;
	font-weight:bold;
}

a:link, a:visited, a:hover, a:active {
	color:#000;
}

h2 {
	font-size:14px;
	margin:0 0 10px 0;
}

/* LAYOUT ------------------ */

#container {
	position:absolute;
	width:950px;
	height:570px;
	top:50%;
	left:50%;
	margin:-285px 0 0 -475px;
	overflow:hidden;
	background:#fff;
}

#aktuell {
	position:absolute;
	top:0;
	left:950px;
	height:570px;
	width:950px;
	background:url(images/newsBg.jpg);
}


#projekt {
	position:absolute;
	top:0;
	left:950px;
	height:570px;
	width:950px;
	background:#fff;
}

#statements {
	position:absolute;
	top:0;
	left:950px;
	height:570px;
	width:950px;
	background:#fff;
}

#sponsoring {
	position:absolute;
	top:0;
	left:950px;
	height:570px;
	width:950px;
	background:#fff;
}

#zeitplan {
	position:absolute;
	top:0;
	left:950px;
	height:570px;
	width:950px;
	background:#fff;
}

#kontakt {
	position:absolute;
	top:0;
	left:950px;
	height:570px;
	width:950px;
	background:#fff;
}

.left {
	float:left;
	width:282px;
	height:430px;
}

.left img {
	position:absolute;
	top:50px;
	width:306px;
}

p.bildLegende {
	position:absolute;
	bottom:10px;
	text-align:right;
	font-size:9px;
	right:675px;
	width:200px;
}

img.legendenBild {
	position:absolute;
	top:auto;
	bottom:10px;
	text-align:right;
	right:675px;
	width:188px;
	height:88px;
}

.middle {
	position:absolute;
	left:300px;
	bottom:0;
	width:306px;
}

.middle img {
	width:306px;
}

.right {
	position:absolute;
	left:620px;
	top:50px;
	width:306px;
	padding:0 10px;
	height:430px;
}

.alignBottom {
	position:absolute;
	left:620px;
	bottom:0;
	width:306px;
	padding:0 10px;
}

.aufzaehlung {
	font-size:12px;
	list-style-image:url(images/bullet.gif);
	margin:0 0 10px 20px;
}

.aufzaehlung li {
	margin:0 0 2px 0;
}

/* NAVIGATION ------------- */

#navigation {
	position:absolute;
	top:101px;
	left:0;
	width:950px;
	height:32px;
	z-index:100;
}

#mainNavBg {
	position:absolute;
	top:101px;
	left:0;
	width:950px;
	height:16px;
	background:#fff;
	opacity:.5;
	filter:Alpha(opacity=50); /* Transparency in IE */
	z-index:99;
}

#subNavBg {
	position:absolute;
	top:117px;
	left:0;
	width:950px;
	height:16px;
	background:#fff;
	opacity:.8;
	filter:Alpha(opacity=80); /* Transparency in IE */
	z-index:99;
	display:none;
}

#navigation ul {
	list-style:none;
	height:16px;
	clear:both;
}

#projektMenu, #statementsMenu, #sponsoringMenu {
	display:none;
	height:16px;
	position:absolute;
	top:16px;
}

#mainMenu li a img {
	height:16px;
}

#mainMenu li, #projektMenu li, #statementsMenu li, #sponsoringMenu li {
	display:block;
	float:left;
	height:16px;
} 

#projektMenu {
	margin:0 0 0 78px;
}

#statementsMenu {
	margin:0 0 0 153px;
	width:450px;
}

#sponsoringMenu {
	margin:0 0 0 255px;
	width:400px;
}

/* AKTUELL ----------------- */

#news {
	position:absolute;
	width:480px;
	height:218px;
	left:290px;
	top:332px;
	
}

#news p {
	position:relative;
	top:20px;
	left:20px;
	margin:0 20px 10px 0;
	padding:0 20px 0 0;
	font-size:16px;
	line-height:20px;
}

#news img {
	position:relative;
	float:left;
}

p#newsLegende {
	position:absolute;
	top:auto;
	left:auto;
	right:10px;
	width:80px;
	bottom:20px;
	font-size:9px;
}

/* PROJEKT ----------------- */

#ausgangslage, #ziel, #standort, #flaechen, #baukosten, #betriebskosten, #projektgruppe, #subZeitplan, #rueckblick, #idee, #finanzierung,  #angebot, #zusagen, #voegele, #fluri, #schild, #fischer {
	position:absolute;
	left:0;
	bottom:0;
	height:430px;
	width:950px;
	display:none;
}

/* BETRIEBSKOSTEN */

#betriebskostenTitle {
	position:absolute;
	top:50px;
	width:306px;
}

#betriebskostenImage1 {
	position:absolute;
	right:396px;
	bottom:10px;
}

#betriebskostenImage2 {
	position:absolute;
	right:10px;
	bottom:10px;
}

#betriebskostenText {
	position:absolute;
	right:10px;
	top:50px;
	width:310px;
}

#betriebskostenDetails {
	position:absolute;
	width:800px;
	height:500px;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-250px;
	display:none;
	z-index:200;
	background:#fff;
	border:8px #ccc solid;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

#betriebskostenDetails img {
	position:relative;
	top:50px;
	float:left;
}

#betriebskostenDetails table {
	position:absolute;
	bottom:40px;
	right:0;
	width:400px;
	margin:0 10px 0 0;
	font-size:14px;
}

#betriebskostenDetails table tr {
	height:50px;
	margin:0 0 20px 0;
}

#betriebskostenDetails table tr.ruler {
	background:#b9c2cf;
	height:1px;
	margin:0 -10px 0 0;
}

#betriebskostenDetails table tr td span {
	background:#b9c2cf;
	padding:5px 15px 5px 5px;
	margin:0 -10px 0 0;
}

#btn_fensterSchliessen {
	position:absolute;
	bottom:40px;
	right:530px;
	color:#000;
}

#abdunkler {
	position:absolute;
	top:0;
	left:0;
	display:none;
	width:100%;
	height:100%;
	z-index:199;
	background:#000;
	opacity:.5;
	filter:Alpha(opacity=50); /* Transparency in IE */
}

#mathys, #schnyder {
	position:absolute;
	width:500px;
	height:300px;
	left:50%;
	top:50%;
	margin-left:-250px;
	margin-top:-150px;
	display:none;
	z-index:200;
	background:#fff;
	border:8px #ccc solid;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

#mathys p, #schnyder p {
	margin:20px;
}


/* ZEITPLAN ----------------------- */

#img_zeitplan {
	position:absolute;
	bottom:0;
	right:20px;
}

/* RUECKBLICK ---------------------- */
table.rueckblickstabelle tr {
	line-height:18px;
}

/* FINANZIERUNG -------------------- */
td.borderBottom {
	border-bottom:#ccc 1px solid;
}

/* ZUSAGEN ------------------------- */
#img_zusagen {
	position:absolute;
	bottom:0;
	right:0;
}

/* KONTAKT ------------------------- */
input[type='text'] {
	border:#181818 1px solid;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:276px;
	height:20px;
	padding:3px 2px 2px 2px;
	margin:0 0 10px 0;
}

textarea {
	border:#181818 1px solid;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:276px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
}

label {
	display:block;
	font-size:12px;
	margin:0 0 10px 0;
}

label.error {
	color:#f30;
	width:300px;
}

.alignTop {
	position:absolute;
	left:620px;
	top:150px;
	bottom:auto;
}

.middleTop {
	position:absolute;
	left:300px;
	bottom:auto;
	top:150px;
	width:306px;
}

#formsubmit {
	position:absolute;
	left:300px;
	bottom:62px;
	width:100px;
	height:25px;
	border:#181818 1px solid;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#ffef82;
	text-align:left;
	padding:0 0 0 5px;
}

#formsubmit:hover {
	background:#fff;
	cursor:pointer;
}