﻿/* reset.css - hier werden die Browserdefaults überschrieben, und neudefiniert.  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre, p,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
ul, ol, dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

a > h1, a > h2, a > h3, a > h4, a > h6
{
	cursor: pointer;
}

li
{
	list-style-type: none;
}

/* MAIN LAYOUT */

html {
	overflow-x: hidden; 
}

html, body, #aspnetForm {
	width: 100%; height:100%;
}

.viewPort {
	width: 100%;
	min-height: 100%;
	background: url(/Images/bg_verlauf.png) left bottom repeat-x;
}

.innerViewPort { 
	width: 100%;
	overflow: hidden;
	}

.viewFooter {
	clear: both;
	height: 60px;
	position: relative;
	margin-top: -60px;
	display: none;
}

.teaserGroup { 
	float: left;
	width: 122px;
	padding: 60px 38px 50px 20px;
}
	
.contentMain {
	float: left;
	width: 664px;
	position: relative;
}

strong
{
	font-weight:bold;
}

body 
{
	color: #494949;
	background-position:700px 150px;
	background-color: #ffffff;
	background-repeat:no-repeat;
	display: block;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	line-height:16px;
}

a:link, a:visited
{
	color: #1d8168;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	text-decoration:none;
}

a:visited 
{
	color: #1d8168;
}


.skipNav
{
	position:absolute;
	text-indent:-999em;
}

/* definition of the replaced-class used for image-replacement. */
.replaced
{
	text-indent:-1000em;
}

a.replaced
{
	display:block;
}

/* Imporatnt for PNG Fix! */
h1, h2 { font-size:10px; }

.normal { cursor: pointer; }

fieldset
{
	background:#daeae7;
	width:658px;
	padding: 20px 0 20px 18px;
	border:0px;
	position:relative;
}

fieldset br
{
	clear:both;
	margin:18px 0 0 0;
}

.LexiTitle,
.LexiTip
{
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	color:Black;
 	font-size: 10px;

}
.LexiTitle
{
	font-weight:bold;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;

}



.LexiTip A,  .LexiTip A:hover, .LexiTip  A:link, .LexiTip  A:active, .LexiTip  A:visited
{
/*			color:red; */
	    FONT-SIZE: 10pt;

}

.dbnOverlay { position: absolute; z-index: 1000; top: 0px; left: 0px; }
#dbnOverlay { background: #FFFFFF; z-index: 1001; width: 100%; height: 100%; filter: alpha(opacity=55); -moz-opacity: 0.55; opacity: 0.55; }
#dbnLayer { position: absolute; top: 150px; left: 160px; z-index: 1002; width: 768px; height: 335px; border: 1px solid #000000; background: url(/images/bgLayerPlanerwettbewerb.jpg) left top no-repeat; }
#dbnLayer h2, 
#dbnLayer h3, 
#dbnLayer p { width: 1px; height: 1px; overflow: hidden; position: absolute; top: 0px; left: 0px; }
#dbnLayer a.button { display: block; width: 129px; height: 29px; text-indent: -9999px; outline: none; background: url(/images/layerButton.gif) left top no-repeat; position: absolute; top: 255px; left: 60px; }
#dbnLayer a#closeButton { display: block; width: 25px; height: 25px; text-indent: -9999px; outline: none; background: url(/images/closeButton.gif) left top no-repeat; position: absolute; top: 0px; right: 0px; }

.pageContainer .teaserGroup a.planerBanner { display: block; width: 122px; height: 281px; outline: none; text-indent: -19999px; background: url(/images/planerwettbewerbBanner.jpg) left top no-repeat; }
.pageContainer .teaserGroup span.logoGfx { padding: 5px 0; display: block; text-align: center; }

.body_wirtschaftlich .innerViewPort { background: url(/images/bg_wirtschaftlich.jpg) 800px 235px no-repeat; }
.body_komfortabel .innerViewPort { background: url(/images/bg_komfortabel.jpg) 700px 240px no-repeat; }
.body_umweltfreundlich .innerViewPort { background: url(/images/bg_umweltfreundlich.jpg) 750px 230px no-repeat; }
.body_design .innerViewPort { background: url(/images/bg_design.jpg) 750px 235px no-repeat; }

.body_wirtschaftlich .contentMain, 
.body_komfortabel .contentMain, 
.body_umweltfreundlich .contentMain , 
.body_design .contentMain { min-height: 600px; height: auto !important; height: 600px; }
