@import "fonts.css";

html, body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg.gif) top center no-repeat #750000;
	}
	
::selection {
	background: #ffffff; /* Safari */
	color: #000;
	}
::-moz-selection {
	background: #ffffff; /* Firefox */
	color: #000;
}
	
div#wrap {
	width: 808px;
	margin: 0 auto;
	}
	
div#head {
	background: url(../images/header.png) top center no-repeat;
	width: 808px;
	height: 125px;
	position: relative;
	}
	
div#head ul {
	height: 21px;
	position: absolute;
	right: 0px;
	top: 50px;
	}
	
div#head ul li {
	height: 21px;
	width: 38px;
	display: inline-block;
	padding-left: 11px;
	}
	
div#head ul li a {
	height: 21px;
	width: 21px;
	text-indent: -5000px;
	display: block;
	}
	
div#head ul li a#home {
	background: url(../images/icon-home.gif) top left no-repeat;
	}
	
div#head ul li a#contact {
	background: url(../images/icon-contact.gif) top left no-repeat;
	}
	
div#head ul li a#imprint {
	background: url(../images/icon-imprint.gif) top left no-repeat;
	}
	
div#head ul li a#home:hover {
	background: url(../images/icon-home-h.gif) top left no-repeat;
	}
	
div#head ul li a#contact:hover {
	background: url(../images/icon-contact-h.gif) top left no-repeat;
	}
	
div#head ul li a#imprint:hover {
	background: url(../images/icon-imprint-h.gif) top left no-repeat;
	}
	
div#nav {
	width: 840px;
	padding-top: 50px;
	position: relative;
	left: -13px;
	}
	
div#nav ul {
	width: 840px;
	}
	
div#nav ul li {
	width: 208px;
	height: 82px;
	margin-left: -2px;
	background: url(../images/button.png) top center no-repeat;
	display: inline-block;
	position: relative;
	z-index: 0;
	}
	
div#nav ul li:hover {
	background: url(../images/button-h.png) top center no-repeat;
	cursor: pointer;
	}
	
div#nav ul li a {
	font-family: "NavTop", Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	color: #575757;
	text-shadow: 1px 1px 0px #fff;
	width: 208px;
	height: 82px;
	display: block;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	text-decoration: none;
	}
	
div#nav ul li a:hover {
	color: #121212;
	}
	
div#nav ul li span {
	font-family: "NavSub", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #121212;
	text-shadow: 1px 1px 0px #fff;
	position: absolute;
	bottom: 22px;
	left: 0;
	width: 208px;
	text-align: center;
	z-index: 1;
	}
	
div#content {
	width: 728px;
	padding: 50px 40px 50px 40px;
	}
	
div#pageLeft {
	width: 48%;
	float: left;
	}
	
div#pageRight {
	width: 48%;
	float: right;
	}
	
div.clear {
	clear: both;
	}
	
div#content h1 {
	font-family: 'AllerBold';
	color: #fff;
	font-size: 25px;
	}
	
div#content h2, label {
	font-family: 'AllerBold';
	color: #fff;
	font-size: 18px;
	}
	
strong {
	font-family: 'AllerBold';
	}
	
div#content p {
	font-family: 'AllerLightRegular';
	color: #fff;
	font-size: 18px;
	}
	
div#content ul {
	margin-left: 30px;
	}
	
div#content ul li {
	font-family: 'AllerLightRegular';
	color: #fff;
	font-size: 13px;
	list-style-position: outside !important;
	list-style-type: square;
	}
	
div#footer {
	width: 800px;
	height: 40px;
	margin: 0 auto;
	border-top: 1px solid #fff;
	background: url(../images/logo.png) left bottom no-repeat;	
	}
	
div#footer p {
	text-align: right;
	line-height: 55px;
	font-size: 12px;
	font-family: 'AllerLightRegular';
	color: #fff;
	}
	
div#footer p strong{
	font-size: 11px;
	font-family: 'AllerBold';
	color: #fff;
	}
	
input {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 100%;
	border: 0;
	height: 20px;
	padding: 5px;
	line-height: 20px;
	outline: none;
	font-family: 'AllerLightRegular';
	font-size: 16px;
	}
	
input.button {
	width: 200px !important;
	height: 30px;
	position: relative;
	left: 160px;
	}
	
input.button {
	cursor: pointer;
	}
	
textarea {
	margin-top: 5px;
	width: 100%;
	min-height: 100px;
	border: 0;
	height: 20px;
	padding: 5px;
	line-height: 20px;
	font-family: 'AllerLightRegular';
	font-size: 16px;
	outline: none;
	resize: vertical;
	}

	
.error {
	color: #e52420 !important;
	}
	
.notification_error h2 {
	color: #e52420 !important;	
	}
	
.notification_ok h2 {
	color: #61c316 !important;	
	}
	
.notification_ok p {
	color: #61c316 !important;
	}