/*
<?php
	header('Content-type: text/css');
	include_once($_SERVER["DOCUMENT_ROOT"] . "/common/conf/colours.conf.php");
?>
*/

.error
{
	color: #D02A19;
	border: 1px dotted #D02A19;
	padding: 4px;
	margin: 4px;
}

#stage
{
	margin: 0px auto;
	position: relative;
	width: 960px;
	height: 100%;
	visibility: visible;
}

#container_mainmenue
{
	margin: 18px 0px 6px 0px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #999;
	overflow: hidden;
}

.navigation-active { font-weight: bold; }
.navigation-list a.navigation-active { color: #666; }

.navigation-list
{
	overflow: hidden;
	color: #999;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.navigation-list li
{
	margin: 0px;
	padding: 0px;
	float: left;
}

#mainmenue.navigation-list {width: 725px;}

#mainmenue li {}

#mainmenue li h2
{
	margin: 4px 24px 4px 0px;
	width: 115px;
	font-size: 12px;
	white-space:nowrap;
	font-weight: normal;
	text-transform: uppercase;
}

#container_submenue { height: 30px; }

#container_page_content { overflow: hidden; }

.submenue li h3
{
	margin: 0px 16px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}

.submenue li h4
{
	margin: 5px 16px 2px 0px;
	font-size: 11px;
	font-weight: normal;
	/*text-transform: uppercase;*/
}

.navigation-list a
{
	color: #999;
	text-decoration: none;
}

.navigation-list a:hover
{
	color: #333;
	text-decoration: underline;
}

.navigation-list a:active
{
	color: #003366;
	text-decoration: underline;
}


.navigation-list a:visited
{
	color: #999;
	text-decoration: none;
}


#claim
{
	margin: 10px 0px 10px 0px;
	clear: both;
}

#body-text
{
	width: 460px;
	text-align: justify;
	float: right;
	padding: 0px 20px 0px 20px;
}
#body-text-small
{
	width: 300px;
	text-align: justify;
	float: right;
	padding: 0px 20px 0px 20px;
}

#body-text h4 { margin: 0px; }

.body-text-image
{
	display: block;
	margin: 4px 0px 4px 0px;
}

#container_keyvisual
{
	padding: 0px 0px 0px 20px;
	overflow: hidden;
	float: left;
}

#container_images_small
{
	margin-top: 15px;
	text-align: right;
}

#container_images_small img { margin-left: 10px; }

#container_imagefilm
{
	width: 440px;
	border: 0px;
}

#container_headline
{
	width: 500px;
	padding: 0px;
	float: right;
}

#container_headline img, #container_headline h1 { margin: 0px 0px 0px 0px; }

#container_footer
{
	margin: 18px 0px 6px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #999;
	position: relative;
}

#footer.navigation-list
{
	width: 360px;
	text-align: center;
}

#footer li
{
	margin: 4px 24px 4px 0px;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}

#footer img { margin-left: 6px; }

.dt-rahmen
{
	padding: 0px;
	background-color: #00ff00;
	position: absolute;
	width: 99%;
	left: 0px;
	bottom: 170px;
	z-index: 100;
}

.dt-comments-rahmen
{
	padding: 1px;
	border: 0px solid #555;
	background-color: #C03;
	position: absolute;
	width: 600px;
	left: 175px;
	top: 0px;
	z-index: 1;
}

.dt-comments-head
{
	background-color: #C66;
	font-weight: bold;
	padding: 10px;
	font-size: 11px;
}

.dt-comments
{
	background-color: #fcc;
	font-size: 10px;
	padding: 11px;
	color: #000000;
}

.dt-comments-active
{
	font-size: 10px;
	background-color: #ffecec;
	padding: 11px;
	color: #000000;
}

.dt-comments-inactive
{
	font-size: 10px;
	padding: 10px;
	background-color: #feb3b3;
	color: #555555;
}

.dt-status-rahmen
{
	padding: 1px;
	background-color: #C03;
	width: 150px;
	border: 0px solid #555;
	position: absolute;
	left: 10px;
	top: 0px;
	z-index: 1;
}

.dt-status-head
{
	background-color: #C66;
	font-weight: bold;
	padding: 10px;
	font-size: 11px;
}

.dt-status-status
{
	font-size: 10px;
	padding: 10px;
	background-color: #FCC;
	color: #000000;
}

.dt-minimized-rahmen
{
	padding: 1px;
	background-color: #C03;
	position: absolute;
	left: 10px;
	top: 0px;
	z-index: 1;
}

.dt-minimized
{
	font-size: 9px;
	padding: 1px;
	background-color: #FCC;
	color: #000000;
}

.dt-aktualisierung-rahmen
{
	padding: 1px;
	border: 0px solid #555;
	background-color: #C03;
	width: 150px;
	position: absolute;
	left: 10px;
	top: 150px;
	z-index: 1;
}

a.dt:link
{
	text-decoration: underline;
	color: #000000;
}

a.dt:active
{
	text-decoration: underline;
	color: #ffecec;
}

a.dt:visited
{
	text-decoration: underline;
	color: #000000;
}

a.dt:hover
{
	text-decoration: underline;
	color: #c03;
}
