/* 1215222777.9997 */

/* *******************************************
**  html-definitions 
** ******************************************* */

* {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, 'Lucida Grande', Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing:0;
	text-align: center;
	word-spacing: normal;
	text-decoration: none;	
	/* fŸr den IE hier eine Zentrierung */
	text-align: center;
	vertical-align: top; 
	background-image: url(main_bkg.gif);
	background-repeat: repeat-x;

	background-color: #FFF;
	color: #787C77;
}
body.startseite {
	background-color: #C40A0A;
	background-image: none;	
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1, h1 .csc-firstHeader {
	font-size: 32px;
	font-weight: bold;
	font-family: monospace;
	clear: both;
	color: #000;
	width: auto;
}
h2 {
	font-size: 120%;
	line-height: 1.3em;
	font-family: Arial, Helvetica, Verdana, 'Lucida Grande', Geneva, sans-serif;
	color: #000;
}
h3 {
	font-size: 100%;
	line-height: 1.3em;
	font-family: Arial, Helvetica, Verdana, 'Lucida Grande', Geneva, sans-serif;
	color: #000;
}
h6 {
	font-size: 24px;
	font-weight: bold;
	font-family: monospace;
	text-transform: lowercase;
	color: #000;
}
ol, ul, li {
	margin: 0;
	padding: 0;
}
a:visited,
a:link {
	font-size: 14px;
	color: #CB0B0B;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
p.bodytext {
	
}
/* **************************
** Formulare
** ************************** */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	text-indent: 0;
	padding-top: 6px;
	margin-top: 17px;
	padding-left: 10px;
}
fieldset.buttonarea {
	padding: 3px 5px 3px 10px;
	border: 0;
	border-top: 1px solid #BAC19D;
}
fieldset legend{
	margin: 0;
	padding: 0;
	border: 0;
	color: #000000;
	margin-left: -10px;
	padding-right: 5px;
}
fieldset label {
	color: #8D927D;
	margin-left: 5px;
	margin-right: 10px;
	vertical-align: top;
	display: block;
	float: left;
	width: 130px;
}
input.textfield, input, textarea {
	width: 300px;
	margin: 0;
	margin-bottom: 3px;
	padding: 1px;
	border: 1px solid #8D927D;
	background: #FFF;
	color: #000;
	font-size: 100%;
}
input.textfield:focus {
	color: #000;	
}
.error {
	color: #ff0000;
}

/* *******************************************
**  the main
** ******************************************* */

/* the mainpart (centered with spacer to the left and right) */
#main {
	width: 972px;
	margin: 0px auto;
	padding: 0px;
	color: #787C77;
}
#logo {
	height: 250px;
	background-color: #C40A0A; /*cc000f*/
	text-align: right;
}
#logo img {
	margin-top: 170px;
	margin-right: 70px;
}
#printlogo {
	display: none;
}
#menu_buffer_content_buffer {
	clear: both;
	/*overflow: auto;*/
	width: 972px;
	padding-top: 40px;
}
/* spacer to the left */
.buffer {
	float: left;
	width: 56px;
}
#menu {
	float: left;
	text-align: right;
	margin-top: 5px;
	width: 243px;
	line-height: 50px;
}
#crumbpath {
	float: left;
	text-align: left;
	margin: 0;
	width: 616px;
	padding: 0;
	margin-bottom: 30px;
}
#content {
	float: left;
	text-align: left;
	/*width: ;*/
	margin: 0;
	width: 616px;
	padding: 0;
}

/* *******************************************
**  the modules
** ******************************************* */

.blog_item {
	margin-bottom: 30px;
}
.blog_images {
	background-color: #D0D7CE;
	background-image: url(blog_bkg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: -14px;
}
.blog_images .thumb {
	margin-right: 5px;
}
.blog_headline {
	clear: none;
	font-weight: normal;
	width: 400px;
	font-size: 130%;
	float: left;
	color: #000;
}
.blog_date {
	clear: none;
	width: 200px;
	text-align: right;
	float: right;	
}
.filmlib_item {
	margin-bottom: 30px;
	display: block;
	float: left;
	clear: both;
}
.filmlib_movie {
	float: right;
	margin: 0 0 0 15px;
}
.filmlib_text {
	float: left;
	width: 370px;
	overflow: auto;
}
.staff_item {
	float: left;
	clear: none;
	width: 88px;
}
.staff_item .staff_text {
	width: 88px;
	font-size: 12px;
	line-height: 15px;
}
.nonoutput {
	display: none;
}
#content .container {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 10px solid #D0D7CE;
	width: 610px;
	float: left;
	clear: both;
}
#content .container .csc-header,
#content .csc-header {
  margin: 0 0 15px 0;
}
#content .container a:link,
#content .container a:visited {
	text-decoration: underline;
	color: #CB0B0B;
}
#content .container a:hover {
	text-decoration: underline;
	color: #000;
}
#content .container .news-list-container {
	margin-bottom: 1px;
	margin: 0;
	color: #787C77;
}
#content .container .pagemenu {
	text-align: right;
	padding: 15px 33px 0px 33px;
	background: #A3A596;
}
#service {
	float: left;
	text-align: right;
	margin: 0;
	padding: 0;
	width: 216px;
}
/* last moudel: footer */
#buffer_footer {
	clear: both;
	width: 972px;
}
#footer {
	clear: left;
	text-align: left;	
	height: 94px;
	margin-top: 10px;
	color: #B0B6AF;
	font-size: 12px;	
}
#footer a:link,
#footer a:visited {
	font-size: 12px;
	color: #B0B6AF;
	text-decoration: none;
}
#footer a:hover{
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

/* *******************************************
**  Layout: color- and typo-style
** ******************************************* */
#service a:link,
#service a:visited {
	font-size: 14px;
	line-height: 18px;
	color: #B0B6AF;
	text-decoration: none;
}
#service a:hover {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
}
#menu .container {
	height: 204px;
	width: 222px;
	background-image: url(htg_flasher.gif);
	color: #FFF;
}
#menu .container h2 {
	text-align: center;
	padding-top: 65px;
	color: #B8BEC0;
	text-weight: bold;
	font-size: 24px;
}
