/*NE*/ html {
 height: 100%;
 margin-bottom:1px;
} 
	
body { 
	font-family: arial;
	color: #676960;
 /*NE*/ margin: 0;
	/*NE*/ padding: 0;
 background-color: #9FA293;
 text-align: center;
 /* Beseitigung des Rundungsfehlers bei Schriftgrößen im Opera sowie Standardformatierungen */
	/*NE*/ font-size: 80%; 
	/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden when die Größe des Browser Fensters geändert wird. */
	/*NE*/ position: relative; 
} 

a, a:link, a:visited, a:active {
	cursor: pointer;
 color: #32332F;
	font-weight:bolder;
	text-decoration:underline;
}

a:hover {
	font-weight:bolder;
	text-decoration:none;
}
p {padding:0;margin:0;}
img {border: 0px;}


h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-style: italic;
	letter-spacing: 1px;
	word-spacing: 0.55pt;
 text-indent: 6px;
	margin: 0;
	padding:0;
 text-decoration: none;
} 

h1 {
	color: #32332F;
	font-size: 26px;
 width: 100%;	
	height: 55px;
	background: url(/base/user/img/layoutneu/hr1.gif) repeat-x;
	background-position: 0px 28px;
	line-height: 1em;
}

h2 {
	color: #32332F;
	font-size: 22px;
	height: 40px;
	width: 60%;	
 background: url(/base/user/img/layoutneu/hr1.gif) repeat-x;
	background-position: 0px 24px;
	line-height: 1em;
}

h3 {
	color: #32332F;
	font-size: 18px;
 text-indent: 6px;
	height: 22px;
	line-height: 1em;
 text-indent: 4px;
}

h4 {
	line-height: 1.3em;
	font-size: 16px;
	color: #676960;
	text-indent: 2px;
}
h5 {
 font-size:14px;
	color:#676960;
	text-indent: 0px;
}
h6 {
 font-size:12px;
	color:#676960;
	text-indent: 0px;
}

label {
	font-size:14px;
	background-color:0;
	border:#000000;
	border-style:solid;
	border-top-width:0px;
	border-right-width:3px;
	border-bottom-width:3px;
	border-left-width:0px;
	font-weight:bolder;
}

input, .file {
	color: #482521;
	font-family:Arial, Helvetica;
	font-size:14px;
	font-weight:bold;
	background-color:#CDC4C3;
	padding: 0;
	border: 3px solid #CDC4C3;
}
.radio {
 background-color: #ffffff;
 border-color: #ffffff;
}
textarea {
	width: 400px;
	height: 150px;
	color: #482521;
	font-family:Arial, Helvetica;
	font-size:14px;
	font-weight:bold;
	overflow:auto;
	background-color:#CDC4C3;
	padding: 0;
	border: 3px solid #CDC4C3;
}

.button {
	font-family:Arial, Helvetica;
	text-transform: uppercase;
 font-size: 14px;
	font-weight:bold;
	letter-spacing: 0.6pt;
	color: #ffffff;
	background-color:#482521;
	padding: 0;
	border: 4px solid #482521;
	border-left-width: 14px;
	border-right-width: 14px;
}

.hr {
	float: left;
	height: 2px;
	margin-top: 3px;
	margin-bottom: 6px;
	width: 100%;
	display: block;
}

.dot {
	float: left;
	height: 2px;
	margin-top: 3px;
	margin-bottom: 6px;
	width: 97%;
	display: block;
}

pre {
 text-decoration: none;
	font-family:  Arial, Times New Roman, sans-serif;
 letter-spacing: 0.05em;
	line-height: 1.3em;
}

.hinweis {
 font-weight:bold;
 font-size: 1.1em;
 color: #FF8B00;
}

#content	{
 text-decoration: none;
 background-color: #ffffff;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 14px;
 letter-spacing: 0.05em;
	line-height: 1.3em;
	padding: 20px;
}
