html{
	font-family: Diphylleia;
}

body{
    background-color: #fed194;
}

* {
		box-sizing: border-box;
}

div#tabelle{
 margin-left: auto;
 margin-right: auto;
}

.linkbutton {
    padding: 5px 30px;
    background-color: #aaa;
    color: #fff;
    border-radius: 3px;
    border: solid 1px #333;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    user-select: none;
    text-decoration: none;
}

.linkbutton:hover {
    color: #fff;
    background-color: #999;
    text-decoration: none;
}

.linkbutton:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    background-color: #888;
}

figure {
		padding: 5px;
		float: right;
		border: 3px solid #cccccc;
		border-radius: 5px;
}

figure img {
		border-radius: 3px 3px 0 0;
}

figure figcaption {
		padding: 2px 4px 2px 4px;
		background-color: #636363;
		color: #cccccc;
		font-style: italic;
  align-content: center;
		border-radius: 0 0 3px 3px;
}

div#content{
	font-size: 16px;
	font-weight:normal;
	color:#000000;
	background-color:#fed194;
	padding: 10px 10px 0 10px;
	position: absolute;
	top: 120px;
	left: 155px;
	width: 100%-155px;
}

div#content a{
text-decoration: none;
}

div#content a:link{
text-decoration: none;
color: blue;
}

div#content a:visited{
text-decoration: none;
color: #af00ff;
}

div#content a:active{
text-decoration: none;
color: red;
}

div#content a:hover{
text-decoration: underline;
}

div#content a:focus{
text-decoration: underline;
}

div#navbar{
	font-size: 16px;
	font-weight:normal;
	color:#000000;
	background-color:#d47d27;
	padding: 10px 5px 0 5px;
 position: fixed;
 top: 120px;
	left: 0px;
	width: 145px;
	height: 100%;
}

div#navbar a{
text-decoration: none;
color: black;
}

div#navbar a:link{
text-decoration: none;
color: black;
}

div#navbar a:visited{
text-decoration: none;
color: black;
}

div#navbar a:active{
text-decoration: none;
color: black;
}

div#navbar a:hover{
text-decoration: underline;
color: black;
}

div#navbar a:focus{
text-decoration: underline;
color: black;
}

div#title{
	font-size: 16px;
	font-weight:normal;
	color:#000000;
	background-color:#fed194;
	background-image:url("/Photos/IMG_6311_titel.jpg");
	background-position: center;
	background-size: cover;
	padding: 0px 0px 0 0px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120px;
}

div#title a{
text-decoration: none;
}

div#title a:link{
text-decoration: none;
}

div#title a:visited{
text-decoration: none;
}

div#title a:active{
text-decoration: none;
}

div#title a:hover{
text-decoration: underline;
}

div#title a:focus{
text-decoration: underline;
}

div#ueberschriften{
	font-size: 16px;
	font-weight:Bold;
}

div#ueberschriften2{
	font-size: 14px;
	font-weight:bold;
}
