html {
   height: 100%;
   margin: 0px;
   padding: 0px;
}

body {
   height: 100%;
   margin: 0px;
   padding: 0px;
   background-color: #23332a;
}

div.main {
	width: 960px;
	height: 100%;
	margin: auto;
	border-width: 0px;
	background-color: #ccc;
}

div.head {
	height: 30px;
}

h2 {
	font-family: 'Sue Ellen Francisco', cursive;
	text-transform: uppercase;
	margin-bottom: -6pt;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 11pt;
	font-weight: 500;
	margin-top: 9pt;
	margin-bottom: -2pt;
}
	
div.content {
	float:left;
	width: 220px;
	min-height: 94%;
	background-image: url('../img/black.png');
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 12pt;
	color: #fff;
}

p.sign {
	font-family: 'Sue Ellen Francisco', cursive;
	font-size: 24pt;
	text-align: right;
}

div.wallpaper {
	float: left;
	width: 720px;
	padding: 0px;
	padding-top: 35px;
}

div.further {
	margin-left:35px;
	padding: 10px;
	width: 650px;
	font-family: 'Roboto', sans-serif;
	font-size: 12pt;
	background-image: url('../img/further_65.png');
	}

div.further p {
	width: 600px;
	margin-left: 50px;
}

div.further p.galerie {
	width: 100%;
	margin-left: 25px;
}

div.further div {
	margin-left: 22px;
}

#mehr {
	display: none;
}

#mehr:target  {
	display: block;
}

div.footer {
	clear: left;
	position: fixed;
	width: 960px;
	height: 30px;
	margin: auto;
	padding-top: 10px;
	bottom: 0px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 9pt;
	color: #ffffff;
	
	background: #3c3c3c;
	background: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3c3c), color-stop(100%, #222222));
	background: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
	background: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
	background: -ms-linear-gradient(top, #3c3c3c 0%, #222222 100%);
	background: linear-gradient(top, #3c3c3c 0%, #222222 100%);
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

img.galerie {
	width: 140px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 7px;
}

img.galerie2 {
	width: 105px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 7px;
}