@charset "utf-8";
#main {
	border: 1px solid #C0C0C0;
	width: 800px;
	height:auto;
	background-color: #FFF797;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.bild1{
	position:relative;
	top:50px;
	left:40px;
}

.bild2{
	position:relative;
	top:50px;
	left:500px;
}

.text{
	font-style:normal;
	text-align:justify;
}

.textfett{
	font-style:normal;
	font-weight:bold;
}

.errortextfett{
	font-style:normal;
	font-weight:bold;
	color:red;
}

.textfettbig{
	font-style:normal;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.textitalic{
	font-style:italic;
	text-align:justify;
}
.textitalicfett{
	font-weight:bold;
	font-style:italic;
	text-align:justify;
}
.errortextitalicfett{
	font-weight:bold;
	font-style:italic;
	text-align:justify;
	color:red;
}
.textitalicfettbig{
	font-weight:bold;
	font-size:18px;
	font-style:italic;
	text-align:justify;
}

.bereich{
	margin:10px;
	background-color:#FFF797;
}

.bereichgrau{
	margin:10px;
	background-color:#D8D1C9;
}
.bereichlinks{
    text-align:left;
}
.bereichmitte{
    text-align:center;
}
.bereichscroll{
	margin:10px;
	overflow:auto;
        width: 780px;
}

#main .bereichscroll table {
	text-align: center;
}
.grau {
	background-color:#D8D1C9;
}



.kleinerlink {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}