@charset "utf-8";

@font-face {
	font-family:sans;
	/* src:url('fonts/lmsans10-regular.otf');
	src: url('fonts/lmsans10-bold-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/lmsans10-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */       
       url('fonts/lmsans10-bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */       
       url('fonts/lmsans10-bold-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
   font-weight: bold;
}
@font-face {
	font-family:sans;
	/* src:url('fonts/lmsans10-regular.otf');
	src: url('fonts/lmsans10-bold-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/lmsans10-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */       
       url('fonts/lmsans10-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */       
       url('fonts/lmsans10-regular-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */

}

.schattenOben {
	background-attachment: scroll;
	background-image: url(images/schattenOben.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 1px;
}
.schattenUnten {
	background-attachment: scroll;
	background-image: url(images/schattenUnten.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 15px;
}

.schattenObenLinks {
	background-attachment: scroll;
	background-image: url(images/schattenObenLinks.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1px;
}
.schattenUntenLinks {
	background-attachment: scroll;
	background-image: url(images/schattenUntenLinks.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1px;
}

.schattenObenRechts {
	background-attachment: scroll;
	background-image: url(images/schattenObenRechts.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 1px;
}
.schattenUntenRechts {
	background-attachment: scroll;
	background-image: url(images/schattenUntenRechts.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 1px;
}



.schattenLinks {
	background-attachment: scroll;
	background-image: url(images/schattenLinks.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.schattenRechts {
	background-attachment: scroll;
	background-image: url(images/schattenRechts.png);
	background-repeat: repeat-y;
	background-position: right top;
}
a:link {
	text-decoration: none;
	color: rgb(128,128,128);
}
a:active {
	color: rgb(65,65,65);
}
a:visited {
	color: rgb(65,65,65);
}


.NavigationElement1 {
	font-family:sans;
	font-size: 16pt;
	text-align: center;
	color: rgb(128,130,133);
	vertical-align: middle;
}
.NavigationElement2 {
	font-family:sans;
	font-size: 12pt;
	text-align: center;
	color: rgb(128,130,133);
	vertical-align: middle;
}

h1 {
	font-family:sans;
	font-size: 16pt;
	font-weight: bold;
	color: rgb(65,65,65);
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family:sans;
	font-size: 14pt;
	font-weight: bold;
	color: rgb(65,65,65);
	text-align: left;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
td {
	vertical-align: top;
	color: rgb(65,65,65);
	font-family: Georgia, "Times New Roman", Times, serif;
}

.BildSchatten {
	text-align: right;
	vertical-align: top;
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,1);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,1);
	box-shadow: 4px 4px 10px 0px rgba(0,0,0,1);
}
.BildTdRechts {
	text-align: right;
	vertical-align: text-top;
}
.Bildnachweis {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}





a:hover {
	color: #900;
	font-weight: bold;
}


.TrennlinieUnten {
	background-image: url(images/trennlinie.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.TrennlinieOben {
	background-image: url(images/trennlinie.png);
	background-repeat: repeat-x;
	background-position: center top;
}
p {
	color: rgb(65,65,65);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}
body {
overflow-y: scroll;
height: 101%
}

html{
height: 101%
}