body{
padding: 0px;
margin: 0px;
font-family: arial;
font-size: 14px;
background-color: #FFFFFF;
background-image: url('../img/bg.jpg');
background-attachment: fixed;
/*background-position: 52% 56%;*/
background-size: 100%;
background-repeat: no-repeat;
}

hr{
	border: none;
	border-bottom: 0px solid #999999;
}

select {
	width: 107%;
	padding: 10px;
	font-family: arial !important;
}

textarea {
	width: 100%;
	padding: 10px;
	font-family: arial !important;
}

div {
	
}

h3, td, p, span{
	font-family: arial;
	font-size: 14px !important;
}

.ui-widget
{
	background-color: #FFFFFF !important;
}

.ui-accordion .ui-accordion-content
{
	margin-bottom: 20px !important;
}


#content {

padding:20px;

box-sizing: border-box;
background-color: #FFFFFF;
display: block;
margin-bottom: 50px;
/*border: 1px solid #CCCCCC;*/
margin-left: 150px;
	margin-right: 150px;
	max-width: 800px;
	margin-top: -20px;
	z-index: 10000;
}

#footer{
	padding: 10px;
	margin-top: 20px;
	text-align: center;
	background-color: transparent;
	
	margin-left: 150px;
	margin-right: 150px;
	margin-bottom: 50px;
	color: #ffffff;
	max-width: 800px;
}

h3{
	cursor: pointer;
	text-decoration: underline;
}

div{
	background-color: red;
	color: #FFFFFF;
	padding: 10px;
}

p, td{
color: #000000;
}

#footer p,
#footer a{
	color: #FFFFFF;
}

input[type="submit"]
           {
           margin-top: 20px;
}


#logoztpv {
	width: 200px;
	height: 79px;
	display: block;
	position: absolute;
	margin-top: 10px;
	margin-left: 550px;
	background-image: url(".jpg");
	background-repeat: no-repeat;
	/*background-image: url(../images/bg.gif);*/
	background-color:#FFFFFF;
	display: none;
	
}

h1 {
	background-color: #FFFFFF;
	margin-top: 100px;
	padding: 20px;
	padding-bottom: 50px;
	margin-left: 150px;
	margin-right: 150px;
	box-sizing: border-box;
	max-width: 800px;
}

form {
	
}

input {
	width: 100%;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

#logofest {
	
	width: 120px;
	height: 170px;
	display: block;
	position: fixed;
	top:  50px;
	right: 80px;
	background-image: url("../img/logofest.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-color:#FFFFFF;
	z-index: 100;
	display: none;
	
	
}

#stimmungsbild{
	position: fixed;
	bottom: 0px;
	right: 50px;
	background-color: #FFFFFF;
	height: 100%;
	box-sizing: border-box;
	width: 200px;
	z-index: 10;
	display:none;
}

#stimmungsbild img{
	height: 80%;
	margin-top: 300px;
}

@media screen and (max-width: 1200px) {
	
	#stimmungsbild{
		display: none;
	}
}

@media screen and (max-width: 800px) {
	#content, #top{
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
		box-sizing: border-box;
	}
	
	#logofest{
		top: 0px;
		background-size: 80%;
		background-position: center;
		right: 0px;
		height: 110px;
	}
}
