@charset "utf-8";
/* CSS Document */

/*###   Allgemeine Regeln   ###*/
*{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	border: none;
	text-decoration: none;
}
html{
	overflow: hidden;
}
body{
	margin: 0;
	height: 100%;
	width: 100%;
	padding: 0;
	text-align: left;
}
/*###   Schriftformatierung   ###*/
p{
	font-size: 15px;
	line-height: 24px;
	color: #605959;
	margin: 0 0 0 0;
}
h1{
	font-size: 24px;
	color: #605959;
	line-height: 24px;
	margin-top: 8px;
	padding-bottom: 8px;
}
h2{
	font-size: 17px;
	color: #605959;
	line-height: 22px;
	margin-top: 8px;
}
ul{
	list-style-position: inside;
	color: #605959;
	font-size: 15px;
	line-height: 24px;
	margin: 5px 0 5px 0;
}
strong{
	font-weight: bolder;
}
.wichtig{
	font-weight: bolder;
}
/*###   Zentrierung   ###*/
.zentriert{
	z-index: inherit;
	position: relative;
	text-align: left;
	width: 1018px;
	margin: auto;
}
/*###   Scrollbox   ###*/
#scrollbox{
	z-index: 50;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: scroll;
}
/*###   Punkte   ###*/
#Punkte{
	z-index: 10;
	position: absolute;
	background-image: url(../Background/WebViska_1.png);
	background-repeat: repeat;
	top: 0;
	left: 5%;
	height: 100%;
	width: 45%;
	margin: auto;
	text-align: left;
}
#rand_links{
	z-index: 15;
	position: absolute;
	background-image: url(../Background/Rand_links.png);
	background-repeat: repeat-y;
	top: 0;
	left: 0;
	height: 100%;
	width: 30px;
}
#rand_rechts{
	z-index: 15;
	position: absolute;
	background-image: url(../Background/Rand_rechts.png);
	background-repeat: repeat-y;
	top: 0;
	right: 0;
	height: 100%;
	width: 30px;
}
#Schatten_rechts{
	z-index: 25;
	position: absolute;
	background-color: #ffffff;
	background-image: url(../Background/Schatten_rechts.png);
	background-position: top;
	background-repeat: no-repeat;
	top: 20%;
	right: 0;
	height: 80%;
	width: 30px;
}
#hintergrund{
	z-index: 15;
	position: absolute;
	background-color: #ffffff;
	background-attachment: fixed;
	top: 0;
	left: 50%;
	height: 100%;
	width: 1078px;
	margin: 0 auto 0 -539px;
}
/*###   Header   ###*/
#logo{
	z-index: 50;
	position: absolute;
	background-image: url(../Background/Logo.png);
	top: 75px;
	left: 348px;
	height: 40px;
	width: 545px;
}
#header{
	z-index: 50;
	position: absolute;
	background-color: #e6693a;
	top: 165px;
	left: 7px;
	line-height: 11px;
	height: 11px;
	width: 1019px;
}
/*###   Container   ###*/
#Inhalt{
	z-index: 60;
	position: absolute;
	top:0;
	left: 50%;
	height: 860px;
	width: 1018px;
	margin: 0 auto 0 -509px;
	text-align: left;
}
.H_Weinert{
	z-index: 110;
	position: absolute;
	top: 177px;
	left: 7px;
	height: 415px;
	width: 351px;
}
/*###   Texte   ###*/
#Text{
	z-index: 110;
	position: absolute;
	top: 240px;
	left: 358px;
	width: 1018px;
	text-align: left;
}
#Text p a{
	color: #605959;
	font-weight: normal;
}
#impressum{
	z-index: 110;
	position: absolute;
	background-color: #ffffff;
	top: 285px;
	left: 0;
	width: 768px;
	text-align: left;
	margin-left: 250px;
}
#impressum p a{
	color: #605959;
	font-weight: normal;
}
/*###   Navigationselemente   ###*/
#Menu{
	z-index: 120;
	position: absolute;
	top: 129px;
	left: 23px;
	line-height: 18px;
}
#Menu ul{
	list-style-type: none;
}
#Menu li{
	color: #b09f97;
	font-size: 12px;
	float: left;
	text-align: center;
	margin-right: 12px;
	margin-left: 7px;
}
li a{
	color: #b09f97;
	width: 100%;
	display: block;
}
#Menu li:hover{
	color: #b09f97;
}
#Menu li:hover a{
	color: #b09f97;
}
#Menu #aktiv{
	color: #b09f97;
}
#Menu #aktiv a{
	color: #b09f97;
}
.Mail{
	margin-top: 2px;
	margin-left: -2px;
	margin-right: 4px;
}
/*###   Innenseiten   ###*/

/*###   allgemeine Klassen   ###*/
.vspacer{
	margin-top: 280px;
}
.spacer{
	margin-right: 10px;
	margin-left: 10px;
}
.kleiner{
	font-size: 13px;
}