html {

}

body {

	background-image: url('images/hdbackground_dark.jpg');
	background-repeat: repeat-x repeat-y;
	background-color: #9e7e6e;
	background-position:center top;

	color: #000000;

 	margin-left: 0px;
 	margin-right: 0px;
 	margin-bottom: 0px;
 	margin-top: 0px;

	font-family: Source Sans Pro, Verdana;
	font-size: 14px;
	line-height: 18px;
	height:100%;
 }

 #mainbackground {
 	background-image: url('images/parchment_seamless_light.jpg');
	background-repeat: repeat-x repeat-y;
	background-color: #e8d8a1;



 }


  #titlebackground {
 	background-image: url('images/parchment_seamless_medium.jpg');
	background-repeat: repeat-x repeat-y;
	background-color: #e8d8a1;



 }

#page {
	margin: 0px auto;
	width: 948px;
	text-align: left;
}

a.newred {
	color: #000000;
	text-decoration : none;
}

a.newred:hover {
	color: #990000;
	text-decoration : underline;
}

.fliesstext {
	font-family: Source Sans Pro, Verdana;
	margin: 0px;
	font-size: 14px;
	line-height: 18px;
}


.fliesstext a {
	margin: 0px;
	color: #000000;
	text-decoration : none;
}


.fliesstext a:hover {
	margin: 0px;
	color: #990000;
	text-decoration : none;
}


.einrueckungstext {
	font-family: Source Sans Pro, Verdana;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:20px;

}

.newmainheadline {
	color: #990000;
	font-weight: normal;
	font-family: Pirata One, Verdana;
	line-height:28px;
	font-size: 26px;
}

.newheadline {
	color: #000000;
	font-weight: normal;
	font-family: Pirata One, Verdana;
	font-size: 20px;
}

.headline {
	color: #990000;
	font-family: Source Sans Pro;
	line-height:20px;
	font-size: 18px;
}

#startpage {
	position: absolute;
	width: 411px;
	height: 411px;
	top: 50%;
	left: 50%;
	margin-top: -205px;
	margin-left: -205px;
}

.shadow {
	/* box-shadow: [xVersatz] [yVersatz] [Stärke] [Farbcode]; */
	box-shadow: 0px 0px 20px #000000;
}

.lightshadow {
	/* box-shadow: [xVersatz] [yVersatz] [Stärke] [Farbcode]; */
	box-shadow: 0px 0px 5px #000000;
}



.submenu_new {
	color: #ffffff;
	font-weight: normal;
	font-family: Pirata One, Verdana;
	font-size: 26px;

	background-image: url('images/parchment_seamless_medium.jpg');
	background-repeat: repeat-x repeat-y;
	background-color: #e8d8a1;


}

.submenu_new a:hover {
	color: #990000;
	font-weight: normal;
	font-family: Pirata One, Verdana;
	font-size: 26px;
	text-decoration: none;

}

a.linkred {
	color: #990000;
	text-decoration : none;
}

a.linkred:hover {
	color: #990000;
	text-decoration : underline;
}