body
{
	margin-top: 0px;
	font-family: arial;

}

h1
{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 20px;	
	margin-top: 10px;
	color: white;
}
h2
{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 20px;	
	margin-top: 10px;
	color: white;
}

.textseiten
{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.text
{
	font-size: 13px;
	font-weight: normal;
	color: white;
	margin-left: 20px;		
	margin-right: 20px;		
}
.link
{
	color: #CC0000;
	text-decoration: underline;	
}
.link:hover
{
	color: #CC0000;
	text-decoration: none;	
}
.link:visited
{
}
.link:active
{
}

.left 
{
	width: 150px;
}

.head {
	color: #FFFFFF;
	border: 1px solid;
	background-color: #B40013;
	padding: 3px;
	padding-left: 4px;
	font: 12px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-color: #666666 #333333 #333333 #666666;
	display: block;
	margin: 0px;
	width: 143px;
	text-align: center;
}

.right 
{
	width: 150px;
}
.buttons a {
	color: #FFFFFF;
	border: 1px solid;
	background-color: black;
	padding: 2px;
	padding-left: 3px;
	font: 12px Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	border-color: #666666 #333333 #333333 #666666;
	display: block;
	margin: 0px;
	width: 143px;
	text-align: left;
}

.buttons a:hover {
	border: 1px solid;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 1px;
	background-color: #A11700;
	border-color: #333333 #666666 #666666 #333333;
	color: #FFFFFF;
	text-decoration: none;
}



