/* ---------------------------------------------------------------------------------------------------- */
*{
	margin: 0;
	padding: 0;
	border: 0; 
	list-style-type: none; 
}
/* ---------------------------------------------------------------------------------------------------- */
body{
	font-family: verdana, arial, sans-serif;
	font-size: .75em;
	padding: 0;
}
.hide{
	display: none;
}
/* ---------------------------------------------------------------------------------------------------- */
#language{
	display: none;
}
#header{
	width: 100%;
	margin-bottom: 2em;
	float: left;
	clear: both;	
}
#header br{
	display: none;
}
#header img{
	float: left;
}
#header img#banner{
	float: right;
}
#header img#logo{
	display: none;
}
#header img#ngd-logo{
	display: none;
}
/* ---------------------------------------------------------------------------------------------------- */
#navigation{
	display: none;
}
/* ---------------------------------------------------------------------------------------------------- */
#footer img{
	display: none;
}
#footer ul{
	display: none;
}
/* ---------------------------------------------------------------------------------------------------- */
form{
	width: 370px;
	margin-bottom: 1.5em;
}
form fieldset{
	border: 1px solid #68A3CE;
	padding: 0 15px 15px 15px;
	margin-bottom: 1em;
}
form legend{
	font-size: .8em;
	color: #68A3CE;
	margin-bottom: 10px;
	padding: 2px;
}
form label{
	float: left;
	display: block; 
	width: 85px;
	margin-top: 5px;
}
form input, form textarea, form select{
	width: 235px;
	margin-top: 5px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #666666;
}
form textarea{
	width: 320px;
	height: 10em;
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
}
form input.duty, form textarea.duty{
	border: 1px solid #000;
}
form label.duty{
	font-weight: bold;
}
form.error input.duty, form.error textarea.duty{
	border: 1px solid #f00;
}
form.error label.duty{
	color: #f00;
}
form #submit{
	width: 326px;
	margin-left: 16px;
	background: #D9E3F2;
}
form .wide{
	width: 326px;
}
form .medium{
	width: 160px;
}
form .small{
	width: 56px;
}
form br{
	clear: both;
}
/* ---------------------------------------------------------------------------------------------------- */
.marginal{
	display: none;
}
/* ---------------------------------------------------------------------------------------------------- */
#content ul.marginal-menu{
	display: none; 
}
#content .drucken img{
	display: none;
}
#content h1{
	clear: both;
}
/* ---------------------------------------------------------------------------------------------------- */
#content h1{
	font-family: time new roman, times, serif;
	font-size: 2em;
	color: #572b1d;
	margin-bottom: .5em; 
}
#content h2{
	font-family: time new roman, times, serif;
	font-size: 1.5em;
	font-weight: normal; 
	color: #572b1d;
	margin-bottom: .5em; 
}
#content h3, #content h4, #content h5, #content h6{
	font-family: time new roman, times, serif;
	font-size: 1.25em;
	font-weight: normal; 
	color: #572b1d;
	margin-bottom: .5em; 
}
a{
	color: #17629E;
	text-decoration: underline;
}
a.back{
	display: none;
}
p{
	margin-bottom: 1.75em;
}
p.date{
	margin-bottom: 0.5em !important;
	font-size: .8em !important;
}
p.error{
	color: #000;
	border: 1px solid #f00;
	padding: 5px 5px 5px 30px;
}
ul{
	list-style-type: square;
}
#content ul{
	margin: 0 0 1.75em 30px;
}
/* ---------------------------------------------------------------------------------------------------- */
