body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	background: #254117 url("light-noise.png");
	color: #FFFFFF;
	padding: 3px;
	text-align: center;
	margin-top: 48px;
}

header {
   	background:#254117;
	border-style: none none solid none;
   	border-width: 4px;
   	border-color: #ffffff;
	margin:0px auto;
	z-index: 1;
}

.header-cont {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
}

p, h1, h2, h3 {
	margin: 4px;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

h1, h2, h3 {
/*	font-family: "Carousel";	*/
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
}

/*****************************
* Navigationsmenü und Footer
******************************/

ul.menu {
	display: block;
	margin-bottom: 11px;
	margin-left: 2px;
	margin-right: 2px;
	
	padding: 0;
	width: 100%;
}

ul.menu li {
	display: inline;
	margin:0 auto;
}

ul.menu li a {
	text-decoration: none; /* Entfern Unterstrich bei UMLs */
	font-weight: bold;
	color: #ffffff;
	padding: 2px 5px;
}

ul.menu li a:hover {
	background-color: #ffffff;
	color: #254117;
	border-radius: 10px 10px 10px 10px;
	padding: 2px 5px;
}


/*****************
* Zentrieren 
******************/

@media handheld and (min-width:960px), screen and (min-width:960px) {
	.center {
	display: block;
	max-width: 864px; /* Warum wird es beim Minimieren nicht kleiner? */
	margin:0 auto;
	margin-top: 30px;
	}
}

@media handheld and (max-width:959px), screen and (max-width:959px) {
	.center {
	display: block;
	max-width: 100%; /* Warum wird es beim Minimieren nicht kleiner? */
	margin-top: 30px;
	}

}



/*****************
* Index page
******************/

.contentbox {
/*	border: 4px solid;
	border-radius: 8px;
*/
	text-align: left;
	color: #000000;

    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
/*  margin: 26px auto 0px;
    max-width: 960px; 
    min-height: 300px; */
    padding: 24px;
    position: relative;
    width: 90%;
	
/*	overflow: auto;*/
	zoom: 1; /* IE6 */
}

.contentbox p {
	text-align: justify;
}

.contentbox::before {
	background: none repeat scroll 0% 0% #FAFAFA;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	left: -5px;
	top: 4px;
	transform: rotate(-2.5deg);
}

.contentbox::after {
    background: none repeat scroll 0% 0% #F6F6F6;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    right: -3px;
    top: 1px;
    transform: rotate(1.4deg);
}

.contentbox::before, .contentbox::after {
    content: "";
    height: 98%;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.contentbox img {
	float: right;
	max-width: 240px;
	max-height: 240px;
	margin: 4px 4px 4px 24px;
}

.contentbox a {
	color: #000000;
}



/*****************
* Picture page
******************/

.gallerybox {
	height: 249px; /* +99px of max-height of .gallerybox img */
	
	border: 4px solid;
	border-radius: 8px;
	text-align: left;
	
	overflow-y: auto;
	zoom: 1; /* IE6 */
}

/*
.gallerybox:hover {
	height: auto;
}
*/

/* Um gallerybox horizontal scrollen zu können */
.gallerybox ul {
	white-space: nowrap;
}

.gallerybox ul li {
	display: block;
	margin:0 auto;
}

.gallerybox img {
	max-height: 150px;
	max-width: 216px;
}

/* Keine Ahnung, wofür das gebraucht wird
.gallerybox img:after {
	max-height: 100%;
	max-width: 100%;
}
*/


h1 {
	margin: 4px;
}