@charset "UTF-8";
/* CSS Document */

html {
	
	padding: 15px;
}

body {
	color: #3d3d3d;
	font-size: 12px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	text-align:justify;
	margin: 0px;
	padding: 0px;
}

.maintable {
	border:#bc8718 solid 2px;
	padding-right: 15px;
	
	padding-left: 15px;
}

p { text-align:justify; font-family:Helvetica, Verdana, Arial, sans-serif;}

.grafik { border:1px solid #d18d00; }


.head {
	font-size: 16px;
	font-weight: bold;
	color: #5f0d00;
}

.head2 {
	font-size: 14px;
	font-weight: bold;
	color: #bc8718;
}

.head2rot {
	font-size: 14px;
	font-weight: bold;
	color: #5f0d00;
}

.formerror {
	font-size: 12px;
	font-weight: bold;
	color: #5f0d00;
}

.headseite {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}


a.mail:link {
	font-size: 12px;
	font-weight: bold;
	color: #bc8718;
	text-decoration:none;
}

a.mail:visited {
	font-size: 12px;
	font-weight: bold;
	color: #bc8718;
	text-decoration:none;
}

a.mail:hover {
	font-size: 12px;
	font-weight: bold;
	color: #a64b00;
	text-decoration:none;
}

a.mail:active {
	font-size: 12px;
	font-weight: bold;
	color: #bc8718;
	text-decoration:none;
}

