/*<![CDATA[*/
/**
 * CSS Style Basislayout fuer Screen und Projection
 *
 * Copyright (c) 2008    die.interaktiven GmbH & 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.
 *
 */

/**
 * Farbdefinition
 * 
 * Schrift rot: #c62b12
 * Schrift grau: #898989
 * Schrft grau2: #555
 * Hintergrund: #E6E7E8
 *
 */

/**
 * allgemeine HTML-Tags
 */

body
{
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	margin: 0;
	padding: 25px;
	font-size: 100.01%; 	/******** IE Hack ********/
	text-align: center;
	color: #898989;
	color: #000;
	background: #e6e7e8;
}

h1,
h2,
h3,
h4,
h5
{
	margin: 0;
	padding: 0 0 0.5em 0;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

p
{
	margin: 0;
	padding: 0;
}

a
{
	color: #000;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

ul
{
	list-style-type: square;
	padding: 0;
	margin: 1em 0 1em 2em;
	text-align: left;
}

ul ul
{
	list-style-type: circle;
	margin-top: 0;
}

ul ul ul
{
	list-style-type: none;
	margin-top: 0;
}

ol li
{
	margin: 1em 0 0 0;
	padding: 0;
}

hr
{
	display: block;
	height: 1px;
	color: #898989;
	background-color: #898989;
	margin: 0;
	padding: 0;
	border: 0;
}

strong
{
	font-weight: bold;
}

img
{
	border: 0;
}

fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}

legend
{
	display: none;
}

form
{
	margin: 0;
	padding: 0;
}

input,
textarea,
select
{
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input[type=image]
{
	background: transparent;
}

/**
 * Hilfsklassen
 */

.invisible
{
	position: absolute;
	top: -3000px;
	left: -3000px;
	width: 1px;
	height: 1px;
}

.clear
{
	clear: both;
	float: none;
	line-height: 0;
	font-size: 0;
	display: block;
}

html>body .clear
{
	font-size: 0.1px;
}
	
/**
 * allgemeine Seitenstruktur
 */

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

#infopoint
{
	float: none;
	clear: both;
	width: 100%;
	font-size: 10px;
	margin: 0 0 6px 0;
}

#infopoint a
{
	text-decoration: none;
}

#infopoint a:hover
{
	color: #c62b12;
}

#infopoint div.links
{
	float: left;
	width: 824px;
	text-align: right;
}

#infopoint div.links a
{
	margin: 0 5px 0 5px;
}

#lang
{
	float: right;
	padding: 0 8px 0 0;
}

#lang img
{
	margin: 0 0 -2px 0;
}

#lang a
{
	display: block;
	margin: 0;
	padding: 0 10px 0 0;
	background: url(../images/language-bg.gif) right no-repeat;
}

#lang li li a
{
	background: #fff;
	padding: 3px 10px 3px 0;
}

#lang ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 80px;
	float: left;
}

#lang li
{
	position: relative;
}

#lang ul ul
{
	position: absolute;
	z-index: 500;
	padding: 6px 0;
}

#lang ul ul ul
{
	position: absolute;
	top: 0;
	left: 100%;
}

div#lang ul ul,
div#lang ul li:hover ul ul,
div#lang ul ul li:hover ul ul
{
	display: none;
}

div#lang ul li:hover ul,
div#lang ul ul li:hover ul,
div#lang ul ul ul li:hover ul
{
	display: block;
}

#header
{
	float: none;
	clear: both;
	width: 100%;
	height: 119px;
	background: url(../images/header-bg.jpg) bottom center no-repeat #fff;
}

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

#logo-control
{
	float: right;
	width: 190px;
	padding: 22px 30px 0 0;
}

#logo-control div.date
{
	float: left;
	text-align: right;
	padding: 17px 15px 0 0;
	line-height: 1.5em;
	color: #686e6e;
}

#logo-control div.logo
{
	float: right;
}

#body
{
	float: none;
	clear: both;
	/*width: 100%;*/
	padding: 0 10px 60px 10px;
	background: #fff;
}

#subnav
{
	width: 190px;
	padding: 0;
	float: left;
}

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

#subnav li
{
	display: inline;
	width: 100%;
}

/** Ebene 1 **/

#subnav li a
{
	display: block;
	padding: 5px 5px 5px 15px;
	margin: 0 0 1px 0;
	text-decoration: none;
	background: url(../images/subnav-item-l1-bg.gif) left no-repeat #fff;
}

#subnav li a:hover,
#subnav li.active a
{
	font-weight: bold;
	color: #c62b12;
	background: url(../images/subnav-item-l1-active-bg.gif) left no-repeat #dedede;
}

/** Ebene 2 **/

#subnav ul ul
{
	
}

#subnav li li a,
#subnav li.active li a
{
	font-weight: normal;
	color: #000;
	background: #e5e5e5;
}

#subnav li.active li a:hover,
#subnav li.active li.active a
{
	font-weight: bold;
	color: #c62b12;
	background: #e5e5e5;
}

/** Ebene 3 **/

#subnav ul ul ul
{
	
}

#subnav li li li a,
#subnav li.active li.active li a
{
	padding-left: 30px;
	background: #ededed;
	font-weight: normal;
	color: #000;
}

#subnav li.active li.active li a:hover,
#subnav li.active li.active li.active a
{
	font-weight: normal;
	color: #c62b12;
	background: #ededed;
}

/** Ebene 4 **/

#subnav ul ul ul ul
{
	
}

#subnav li li li li a,
#subnav li.active li.active li.active li a
{
	padding-left: 45px;
	background: #ededed;
	font-weight: normal;
	color: #000;
}

#subnav li.active li.active li.active li a:hover,
#subnav li.active li.active li.active li.active a
{
	font-weight: normal;
	color: #c62b12;
}

#content
{
	float: right;
	width: 700px;
}

#title
{
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.8em;
	font-weight: normal;
	display: block;
	float: left;
}


#elements
{
	float: none;
	clear: both;
	width: 100%;
}

#footer
{
	float: none;
	clear: both;
	font-size: 0.9em;
	/*padding: 10px 0 10px 0;*/
	width: 100%;
	background: #fff;
}

#footer div.links
{
	float: left;
	padding: 10px 0 10px 10px;
}

#footer div.links a
{
	margin: 0 5px 0 5px;
}

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

#footer div.links div.mainnav
{
	padding: 0 0 10px 30px;
	background: url(../images/footer-mainnav-bg.gif) left top no-repeat;
}

#footer div.links div.infopoint
{
	padding: 0 0 0 30px;
	background: url(../images/footer-infopoint-bg.gif) left top no-repeat;
}

#footer div.links div.infopoint a
{
	color: #b7b7b7;
}

#footer div.copyright
{
	float: right;
	text-align: right;
	padding: 10px 10px 10px 0;
}

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

/**
 * Seitenstruktur Hauptseite
 */

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

#landing-main #col-right
{
	float: right;
	width: 190px;
	/*margin: -40px 0 0 0;*/
}

#landing-main #body
{
	padding: 15px 10px 60px 10px;
}

/****************************************/

#landing-start #body
{
	margin: -5px 0 0 0;
}


#landing-start #content
{
	float: none;
	width: 100%;
}

#landing-start #colspan-top
{
	padding: 0;
	margin: 0;
}

#landing-start #colspan-bottom
{
	background: url(../images/grafik-startseite-colbottom.jpg) top left no-repeat;
	padding: 0;
	margin: 0;
	width: 100%;
}

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

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

#landing-start #col-right
{
	float: left;
	width: 230px;
}

#footer div.links a
{
	background: url(../images/landing-pfeil-footer.jpg) left 7px no-repeat;
	padding: 1px 0 0 10px;
	font-size: 1.3em;
	color: #686e6e;
	font-weight: bold;
}

/** fontsize **/

#links
{
	height: 18px;
	text-align: right;
}

#infopoint span.fontsize
{
	display: none;
	padding: 0 5px 0 0;
}

#infopoint span.fontsize a
{
	margin: 0 3px 0 0;
}

#infopoint span.fontsize a img
{
	margin: 0 0 -3px 0;
}

/*]]>*/