*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

BODY {
	color: #000000;
	background-color: #4F5D6A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A {
	color: #DC2B19;
	text-decoration: none;
}

A:HOVER {
	color: #A9A9A9;
	text-decoration: underline;
}

#main{
	width: 100%;
	background-image: url(images/main_back.jpg);
	background-repeat: repeat-y;
}

#header{
	width: 950px;
	height: 185px;
	background-image: url(images/header_back.jpg);
	background-repeat: no-repeat;
	padding-left: 135px;
	padding-top: 16px;	
}

#content{
	width: 650px;
	margin-left: 155px;
}

#footer{
	width: 100%;
	height: 91px;
	background-image: url(images/footer_back.jpg);
	background-repeat: no-repeat;
}

#songwunsch{
	width: 94px;
	height: 91px;
	background-image: url(images/button_songwu.gif);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 832px;
}

#logolink{
	width: 700px;
	height: 91px;
	margin-top:40px;
	display: block;
	position: absolute;
	left: 0px;
}

p{
	padding-bottom: 10px;
}

/* MENU */

.mlink{
	border: none;
	height: 34px;
}

ul.subm{
	margin-left: 590px;
	margin-top: 10px;
}

ul.subm li{
	list-style: disc;
}

table {
	font-size: 12px;
}
.submenulink{
	font-weight: bold;
	color:#000000;
}

.submenulink_active{
	font-weight: bold;
}
input, textarea, select{
	border: 1px solid #44505B;
	background-color: #DC2B19;
	color: #FFFFFF;
	padding: 1px;
	margin: 5px;
}

input.pushbutton{
	border: 1px outset;
	background-color: #44505B;
	color: #FFFFFF;
	padding: 1px;
}

DIV .errormsg {
	background-color:#E5E8EB;
	border: 1px dotted #BBC2CE;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	padding: 5px;
	margin: 5px;
	color:#DC2B19;
}
DIV .successmsg {
	background-color:#E5E8EB;
	border: 1px dotted #BBC2CE;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	padding: 5px;
	margin: 5px;
}
.sideheadline{
	font-family: Helvetica, sans-serif, arial;
	font-size: 24px;
}
hr{
	color:#44505B;
	background-color:#DC2B19;
	height:2px;
	border:0px dashed blue;
}
.movie {
	height:300px;
	width:600px;
}