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

body {
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	color:#999;
	background: url(../img/body_back.jpg) top left repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#page-wrapper {
	background: url(../img/back.jpg) top left repeat-x;
	width: 1200px;
	border-right: 1px solid #ccc;
	height:800px;
}
h1 {
	font-size: 20px;
}
a {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}
#flash-content {
	height:740px;
	width:1200px;
}
#impressum-flash-content {
	height:260px;
	width:1200px;
}
.impressum-content{
	padding:30px 30px 30px 30px;
	background: #fff;
	color: #333;
}
h2, h3{
	color: #000;
}
#footer-one{
	height: 14px;
	padding: 14px;
}
#footer-one a{
	color:#ddd;
}
#footer-two{
	height: 120px;
	background: #f3f3f2 url(../img/footer.jpg) top left no-repeat;
}

