/* CSS Document */

body {
font-size: medium;
font-weight: bold;
font-family: "Times New Roman", Times, serif;
background-color: #685c53;
margin-left: 100px;
color: #685c53;
font-size:16px;
}

#Layer2 {
	position:absolute;
	left:700px;
	top:246px;
	width:149px;
	height:648px;
	z-index:1;
	background-color: #663333;
	font-weight: bold;
	font-size:16px;
}

#seiteninhalt {
width: 750px;
height: 800px;
background-color: #685c53;
margin-right: auto;
}

#header {
width: 749px;
height: 190px;
background-color: #fbca81;
}

#navi {
width: 749px;
height: 45px;
background-color: #fbca81;
padding: 0px;
margin: 0px;
}

#content {
width: 585px;
height: 630px;
background: #fde1bc;
padding-top: 0px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
float: left;
text-align: justify;
}

#footer {
width: 749px;
height: 30px;
clear: both;
margin: 0;
padding: 0;
border: none;
}

.bold {
font-weight: bolder;
}

.layertitel {
	color: #fbca81;
	font-weight: bolder;
	padding: 5px;
}

.layernormal {
	color: #fbca81;
	font-weight: bold;
	font-size:12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.layerlink {
	text-decoration: underline;
	color: #fbca81;
	}

.link {
font-size:10px; 
}

.underline {
text-decoration: underline;
}

.table {
font-size: 14px;
font-weight: bolder;
}

.legende {
font-size: 12px;
font-style:italic;
font-weight: bolder;
}

.bolder {
font-weight:bolder;
font-size: 14px;
color: #683c53;
text-decoration:underline;
}

input.eingabefeld {
width: 200px;
background-color: #fde1bc;
}

input.buttons {
width: 100px;
background-color: #fde1bc;
}

textarea.formular {
width: 460px;
background-color: #fde1bc;
}

select.personen {
background-color: #fde1bc;
}

img {
border: none;
}

h1 {
font-size: 150%;
font-weight: bolder;
}

h2 {
font-size: 115%;
font-weight: bolder;
color: #663333;
}

h3 {
font-size: 110%; 
}

p {
font-size: 14px;
font-weight: bold;
text-align:inherit;
}

a:link {
color:#663333;
text-decoration: underline;
font-weight: bolder;
}

a:visited {
color: #663333;
text-decoration: underline;
font-weight: bolder;
}

a:hover {
color: #663333;
text-decoration: underline;
}



