/*<![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: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 25px 0;
	font-size: 100.01%; 	/******** IE Hack ********/
	text-align: center;
	color: #0D3057;
	background: url(../images/body-bg.jpg) top left repeat-x #0D3057;
}

a
{
	color: #0D3057;
}

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

#page
{
	width: 880px;
	margin: 0 auto;
	text-align: left;
	font-size: 0.7em;
}

#head
{
	background: url(../images/head-bg.jpg) 0 30px no-repeat;
}

#infopoint
{
	font-size: 0.9em;
	color: #cddff3;
	padding: 15px 0;
	text-align: right;
}

#infopoint a
{
	text-decoration: none;
	color: #cddff3;
	margin: 0 8px 0 0;
}

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

#logo
{
	position: absolute;
	margin: -20px 0 0 -12px;
}

#mainnav
{
	margin: 90px 0 0 0;
}

#mainnav ul
{
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav li
{
	float: left;
	margin: 0 0 0 2px;
	width: 292px;
	background: url(../images/mainnav-li-bg.jpg) 0 5px no-repeat;
}

#mainnav li.first
{
	margin: 0;
}

#mainnav li a
{
	display: block;
	padding: 21px 0 0 30px;
	height: 33px;
	text-decoration: none;
	font-size: 1.4em;
}

html>body #mainnav li a
{
	height: 33px;
}

#mainnav li.active a,
#mainnav li a:hover
{
	background: url(../images/mainnav-a-bg.jpg) top left no-repeat #fff;
}

#body
{
	background: #fff;
}

#content
{
	padding: 15px 30px 0 30px;
}

#subnav
{
	margin: 0 0 50px 0;
}

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

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

#subnav li a
{
	display: block;
	text-decoration: none;
}

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

#subnav li.active a
{
	font-weight: bold;
}

#elements
{
	width: 100%;
}

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

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

#footer
{
	padding: 15px 20px 25px 20px;
	background: url(../images/footer-bg.jpg) top left no-repeat;
	color: #cddff3;
	font-size: 0.9em;
}

#footer a
{
	color: #fed86a;
	text-decoration: none;
}

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

#copyright
{
	margin: 0 0 10px 0;
}

#sponsor
{	
}


/**
 * Seiten
 */

#start #page
{
	background: url(../images/page-bg.jpg) 0 33px no-repeat;
}

#start #head
{
	background: transparent;
}

#start #body
{
	background: transparent;
	height: 451px;
}

#start #content
{
	padding: 0;
}

#start #elements
{
	padding: 350px 0 0 0;
}

#start #col-left
{
	width: 293px;
	float: left;
}

#start #col-center
{
	width: 294px;
	float: left;
}

#start #col-right
{
	width: 293px;
	float: right;
}

#start #footer
{
	background: url(../images/start-footer-bg.jpg) top left no-repeat;
}

#main #col-left
{
	width: 570px;
	float: left;
}

#main #col-right
{
	width: 210px;
	float: right;
}


#overview #col-left
{
	width: 390px;
	float: left;
}

#overview #col-right
{
	width: 390px;
	float: right;
}

#wide #col-left
{
	width: auto;
	float: none
}

/*]]>*/