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

html, body {
	margin: 0; padding: 0;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#main {
	width: 761px; margin: auto;
	background: url(images/lay_05.jpg) repeat-y;
}

#top {
	height: 20px;
	background:url(images/lay_01.jpg) repeat-y;
}

#button {
	height: 25px;
	background:url(images/lay_02.jpg) repeat-y;
}

#button a {
	padding: 3px 23px 3px 23px;
	border-right: 1px dotted #ffffff;
	font-size:15px;
	float:left;
	display:block;
	color: #ffffff;
	text-decoration:none;
}

#button a:hover {
	background-color: #FFFFFF;
	color: #000066;
}

#head {
	height: 313px;
	background:url(images/lay_03.jpg) no-repeat;
	clear:both;
}

#content {
	background:url(images/lay_04.jpg) no-repeat;
}

#feed {
	background:url(images/lay_06.jpg) no-repeat #ffffff;
}

#text {
	padding: 15px 30px 15px 30px;
}

#text h1 {
	font-size: 18px;
	margin:0;padding:0;
	font-weight:bold;
	margin-bottom:15px;
}

#impressum {
	font-size:12px;
	padding: 15px 0 10px 25px;
}

#impressum a {
	color: #000000;
	text-decoration: none;
}

