@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%;
	}
#anschrift {
	position: absolute;
	top: 90px;
	right: 20%;
	text-align: right;
	color: #303c76;
	}
#buttons {
	margin: 0px auto;
	margin-top: 500px;
	width: 697px;
	}
#works {
	margin:0 30px 0 30px;}
.knopf {
	height: 70px;
	float: left;
	}
a {
	display: block;
	width: 210px;
	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;
	}