body {
	padding:0;
	margin:0;
	height: 101%;
	width: 100%;
	font-family: times, serif;
    font-size: 12px;
	background-color:#fff;
/*	background-image: url('images/beckett_transform.jpg');*/
	background-position:center top;
	background-attachment:fixed;
	background-repeat:repeat;
	}

a:active, a:focus { outline: none }

a, a:visited, a:active, a:focus {border:none;color:#aaa;}	
a:hover {border:none;color:#999;}
	
#content{
/*	background-image: url('images/beckett_start.jpg');*/
	height:100%;
	}



/* ########## footer ############## */

#footer {
	font-family: sans-serif, verdana,arial,helvetica;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width:100%;
	height:60px;
	padding-top:20px;
	background:#eee;
	}

.footerfront{
	filter:alpha(opacity=50); /* IE */
	opacity:0.5; /* allgemein */
	-moz-opacity:0.5; /* Mozilla */
	-khtml-opacity:0.5; /* KTHML */
	-opera-opacity:0.5; /* Opera */
}


	
#footermenu{
	font-size:14px;
	margin: 5px auto;
	text-align:center;
	color:#aaa;
	}



#footermenu .logo {
	vertical-align:baseline;
}


#footer a {text-decoration:none;
	color:#333;}

#footer a:hover {
	color:#000;
	}	
	
/* ############################# */	
	
	

img.startbild {
	width:100%;
	}

img.thumbnail {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding:10px;
	background:#eee;
	height:100px;
	filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
	-moz-box-shadow: 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px #ccc;
	box-shadow: 1px 1px #ccc;
	}

img.thumbnail:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	}

div.fahne {
	clear:both;
	margin:50px;
	position:relative;
/*	width:200%;*/
	}
	
div.beschreibung {
	float:left;
	margin-right:20px;
	margin-bottom:30px;
	}

div.bilder {
	float:none;
	display:table;
	}

hr{
	margin-left:50px;
	margin-right:50px;
	}

h1 {
	font-family: sans-serif, verdana,arial,helvetica;
	font-size:30px;
	font-weight:solid;
	color: #aaa;
	margin:0px;
	text-transform:uppercase;
}

h2 {
	margin:0px;
	font-size:12px;
	width:150px;
	color: #333;
	font-weight:normal;
	font-family: times, serif;	
	}
	
p {margin:0;}
