/*<![CDATA[*/
/**
 * CSS Style Basislayout fuer Screen und Projection
 *
 * Copyright (c) 2009    die.interaktiven GmbH u. Co. KG
 *                       Agentur fuer digitale Medien
 *                       Eisenmarkt 1
 *                       35578 Wetzlar
 *                       Germany
 *
 *                       Fon: +49 (0)64 41 / 39 86 19 - 0
 *                       Fax: +49 (0)64 41 / 39 86 19 - 9
 *                       Web: www.die-interaktiven.de
 *
 * Alle Rechte vorbehalten. Unberechtigte Kopie und Weiter-
 * verwendung nicht gestattet.
 *
 */

/**
 * HTML-Tags
 */

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0 0 25px 0;
	font-size: 100.01%; 	/******** IE Hack ********/
	text-align: center;
	color: #bfbfbf;
	background: url(../images/background-body.jpg) top center no-repeat #000;
	background-attachment: fixed;
}

a
{
	color: #bfbfbf;
}

hr
{
	color: #bfbfbf;
	background-color: #bfbfbf;
}
	
/**
 * allgemeine Seitenstruktur
 */

#page
{
	width: 940px;
	margin: 30px auto 65px auto;
	text-align: left;
	font-size: 0.7em;
}

#head
{
	width: 100%;
	margin: 0 0 5px 0;
	background: url(../images/page-bg.png) top left repeat;
	height: 155px;
}

#logo
{
	text-align: center;
	padding: 20px 0 0 0;
}

/*
#navigation
{
	height: 110px;
}

html>body #navigation
{
	height: 70px;
}
*/

#mainnav
{
	margin: 35px 0 0 0;
	font-size: 1.5em;
	width: 100%;
}

#mainnav ul
{
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}

#mainnav li
{
	float: left;
}

#mainnav li a
{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 6px 25px;
}

#mainnav li.first a
{
	padding-left: 15px;
}

#mainnav li a:hover,
#mainnav li.active a
{
	background: #FF8C00;
	color: #000;
}

#subnav
{
	padding: 0 0 0 30px;
}

#subnav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav li
{
	float: left;
	padding: 10px 20px 0 0;
}

#subnav li a
{
	display: block;
	font-size: 1.0em;
	text-decoration: none;
	line-height: 1.5em;
}

#subnav li a:hover
{
	text-decoration: underline;
	color: #ff8c00;
}

#subnav li.active a
{
	color: #ff8c00;
}

#body
{
	margin: 0 0 5px 0;
	background: url(../images/page-bg.png) top left repeat;
	padding: 20px 30px;
}

#content
{
}

#elements
{
	width: 100%;
	line-height: 1.5em;
}

#colspan-top
{
	width: 100%;
	clear: both;
	float: none;
}

#col-left
{
	width: 550px;
	float: left;
}

#col-right
{
	width: 300px;
	float: right;
}

#colspan-bottom
{
	width: 100%;
	clear: both;
	float: none;
}

#footer
{
	background: url(../images/page-bg.png) top left repeat;
	padding: 20px 30px;
}

#navarea
{
	width: 100%;
	padding: 0 0 30px 0;
}

.navelement
{
	float: left;
	width: 165px;
}

.navelement a.title
{
	font-weight: bold;
	text-decoration: none;
}

.navelement a.title:hover
{
	text-decoration: underline;
}

.navelement ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.navelement ul li
{
	margin: 0;
	padding: 0;
	width: 100%;	
}

.navelement ul li a
{
	display: block;
	text-decoration: none;
	padding: 3px 0;
}

.navelement ul li a:hover
{
	text-decoration: underline;
}

#infopoint
{
	float: left;
	padding: 0 0 10px 0;
}

#infopoint a
{
	display: block;
	float: left;
	padding: 0 15px 0 0;
	text-decoration: none;
}

#infopoint a:hover
{
	text-decoration: underline;
}

#copyright
{
	float: right;
}

#copyright a.dia
{
	color: #99cc00;
}

/**
 * SEITEN
 */

 
#start #body
{
	padding: 20px 0;
}
 
#start #col-left
{
	width: 425px;
	padding: 0 0 0 30px;
}

#start #col-right
{
	width: 425px;
	padding: 0 30px 0 0;
}

#start #colspan-bottom
{
	padding: 0 30px;
	width: auto;	
}


/**
 * IE6
 */
#head,
#body,
#footer
{
	background: #080c18;
}
 
html>body #head,
html>body #body,
html>body #footer
{
	background: url(../images/page-bg.png) top left repeat;
}

/**
 * Tabellen
 */

table.csc-frame-frame1
{
	border: 1px solid #45474a;
	border-top: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}

table.csc-frame-frame1 td,
table.csc-frame-frame1 th
{
	margin: 0;
	padding: 5px;
	border-top: 1px solid #45474a;
}

table.csc-frame-frame1 tr.thead
{
	background: #282d3a;
}

/*]]>*/