@charset "utf-8";
/* CSS Document */
/*Rudolf Lysy mSb*/

*{margin:0; padding:0;}

body {
	font-family: "Calibri MS", Arial, Helvetica, sans-serif;
	background-color: #300000;
	color: #ffffff;
}

video {
	border: 5px outset #B7A042;
	box-shadow: 10px 10px 40px #980000;
}
object {
	border: 5px outset #B7A042;
	box-shadow: 10px 10px 40px #980000;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover{
	color: #B7A042;
}

#button{
	font-family: Calibri;
	font-size: 58px;
	text-align: center;
	text-shadow: 0 0 20px #ffffff;
	color: #B7A042;
}

h1 {
	padding: 12px 15px 6px 55px;
	font-family: Calibri;
	font-size: 35px; 
	text-align: left;
	color: #B7A042;
}
	
h2 { 
	padding-top:80px;
	font-size: 16px;
	text-align: center;
	margin-left: 0px;
	color: #B7A042;
}

h3 {
	font-family: Kunstler Script;
	font-size: 35px;
	text-align: left;
	color: #ffffff;
}

h4 { 
	padding-top:10px;
	font-size: 18px;
	text-align: center;
	margin-left: 0px;
	color: #B7A042;
}

p { 
	font-family: Arial;
	font-size: 28px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

p_musik{
	font-family: Calibri;
	font-size: 18px;
	text-align: left;
	color: #ffffff;
}


#wrapper {
	width: 100%;
	height: 770px;
	background-color: #300000;
}

#header {
	width: 95%;
	height: 10.8%;
	padding-top: 1%;
	padding-left: 5%;
	background-color: #300000;
 }

#inhalt-Beitrag{
	width: auto;
	height: 500px;
	background-color: #300000;
	padding: 30px 0px 0px 195px;
}
		
#footer {
	width: 100%;
	height: 1px;
	background-color: #300000;
	padding:0px 0px 0px 0px;
}


