* {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

html, body {
	height:100%;
	}

body {
	background-image:url(../images/bg.jpg);
	color:#630;
	font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
	height: 100%;
	}
	
img {
	border: 0;
}

a {
	color: #422656;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

a:hover {
	font-weight: bold;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width: 960px;
	clear:left;
	background-color:#fff;
	display: table;
}



#header {
	width: 960px; 
	text-align: center;	
	border-bottom: 1px solid #9376A4;
	height: 200px;
}
#menuabstand {
	float: none;
	height: 14px;
	background-color: #fff;
}

#menu {
	height: 16px;
	background-color: #A690B4;
	width: 960px;
	text-align: center;
	line-height: 16px;
	vertical-align: middle;
}

#menu a, #menu a.visited {
	color: #422656;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	margin-right: 70px;
	
}

#menu a:hover, #menu a.current{
	color: #fff;		
}

#contentpart {
	margin-top: 20px;
	width: 960px;
	float: none;
	color: #777;
	min-height: 400px;
}

#submenu {
	width: 130px;
	float: left;
	font-size: 11px;
}

#maincontent {
	float: left;
	width: 700px;
}

#footer {
	clear: both;
	color: #777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 150px;
}

div.padding10px {
	padding: 10px;
	text-align: center;
}

#contentTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	color: rgb(84,56,106);
	padding-bottom: 20px;
}

div.viewMovieGireaffe {
	background-image: url("../images/Giraffe.jpg");
	background-repeat: no-repeat;
	width: 119px;
	height: 179px;
	line-height: 220px;
	text-align: center;
}

#rightframe {
	float: right;
}


#submenu a, #submenu a.visited {
	color: rgb(84, 56, 106);
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
	
}

#submenu a:hover, #submenu a.subcurrent{
	font-weight: bold;		
}

div.submenupaddings {
	padding-top: 10px;
	padding-left: 30px;
}


input.kontakt {
	float: none;
	width: 300px;
	border: 1px solid #BA9EC7;
	height: 21px;
	font-size: 18px;
	margin-bottom: 10px;
}

textarea.kontakt {
	width: 300px;
	border: 1px solid #BA9EC7;
	height: 150px;
	font-size: 11px;
	margin-bottom: 10px;
}

input.btnKontakt {
	border: none;
	background-color: #ffffff;
	color: #6B2F89;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
}

label.kontaktlabel {
	color: #A0A0A0;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}