/*  body und schrift deffinitionen */
html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #fff;
  font-size: 10px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#000000;  
  text-align:center;
	margin:0px;
	padding:0px;
}

a {outline: none;}

p,pre, h1 {
	margin:0;
}

h1 {
font-size:10px;
	}
h3 {
font-size:10px;
	}

a { 
color: #999999;
font-size: 10px;
background-color:transparent;
text-decoration: none; 
}
 
pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}


/*  positioning-layers statisch und absolut */

#box {
width:1250px;
margin: 30px auto;
padding:0px;
text-align:right;
}

#links {
	width:125px;
	padding:0px;
	float:left;
	height:600px;
	vertical-align: bottom;
	padding-right: 8px;
	font-weight:bold;
	color:#000
}
#links a:hover{
	font-weight:bold
}
#links a{
    font-weight:normal;
	color:#969696
}
#links-unten {
	width:138px;
	padding:0px;
	float:left;
	height: 12px;
	position: absolute;
	top: 527px;
	color:#666;
	padding-right: 12px;
	text-align:right;
}
#inhalt {
	width:1000px;
	padding:0px;
	float:left;
	background-color:#fff;
	overflow: hidden;
	height: 600px;
}
#inhalt2 {
	width:1000px;
	padding:0px;
	margin:auto;
	background-color:#fff;
	overflow: auto;
	height: 600px;
}

#film2 {
	height:252px;
	width:320px;
	position: absolute;
	top: 150px;
	margin-left: 340px;
	  }
	  
#film {
	height:252px;
	width:320px;
	position: absolute;
	top: 330px;
	margin-left: 67px;
	  }

#rechts {
width:100px;
padding:0px;
float:left;
background-color:#ff99cc;

}

#kopf {
	background-color:transparent;
	height: 90px
}

#kopf h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #564b47;
background-color: #90897a;
padding:0;
margin:0px
}

#kopf p {
padding:0px;
margin:0px;
}
.spalter #container {
	width: 930px;  
	background: #FFFFFF;
	text-align: left;
	border-top-width: 30px;
	border-right-width: 30px;
	border-bottom-width: 30px;
	border-left-width: 30px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    }
.fltrt {
    	float: right;
    }
.arrowlistmenu { width: 125px; /*width of accordion menu*/ }
.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/font: Arial;color: #666666;  cursor: pointer;cursor: pointer; margin-top: 0; margin-bottom: 10px; }
.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/;margin-bottom: 10px;}
.arrowlistmenu ul { /*CSS for UL of each sub menu*/list-style-type: none;margin: 0;padding: 0; margin-top: 13px; margin-bottom: 13px; }
.arrowlistmenu ul li { padding-bottom: 2px; line-height: 1.2em; /*bottom spacing between menu items*/}
li.news { line-height: 15px !important; margin-bottom: 10px; color: #989096;}
.arrowlistmenu ul li a { color: #666666; display: block; text-decoration: none;}
.arrowlistmenu ul li a:hover { /*hover state CSS*/color: #0066cc; }