body {
	background-color: #384444;
	background-repeat: repeat;
	background-image: url("/html/assets/images/bg.jpg");
	color: #ffffff;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
}

#head {
	margin: 20px;
	font-size: larger;
}

#head a {
	margin: 0.5em;
}

#head:before {
	content: url("/html/assets/images/banner.jpg");
	display: block;
	margin: 20px;
}

h1 {
	font-size: 21px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

.klein {
	font-size: 12px;
}

.mittel {
	font-size: 14px;
}

.gross {
	font-size: 16px;
}

tr {
	font-size: 14px;
}

input.button, input[type="submit"] {
	border-width: 0;
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	background-color: #ffffff;
}

input.button:hover, input[type="submit"]:hover {
	background-color: #555555;
	color: #ffffff;
}

.bigbutton {
	width: 150px;
	height: 35px;
	background-image: url("assets/images/autogen/button.jpg");
	background-color: transparent;
	font-size: 20px !important;
	color: #000000;
	font-weight: normal !important;
	padding-bottom: 5px;
	display: block;
	margin: 0 !important;
}
.bigbutton:hover {
	background-image: url("assets/images/autogen/button_hover.jpg");
	color: #ffffff;
}

a.bigbutton {
	padding: 0;
	vertical-align: sub;
}

.version {
	font-size: 11px;
	text-align: left;
}

a:link {
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}

a:focus {
	background-color: #555555;
	color: #ffffff;
}

a:hover {
	background-color: #555555;
	color: #ffffff;
}

a:active {
	background-color: #555555;
	color: #ffffff;
}

img {
	vertical-align: middle;
	border: 0;
}

.info {
	color: #f0c000 ! important;
}

.warn {
	color: #ff0000 ! important;
}

