﻿/* CSS Document */

body {
/*background-image:url(hg.gif);*/
background-color:#FFFFFF;
padding:no;
color:black;
font-family:Verdana, Helvetica, Arial;
font-size:12px;
}
img{
	border:0px;
}

/**********************************LAYOUT*/

#header {
height:290px;
width:862px;
background-image:url(header.jpg);
background-repeat:no-repeat;
 border-right-color: #cccccc;
 border-right-style: solid;
 border-right-width: 1px; 
}

#container{
position:absolute;
width:832px;

margin-left:28px;
margin-bottom:10px;

background-color:#FFFFFF;

border-width:1px;
border-top-width:0px;
border-style:solid;
border-color:#999999;
}

#left {
width:170px;
float:left;

margin-left:22px;
margin-top:25px;

border-width:1px;
border-style:solid;
border-color:#CCCCCC;
}

#links {
height:23px;
text-align:center;

border-width:0;
border-bottom-width:3px;
border-style:solid;
border-color:white;

padding-top:7px;
background-image:url(links.jpg)
}

* html #left {
width:170px;
float:left;

padding-left:15px;
padding-top:15px;
padding-bottom:5px;
padding-right:5px;
}


#content {
width:570px;
float:left;

background-color:white;
color:#666666;
line-height:20px;

padding:25px;
}

* html #content {
width:480px;
float:left;

background-color:white;
color:#666666;
line-height:20px;

padding:25px;
}

#footer {
height:100px;
width:800px;
float:left;
text-align:center;
}
#partner{
	font-size: xx-small;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 30px;
	margin-top: 15px;
	padding-top: 10px;}

#movie{
	padding: 20px;
	margin-top: 20px;
}
/*********************************SCHRIFT*/
h1 {
color:#FF9900;
font-size:16px;
margin:0;
margin-bottom:10px;
}

h2 {
color:#FF9900;
font-size:14px;
font-weight:bold;
margin:0;
margin-top:20;
text-align:center;
}

#left h2 {
color:#00CC00;
}

a {
font-size:12px;
color:#00CC00;
text-decoration:underline;
}

#left a {
font-size:12px;
color:black;
}

a:hover {
text-decoration:none;
}

#left a:hover {
text-decoration:none;
}

ul {
list-style-type:none;
}

li {
font-size:12px;
color: black;
margin-left:-25px;

margin-top:5px;
margin-bottom:5px;
}

#content li {
list-style-type:disc;
color:#666666;
}

.einleitung {
font-weight:bold;
}