@charset "utf-8";
body {
	margin: 0px;
	color: #E6D60D;
	font-size:20px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;	
	background-color: #EFF5F8;
	background-attachment: fixed;
   	background-image:url(/images/background.jpg);
    background-repeat: no-repeat;
    background-position: center top; 
}
a {
	font-weight: bold;
	text-decoration: blink;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF944C;
}
a:hover, a:active, a:focus {
	color: #7F3300;
	text-decoration: underline;
}
h1, h2 {
	color: #06F;
	font-style: normal;
	font-weight: 600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#ad{
	display:none;
	position:absolute;
	right:5px;
	top:100px;	
}
#images img {}
h1 {
	font-size: 72px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	text-transform: uppercase;
}
#guestbook{
	position: fixed;
	right: 20px;
	margin-top: 20px;
	padding: 5px;
	border-color:black;
	border-width:2px;
	background-color:rgba(147,147,147,0.7);
	border-style:solid;	
	display:block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#guestbook  a{
	text-decoration: none;
	
}
#wrapper {
	width: 100%;
	min-width: 740px;
	max-width: 1000px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(147,147,147,0);
}
#hero{
	width:110%;
	margin:-5%;
	border-radius: 21px;
	background-color: rgba(147,147,147,1);
	
}
#left { /*Main body (links)*/
	width: 33%;
	margin-left: 0%;
	float: left;
	
}
#left a,img{
	margin-bottom: 0px;
	margin-top: 0px;	
}
#mid { /*Main body (mid)*/
	width: 33%;
	margin-left: 0%;
	float: left;	
	
}
#mid a,img{
	margin-bottom: 0px;
	margin-top: 0px;	
}
#right { /*Main body (rechts)*/
	width: 33%;
	margin-right: 0%;
	float: left;	
	
}
#right a,img{
	margin-bottom: 0px;
	margin-top: 0px;	
}
footer { /*footer (unten - fußzeile)*/
	bottom:0px;
	left:0%;	
	position:fixed;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #333;
	color: #FFFFFF;
	clear: left;
	width:98%;
}
footer a,a:hover{
	text-decoration:none;
}
footer #right{	
	text-align:right;	
}
footer #left{	
	text-align:left;	
	right:10%;
}
#counter {	
	color:#FDFDFD;	
	text-align:center;		
}
