body { 
	font-family: arial;
	color: #676960;
 /*NE*/ margin: 0;
	/*NE*/ padding: 0;
 background-color: #636467;
 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: #636467;
	font-size: 22px;
 width: 100%;	
	height: 25px;
	border-bottom: 1px solid #636467;
	margin-bottom:10px;
}

h2 {
	color: #636467;
	font-size: 18px;
	height: 22px;
	width: 60%;	
}

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

h4 {
	line-height: 1.3em;
	font-size: 14px;
	color: #000000;
	text-indent: 2px;
}
h5 {
 font-size:14px;
	color:#000000;
	text-indent: 0px;
}
h6 {
 font-size:12px;
	color:#000000;
	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: #000000;
	font-family:Arial, Helvetica;
	font-size:14px;
	background-color: 0;
	padding: 2px;
	border: 1px solid #CDC4C3;
}
.radio {
 background-color: #ffffff;
 border-color: #ffffff;
}

textarea {
	width: 400px;
	height: 150px;
	color: #000000;
	overflow:auto;
	font-family:Arial, Helvetica;
	font-size:14px;
	background-color: 0;
	padding: 2px;
	border: 1px solid #CDC4C3;
}

.hr {
	float: left;
	height: 2px;
	margin-top: 3px;
	margin-bottom: 6px;
	background: url(/base/user/img/layout/hr1.gif) repeat-x;
	width: 100%;
	display: block;
}

.dot {
	float: left;
	height: 2px;
	margin-top: 3px;
	margin-bottom: 6px;
	background: url(/base/user/img/layout/hr1.gif) repeat-x;
	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;
}

