body {
	font-family: Arial,Helvetica, sans-serif, Verdana;
	font-size:62.5%;
	background-color: #FAF4DC ;
	color: #000000;
	padding:0;
	margin:0;
	background-image: url(layout/hinter.gif);
	background-position: center;
	background-repeat: repeat-y;

}

a, a:active, a:visited {	
	color: #25955F ;
 	text-decoration: none;
}
a:hover {	
	color: #25955F ;
	text-decoration:underline; 
}

p, pre, td , h5{
	margin:0 5px 10px 0;
	padding: 0;
	line-height: 1.8em;
	font-size: 1.25em;
}
td p{
	margin:0 5px 10px 0;
	padding: 0;
	font-size: 1.0em;
}

#right p{

	line-height: 1.15em;

}
#main li {
 	font-size: 1.0em; 
 	line-height: 1.0em;
}
/*---Vererbung in Liste wieder aufheben, damit Schrift nicht größer wird----*/ 
#main li ul{
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

h1 {
	padding: 0 0 10px 0;
	margin:0;
	font-size: 2.1em;
	color:  #25955F ;
}

h2 {
	padding: 0 0 10px 0;
	margin:0;
	font-size: 1.5em;
		color:  #25955F ;
}

h3 {
	padding: 0 0 10px 0;
	margin:0;
	font-size: 1.2em;
	color:  #000000 ;
}

#right h1, #right h2, #right h3{
	color: #000000;
} 
img { 
	border: 0;
}
/*-------Suche (form) ---------*/
form.suche {
	margin:0 0 0 10px;
	padding:0;
	border: 0;
}
form.suche input.suchfeld {
	background-color: #F4E3A1 ; 
	color: #25955F;
	border: 1px solid #25955F;
	padding: 2px 0 1px 3px;
	margin:3px 0 0 0 ;
	font-size: 1em;
	width: 150px;
}
/*---allgemeines Layout----*/

#container{
	margin: 0 auto 0 auto;
	position: relative;
	width: 942px;
}

#head {
	width: 940px;
	height: 235px;
	background-image: url(layout/djk-logo-head.gif);
	background-repeat: no-repeat;
	margin:0;
	padding: 50px 0 0 0;
	text-align: center;
}
#head h1{
	color: #25955F;
}

#head p {
	right: 100px;
	top: 50px;
	position: absolute;
	text-align: left;
	font-weight: bold;
	line-height: 1.25em;
}

#headfoto{
	height: 100px;
	padding: 10px 10px 10px 0;
	margin:0;
	background-color: #25955F;
	width: 900px;
	position: absolute;
	top: 125px;
	background-image: url(layout/border-right.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#headinfo{
	height: 5px;
	padding: 10px 10px 10px 0;
	margin:0;
	width: 885px;
	position: absolute;
	top: 240px;
	text-align: right;
}

#main {
	top: 257px;
	left: 225px;
	width: 490px;
	position: absolute;

}
#left{
	top: 255px;
	left: 0;
	width: 210px;
	position: absolute;

}
#left p{
	margin: 5px 10px 7px 10px;

}
#left h1, #left h2, #left h3{
	padding-left: 10px;
}
#left input{
	margin-bottom: 2px;
}
#left label {
	float: left; 
	width: 90px;
	clear: both;
}
#right{
	top: 300px;
	left: 730px;
	width: 160px;
	position: absolute;
	background-color: #87C1A4;
	padding: 5px;

}

#sidebarkast{
	height: 10px;
	width: 180px;
	background-color: #CCDFD0;
	margin: 0 -10px 10px -10px;
}

#footer{
	position: relative;
	text-align: right;
	border-top: 1px solid #25955f;
	margin:0;
	padding: 10px;

}

#breadcrumb{
	margin-bottom: 25px;
	width: 450px;
}

#main ul li label{
	width: 80px;
	float: left;
}


#head, #headfoto, #headinfo, #left, #right, #breadcrumb, #footer	{ display: none; }
#main	{ width: 100%; top: 0 !important; left: 0 !important; } 
body	{ background: #fff !important; }