
/* basic elements */
/*---------------------------------------------------*/

body, html, div {
	margin: 0px;
	padding: 0px;
}


body {
	font: 8pt/16pt verdana, geneva, arial, sans serif;
	color: #000;
	background: #fff;

}

/* specific divs */

/* container keeps it all together */
/*---------------------------------------------------*/

#container{
	border-top:1px solid rgb(128,170,128);
	border-right: 1px solid #230;
	width:800px;
	margin: 0px;
	padding: 0px;
	background:  url(../images/head.jpg) no-repeat;
}

/* intro div and its content */
/*---------------------------------------------------*/

#intro {
	margin:0px;
	padding:0px;
	margin-top:0px;
	width:800px;
	}

#quickSummary{
	margin-top: 110px;
	width:800px;
	height: 18px;
	background: rgb(128,170,128);
}

#quickSummary p.p1 {
	font: bold 11px/14px arial,verdana, sans serif;
	color:#fff;
	padding:100px 30px 2px 30px;
}

#quickSummary p.p2{
	position:absolute;
	left:0;
	top:113px;
	font: 10px verdana, arial, sans serif;
	color: #fff;
	margin:0 20px;
}


#footer{
	position:absolute;
	left:0px;
	top:113px;
	font: 10px verdana, arial, sans serif;
	color:#fff;
	margin: 0px 30px 0px 450px;
	width:340px;
	text-align:right;
}

#quickSummary p.p2 a, #footer a{
	color:#fff;
}

#quickSummary p.p2 a:hover, #footer a:hover{
	color:#230;
	background-color:#fff;
	text-decoration:none;
}

/* visually we now move into the main area of the page
/*---------------------------------------------------*/

#preamble{
	padding:0px 30px 30px 30px;
	margin:20px 0px 0px 240px;
	border-width:0px 0px 1px 1px;
	border-color:#fff #ddd;
	border-style:solid;
	text-align:left;
	width:343px;
}

#preamble p, #explanation p, #benefits p, #participation p, #requirements p{
	text-align:justify;
}

#preamble h3{
	margin: 0px;
	width: 270px;
	height: 36px;
	border-bottom:1px solid #ddd;
}
#preamble h3 span{
	display:none
}
#preamble p.p1{
	width: 300px;
}


#supportingText{
	margin:20px 0px 0px 240px;
	padding:0px 0px 0px 30px;
	border-width:0 0 1px 1px;
	border-color:#fff #ddd;
	border-style:solid;
	width:500px;
	voice-family: "\"}\"";
	voice-family: inherit;

}

#supportingText img.img1 {
    margin: 10px 4px 10px 4px;
    padding: 2px;
}

#supportingText p.p2 {
    padding-left: 8px;
    padding-right: 8px;
}

#content {
	padding:0 0 20px 0;
	margin-bottom:20px;
	text-align:left;
	/*background: transparent url(../images/baum.gif) no-repeat bottom center;
*/}

#content p{
	padding-left: 8px;
	padding-right: 8px;
}

.p1{
	margin-top:26px;
}

#quickSummary .p1{
	margin-top:0;
}

#content h3{
	margin-top: 31px;
	min-width: 200px;
	height: 25px;
	border-bottom:1px solid #ddd;
}
#content h3 span {
	font-size: 18px;
	color: rgb(255,128,0);
	font-weight: bold;
}

/* and finally we place the list of links */
/*---------------------------------------------------*/





#linkList{
	PADDING-RIGHT: 30px;
	PADDING-LEFT: 20px;
	LEFT: 0px;
	PADDING-BOTTOM: 0px;
	WIDTH: 200px;
	PADDING-TOP: 20px;
	POSITION: absolute;
	TOP: 129px;
	background-color: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#linkList2{
	padding:0;
}

/* use images for headers */

h1.select{
}

h1.select {
	margin: 0px;
	min-width: 200px;
	height: 36px;
	border-bottom:1px solid #ddd;
}
h1.select span{
	display:none
}

/* put some style on the lists */

/* first the list of designs */
#lselect ul {
	margin: 10px 0 0 0;
	padding: 10px;
}

#lselect li {
	line-height: 2.5ex;
	list-style-type: none;
	display: block;
	padding: 5px 0px 5px 25px;
	margin: 5px 0;
	border-bottom:1px solid #eee;
}

#lselect li a{
	white-space:nowrap;
	display:block;
	font-weight:bold;
}

#lselect li a.c{
	text-decoration:none;
	display:inline;
	font-weight:normal;
}

#lselect li a.c:hover{
	text-decoration:underline;
}


/* some generic stuff */
/*---------------------------------------------------*/

a {
	color:#230;
}

a:visited {
	color:#672;
}

a:hover {
	color:#ABBC47;
}

/* and finally we use one of the extra divs available */
/*---------------------------------------------------*/

#extraDiv1{
	margin: 0 0 0 355px;
	height: 200px;
	width:3px;
	position:absolute;
	left:500px;
	top:20px;
}

#drucken {
	position:absolute;
	left: 730px;
	top: 165px;
}

