@charset "utf-8";

body {
	background: #d8d9da url(../images/main_bg.jpg) top center repeat-x;
	text-align: center;
	margin: 0;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #626262;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #a0090e;
	margin: 0;
}

a {
	color: #a0090e;	
}

#wrapper {
	margin: 0 auto;
	width: 910px;
	text-align: left;
}

#header {
	width: 910px;
	height: 101px;
}

#header h1 {
	width: 215px;
	height: 75px;
	margin: 0;
	overflow: hidden;
	background: url(../images/logo.png) no-repeat;
	display: block;
}

#header h1 a {
	display: block;
	width: 215px;
	height: 75px;
	text-indent: -100000px;
}

#logo {
	width: 215px;
	height: 75px;
	margin-top: 35px;
}

#top-navi ul {
	margin: 0;
	list-style: none;
	margin-top: -44px;
}

#top-navi li {
	float: right;
	margin-left: 30px;
	width: auto;
}

#top-navi a {
	float: left;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #626262;
	width: auto;
}

#top-navi a:hover {
	color: #a0090e;
}

.clear {
	clear: both;
}

#d-line {
	clear: both;
	width: 910px;
	height: 40px;
	background: url(../images/d-linie.jpg) repeat-y;
}

#head-image {
	display: block;
	width: 910px;
	height: 345px;
	background: transparent url(../images/head-image.jpg) top center no-repeat;
}

#content {
	width: 910px;
	padding-top: 20px;
}

#welcome {
	display: block;
	width: 600px;
	height: 220px;
	float: left;	
	text-align: justify;
}

#short-news {
	display: block;
	width: 290px;
	height: 220px;
	float: right;
}

#box1 {
	display: inline;
	width: 290px;
	height: 240px;
	float: left;
	margin: 0 auto;
}

#box2 {
	display: inline;
	width: 290px;
	height: 240px;
	float: left;
	margin: 0 20px;
}

#box3 {
	display: inline;
	width: 290px;
	height: 240px;
	float: right;
	margin: 0 auto;
}

#footer {
	width: 910px;
	height: 70px;
	margin-top: 20px;
	background: transparent url(../images/footer.jpg) top center no-repeat;
}

#copyright {
	width: auto;
	height: 70px;
	padding: 30px;
	float: left;
}

#validation {
	padding: 5px 0 0;
	width: 150px;
}

#validation li {
	display: inline;
	padding: 0 1em 0 0;
}

#validation li a {
	background: url(../images/valid.png) no-repeat scroll 0 1px;
	padding: 0 0 0 1.50em;
}

#foot-navi ul {
	margin: 0;
	list-style: none;
	padding: 30px;
}

#foot-navi li {
	float: right;
	margin-left: 30px;
	width: auto;
}

#foot-navi a {
	float: left;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #626262;
	width: auto;
}

#foot-navi a:hover {
	color: #a0090e;
}
