html {
	height: 101%;
}
body {
	font-family: Helvetica;
	font-size: small;
	color: #000000;
	margin: 0px;
	line-height: 1.1em;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat;
	background-position: left top;
}
hr {
	clear: both;
	visibility: hidden;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.alert {
	color: #F00;
}
.alertBold {
	font-weight: bold;
	color: #F00;
}

/*=============================================================================*/
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}


/*=============================================================================*/
#header {
	margin: 0px;
	height: 250px;
	width: 800px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#topNav {
	text-align: right;
	color: #000;
	height: 30px;
	margin: 0px;
}
#topNav ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topNav li {
	list-style-type: none;
	display: inline;
	padding-left: 5px;
}
#topNav a {
	text-decoration: none;
	color: #00B1E6;
}
#topNav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #00B1E6;
}
#logo {
	height: 150px;
	width: 800px;
}
#mainNav {
	font-weight: bold;
	height: 50px;
	width: 800px;
	color: #000;
	margin: 0px;
}
#mainNav div {
	margin-top: 2.5em;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0em;
}
#mainNav ul {
	margin: 0px;
	padding: 0px;
}
#mainNav li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#mainNav a {
	text-decoration: none;
	color: #00B1E6;
	font-weight: bold;
}
#mainNav a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #00B1E6;
}

/*=============================================================================*/
#content {
	text-align: left;
	vertical-align: top;
	width: 800px;
}

/*=============================================================================*/
#leftNav {
	width: 175px;
	float: left;
	margin-left: 0px;
}
#leftNav div {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#leftNav h1 {
	font-weight: bold;
	color: #000;
	font-size: small;
	margin-top: 10px;
}
#leftNav h2 {
	font-weight: bold;
	color: #000000;
	font-size: small;
}
#leftNav img {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#leftNav ul {
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
}
#leftNav li {
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
}
#leftNav a {
	color: #00B1E6;
	text-decoration: underline;
}
#leftNav a:hover {
	color: #FFF;
	background-color: #00B1E6;
	text-decoration: none;
}
.leftNavAbsatz {
	margin: 0px;
}

/*=============================================================================*/
#leftNavAlert {
	width: 175px;
	float: left;
	margin-left: 0px;
	color: #F00;
}
#leftNavAlert div {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#leftNavAlert h1 {
	font-weight: bold;
	color: #F00;
	font-size: small;
	margin-top: 10px;
}
#leftNavAlert h2 {
	font-weight: bold;
	color: #F00;
	font-size: small;
}
#leftNavAlert img {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#leftNavAlert ul {
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#leftNavAlert li {
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	padding-top: 2px;
}
#leftNavAlert a {
	color: #F00;
	text-decoration: underline;
}
#leftNavAlert a:hover {
	color: #FFF;
	background-color: #F00;
}
.leftNavAlert {
	margin: 0px;
}

/*=============================================================================*/

#rightNav {
	width: 110px;
	float: right;
}
#rightNav div {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#rightNav ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#rightNav li {
	list-style-type: none;
	padding-bottom: 5px;
}
#rightNav a {
	color: #00B1E6;
	text-decoration: none;
}
#rightNav a:hover {
	text-decoration: underline;
	color: #000;
}
#rightNav img {
	padding-top: 3px;
}
.rechts {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC20E;
}
.captionRightNav {
	padding-bottom: 2px;
	font-size: smaller;
	text-align: left;
	padding-top: 2px;
	margin-top: 0px;
}

/*=============================================================================*/

#inhalt {
	width: 515px;
	float: left;
	text-align: left;
}
#inhalt div {
	vertical-align: top;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#inhalt h1 {
	font-size: larger;
	font-weight: bold;
	color: #000;
	line-height: 1.2em;
	margin-top: 0px;
}
#inhalt h2 {
	font-weight: bold;
	font-size: small;
	color: #000;
}
#inhalt a {
	color: #00B1E6;
	text-decoration: none;
}
#inhalt a:hover {
	text-decoration: underline;
}
.inhalt {
	text-align: left;
	padding-left: 15px;
}
.inhalt ul {
	margin: 0px;
	padding: 0px;
}
.inhalt li {
	line-height: 1.3em;
	list-style-image: url(../images/linkhover.gif);
	list-style-type: none;
}


/*================================================================================*/
#film {
	width: 515px;
	float: left;
}
#film h1 {
	font-size: larger;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 0px;
}
#film h2 {
	font-weight: bold;
	font-size: small;
	margin-bottom: 0px;
}
#film ul {
	margin: 0px;
	padding: 0px;
	color: #00B1E6;
}
#film li {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
}
#film a {
	color: #00B1E6;
	text-decoration: none;
}
#film a:hover {
	text-decoration: underline;
}
#filmTop {
	width: 495px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.filmTop {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.cc {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.caption {
	padding-bottom: 2px;
	font-size: smaller;
	text-align: left;
	padding-top: 2px;
	margin-top: 0px;
}
#filmText {
	vertical-align: top;
	margin: 10px;
	clear: both;
	text-align: left;
}
/* __________________________________*/
.thumbs {
	text-align: left;
	width: 495px;
	margin: 10px;
}
.thumbs img {
	height: 100px;
	width: 150px;
}
.thumbs ul {
	margin: 0px;
	padding: 0px;
}
.thumbs li {
	list-style-type: none;
	padding-right: 0px;
	display: inline;
	padding-bottom: 10px;
	margin: 0px;
}
.thumbs a {
	text-decoration: underline;
	color: #000000;
}
.thumbs a:hover {
	text-decoration: none;
	color: #CC0529;
}
/* __________________________________*/
/*================================================================================*/
.filmarchiv {
	text-align: left;
	padding-left: 0px;
}
.filmarchiv ul {
	margin: 0px;
	padding: 0px;
}
.filmarchiv li {
	list-style-type: none;
	padding-bottom: 5px;
}
.filmAbisZ {
	text-align: left;
	padding-left: 0px;
	font-size: smaller;
}
.filmAbisZ ul {
	margin: 0px;
	padding: 0px;
}
.filmAbisZ li {
	list-style-type: none;
	display: inline;
}
/*=============================================================================*/
#bottom {
	background-image: url(../images/spacer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#impressum {
	padding-top: 10px;
	left: 0px;
	text-align: center;
	font-size: smaller;
}
#impressum ul {
	margin: 0px;
	padding: 0px;
}
#impressum li {
	list-style-type: none;
	display: inline;
}
#impressum a {
	text-decoration: none;
	color: #00B1E6;
}
#impressum a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #00B1E6;
}


/*==========================================================*/
.imgleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.clear {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00B1E6;
}
.top {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00B1E6;
	text-align: right;
}
.break {
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00A2AB;
	padding-right: 5px;
}
.grau {
	background-color: #CCC;
	padding: 5px;
}

