html {
	height: 101%;	
	}

h1 {
	font-size: 120%;	
	}

h2 {
	font-size: 100%;	
	}

body {	
	margin: 0;
	padding: 0;
	font: 90% Calibri, Arial, sans-serif;
	background-color: #efdac2;
	background: url(imgs/body.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
   	-moz-background-size: cover;
   	-o-background-size: cover;
   	background-size: cover;			 
	}

p {
	text-align: justify;	
	}
	
img {
	border: 2px solid black;		
	}

#shadow {
	width: 1002px;
	margin: auto;
	background-image: url(imgs/border.png);
	background-repeat: repeat-y;	
	}

#shadow_bottom {
	width: 1002px;	
	margin: auto;
	padding-bottom: 22px;
	background-image: url(imgs/border_bottom.png);
	background-position: bottom center;
	background-repeat: no-repeat;	
	}
	
#container {
	width: 972px;	
	margin: auto;
	background-image: url(imgs/bg_container.png);
	background-repeat: repeat;		
	}	
	
#header {	
	height: 150px;	
	background-image: url(imgs/banner.png);
	background-repeat: no-repeat;
	}
	
#menushadow {
	position: relative;
	top: 42px;
	left: 93px;	
	width: 787px;
	padding-bottom: 12px;
	margin: auto;
	background-image: url(imgs/menuborder.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	}	
	
#menu {	
	float: left;	
	width: 972px;	
	height: 42px;			
	background-image: url(imgs/banner_bottom.png);
	background-repeat: no-repeat;	
	border-bottom: 2px solid black;
	clear: left;		
	}

#menu_left {	
	float: left;
	display: inline-block;
	width: 486px;	
	height: 42px;	
	text-align: left;	
	clear: left;	
	}

#menu_right {	
	float: right;
	display: inline-block;
	width: 486px;	
	height: 42px;			
	text-align: right;	
	clear: right; 	
	}

#menu_ul {
	display: inline;	
	}
		
#menu ul {			
	list-style-type: none;
	margin: 12px 0 0 10px;
	padding-left: 5px;
	padding-right: 15px;
	/* border-left: thin solid black; */
	}
	
#footer ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 5px;
	}

#menu .right {	
	text-align: right;
	margin-right: 466px;		
	}
	
#menu .left_border {
	border-left: thin solid black;
	padding-left: 8px;	
	}

#menu .left_border_active {
	border-left: thin solid black;
	padding-left: 8px;
	color: white;	
	}
	
#menu li {
	display: inline;	
	padding-right: 10px;
	padding-left: 5px;
	font-weight: bold;	
	}

#footer li {
	display: inline;
	padding-right: 0px;
	padding-left: 10px;
	}
	
#menu li {
	border-right: thin solid black;	
	}

#subshadow {
	float: left;
	width: 200px;
	background-image: url(imgs/subborder.png);
	background-position: bottom right;
	background-repeat: repeat-y;
	}

#subshadow_bottom {
	float: left;	
	width: 200px;		
	padding-bottom: 22px;
	background-image: url(imgs/subborder_bottom.png);
	background-position: bottom right;
	background-repeat: no-repeat;	
	}	

#submenu {		
	line-height: 1em;	
	padding: 5px;
	float: left;	
	width: 175px;	
	background-image: url(imgs/bg_menue.png);
	background-repeat: repeat;	
	}

#submenu ul ul {
	color: black;	
	}
	
#submenu h4 {
	text-align: center;
	}

#submenu li {
	line-height: 1.5em;	
	}

#content {
	margin: 15px 55px 15px 240px;
	padding-top: 20px;
	min-height: 300px;	
	}
	
#footer {
	clear: both;
	padding: 0px 15px 0px 15px;
	text-align: right;
	font-size: 80%;
	}

a {
	text-decoration: none;
	color: black;
	}

a:hover, a:active {
	color: white;	
	font-weight: bold;
	}

.active {
	color: white;
	font-weight: bold;	
	}

.galerie {
	display: inline;	
	padding-right: 10px;	
	line-height: 2.5em; 
	}

.galerie a:hover {
	position: relative;
	top: 2px;
	left: 2px;	
	}
	
.bold {
	font-weight: bold;	
	}

.top {
	vertical-align: top;		
	}

.center {
	text-align: center;	
	}
	
.lined {
	text-decoration: underline;	
	}

.small {
	font-size: 80%;	
	}

.since {
	font-size: 80%;
	font-style: italic;	
	}

.anfang {
	font-size: 80%;
   border: thin outset black;
   padding-right: 2px;   		
	}
	
.brown {
	color: brown;	
	}
	
td {
	vertical-align: top; 
	padding-bottom: 15px;	
	}
	
.note {	
	width: 150px;
	height: 147px;
	background-image: url(imgs/web_hint_background.png);
	clear: left;
	float: left;
	position: relative;	
	top: 10px;	
	left: 20px;
	border: none;
	margin-bottom: 15px;
	}

.note_upper {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;	
	width: 128px;
	height: 100px;
	font-family: serif;	
	font-size: 85%;
	color: black;
	text-align: center;	
	}

.note_lower {
	position: relative;
	top: 12px;
	left: 10px;
	width: 128px;
	height: 28px;
	font-family: serif;
	font-size: 85%;
	color: black;
	text-align: left;
}

.date {
	font-size: 70%;	
	}

.note_upper a:hover {
	font-weight: normal;
	color: brown;	
	}
	
.note_bold {
	font-weight: bold;
	font-size: 84%; 	
	}
