body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	color: #a40404;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 25px;
}
#subheadline {
	margin-top: -20px;
	font-size: 10px;
	color: #333333;
	font-style: italic;
	letter-spacing: 3px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
p {
	margin-bottom: 10px;
	margin-top: 0;
}

/* Links */
#mainmenu a {
	color: #cccccc;
	text-decoration: none;
}
#mainmenu a.active {
	color: #ffffff;
	text-decoration: none;
}
#mainmenu a:hover {
	color: #ffffff;
	text-decoration: none;
}

#middle a {
	color: #a40404;
	text-decoration: none;
}
#middle a:hover {
	color: #a40404;
	text-decoration: underline;
}

ul {
	padding-left: 9px;
	margin-left: 7px;
	list-style-type: square;
}

ul.redarrow {
	list-style-image:url(img/redarrow.jpg)
}

/* Layout */
#outer {
	width: 750px;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #999;    
}
#header {
	background-image:url(img/background-header.jpg);
	background-repeat: repeat-y;
}
#logo {
	border: 0;
	padding: 10px;
}
#menu {
	color: #999999;
	font-size: 13px;
	background-image:url(img/background-navigation.jpg);
	background-repeat: no-repeat;
	height: 46px;
}
#mainmenu {
	padding-left: 45px;
	padding-right: 180px;
	padding-top: 7px;
	text-align: center;
}
#content {
	background-image:url(img/background-main.jpg);
	background-repeat: repeat-y;
}
#left {
	float: left;
	width: 50px;
	margin-left: 50px;
	margin-top: 3px;
	text-align: center;
}
#middle {
	float: left;
	width: 450px;
}
#right {
	float: right;
}
#address {
	font-size: 11px;
	padding-top: 5px;
	padding-left: 10px;
	color: #ffffff;
}
#rightimg {
	border-bottom: 1px solid #666666;
}
#footer {
	background-image:url(img/background-header.jpg);
	background-repeat: repeat-y;
	border-top: 1px solid #666666;
	font-size: 10px;
	text-align: center;
	color: #cccccc;
	line-height: 20px;
}
#footer a {
	color: #cccccc;
	text-decoration: none;
}

/* Formulare */
.formular {
	padding-left: 50px;
	padding-top: 20px;
}
.formular label {
	display: block;
	float: left;
	width: 80px;
	margin-bottom: 8px;
}

.formular input,.formular textarea {
	display: block;
	float: left;
	width: 200px;
	margin-bottom: 8px;
	font-size: 11px;
	padding: 0;
	border: 1px solid #a40404;
	font-family: Arial, Verdana, sans-serif;
}

.formular br {
	clear: left;
}

.submitbtn {
	color: #a40404;
	background-color: #ffffff;
}
