body{
	/*background: url(../pics/rand.gif) repeat-y;*/
	margin: 0px;
	font: 0.9em/1em Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
}

/*hauptteil*/
#left{
	display: none;
}
#main{
	margin: 0 20px 0 20px;
	/*background: url(../pics/gross_top.jpg) no-repeat;*/
	width: 90%;
}

h1.header{
	margin: 0px;
	padding: 10px;
	color: #fff;
	font-size: 120%;
	height: 20px;
	border: none;
	font-variant: normal;
}

#content{
	/*margin-top:110px;*/
	padding: 5px 10px 10px 10px;
	/*background: url(../pics/gross_bottom.jpg) no-repeat;*/
}

h1{
	font-size:130%;
	border-bottom: 1px solid #000;
	padding: 3px;
	font-variant: small-caps 
}

h2{
	font-size:110%;
	border-bottom: 1px dotted #000;
	padding: 3px 0px 3px 10px;
	font-variant: small-caps 
}

h3{
	font-size:110%;
	font-weight: bold;
}

p{
	line-height: 1.2em;
}

#footer{
	display: none;
}

#content img.right{
	text-align: center;
	border: 1px solid #017d00;
	padding: 7px;
	background-color: #f1f3f1;
	margin: 0 0 5px 5px;
	float: right;
}

#content img.left{
	border: 1px solid #017d00;
	padding: 7px;
	background-color: #f1f3f1;
	margin: 0 10px 5px 0;
	float: left;
}

a:link{
	color: #009500;
	text-decoration: underline;
}

a:visited{
	color: #21bc39;
	text-decoration: none;
}

a:hover{
	color: #006f01;
	background-color: #b9ecc4;
	text-decoration: none;
}

a:active{
	color: #000;
	background-color: #ededed;
}

dl{
	margin-bottom: 20px;
}

dt{
	font-style: italic;
}

dd{
	margin: 3px 0px 5px 0px;
}

.quelle{
	font-size: 80%;
}

#partei dt{
	color: #009500;
	font-style: normal;
	font-weight: bold;
	background: url(../pics/arrow.gif) no-repeat 0 50%;
	padding-left: 15px;
}

dl.imp{
	font-size: 80%;
}

/*formular*/
#thisform{
	display: none;
	}

