body	{
	padding: 0;
  	margin: 0;
  	border: 0;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial,sans-serif;
	line-height: 14px;
	color: #000000;
}

#header {
	width: 100%;
}

#contentspace {

}


#footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.textweiss {
	color: #ffffff;
}

.titel	{
	font-size: 35px;
	line-height: 37px;
	color: #333333;
	font-weight: bold;	
}

.subtitel	{
	font-size: 20px;
	color: #333333;
	font-weight: bold;	
}

.tabelle	{
	padding: 5px;
}


a:link	{
	color: #940f01;
	text-decoration: none;
}

a:visited	{
	color:#940f01;
	text-decoration: none;
}

a:hover	{
	color: #333333;
	text-decoration: none;
}


a:active	{
	color: #333333;
	text-decoration: none;
}




a.navi:link	{
	color: #ffffff;
	text-decoration: none;
}

a.navi:visited	{
	color:#ffffff;
	text-decoration: none;
}

a.navi:hover	{
	color: #000000;
	text-decoration: none;
}

a.navi:active	{
	color: #000000;
	text-decoration: none;
}



/* Formular */

fieldset {  
	margin: 0 0 0 0	;  
	padding: 0;
	border: 0px;
}

* html fieldset {  
	margin: 20px 0 0 -40px;  
}

fieldset ol {  
	padding: 0 0 0 0;  
	list-style: none; 
}


fieldset li {  
	padding-bottom: 10px; 
} 

fieldset.submit {  
	border-style: none; 
}

label {  
	float: left;  
	width: 150px;
	height: 21px;
	margin-right: 0;
}

* html label {
	padding: 18px 0 0 0;
}

input {
	display: block;
	width: 350px;	
	height: 19px;
	border: 0px;
}

* html input {
	width: 280px;
	height: 19px;
}

textarea {
	display: block;
	width: 350px;	
	height: 60px;
	border: 0px;
}

* html textarea {
	width: 280px;
	height: 60px;
}

.button {
	display: block;
	width: 100px;
}

.inputbtn {
	margin-left: 0px;
	width: auto;
}

* html button {
	float: left;
}

/* Ende Formular*/



.hand{ 
  cursor: pointer;
}
