@charset "utf-8";
/* CSS Document */
body {
	font-size: 100%;
	margin: 0;
	padding: 0;
	background: url(../bilderIndex/Turm.jpg) top center no-repeat;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	text-align: center;
	}
#haupt {
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left: -350px;

	}
#anschrift {
	margin-top: 90px;
	margin-bottom: 270px;
	right: 0px;
	text-align: right;
	color: #303c76;
	}
.buttons {
	margin: 0px auto;
/*	width: 697px;*/
	}
#works {
	margin: 0px 30px 0px 30px;
	}
#news {
	margin: 0px 0px 0px 30px;
	}
.knopf {
	height: 70px;
	float: left;
	}
.knopf a {
	display: block;
	width: 150px;
	height: 65px;
	text-decoration: none;
	text-align: center;
	line-height: 55px;
	border: #1F3436 solid 1px;
	color: #303c76;
	background-image: url(../bilderWorks/hinterBlau.gif);
	}
a:visited {
	text-decoration: none;
	color: #303c76;
	}
a:hover {
	color: #475280;
	border-color: #475280; 
	}
a:focus {
	color: #3399CC;
	}
a:active {
	color: #CCCC99;
	}
#copy {
	position: absolute;
	width: 607px;
	height: 50px;
	color: #333333;
	font-size:10px;
	bottom: -20px;
	right: 10px;
	text-align: center;
	}
