/*Gesamteigenschaften*/
body {
	margin:0;
	padding:0;
	text-align: left;
	background-color:#3A3A3A;
	font-family:Tahoma;
	border: 0;
}



.controlbox:link {
		font-family:Tahoma;
		font-size: 12px;
		color: #000;	
		font-weight: bold;
		text-decoration: none;
}
.controlbox:visited {
		font-family:Tahoma;
		font-size: 12px;
		color: #000;
		text-decoration: none; 
		font-weight: bold;
}
.controlbox:hover {
		font-family:Tahoma;
		font-size: 12px;
		color: #747091;
		font-weight: bold;
		text-decoration: none;
}
.controlbox:active {
		font-family:Tahoma;
		font-size: 12px;
		color: #000;
		font-weight: bold;
		text-decoration: none;
}



.smalltext {
		font-family:Tahoma;
		font-size: 10px;
		color: #000;	
		text-decoration: none;
}
.smalltext a {
		color: white;	
}
.smalltext a:visited {
		color: white;	
}
.smalltext a:hover {
		color: #747091;	
}
.smalltext a:active {
		color: white;	
}


.bigtext {
		font-family:Tahoma;
		font-size: 16px;
		color: #000;	
		text-decoration: bold;
}


.maintext {
		font-family:Tahoma;
		font-size: 12px;
		color: #000;	
		text-decoration: none;
}
.maintext a {
		font-weight: bold;
		color: #574B34;
}
.maintext a:visited {
		font-weight: bold;
		color: #574B34;
}
.maintext a:hover {
		color: #747091;
		font-weight: bold;
}
.maintext a:active {
		color: #574B34;
		font-weight: bold;
}



.footertext {
		font-family:Tahoma;
		font-size: 12px;
		color: #574B34;	
		text-decoration: none;
}
.footertext a {
		font-weight: bold;
}
.footertext a:visited {
		font-weight: bold;
}
.footertext a:hover {
		color: #747091;
		font-weight: bold;
}
.footertext a:active {
		color: #574B34;
		font-weight: bold;
}