/*<![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.
 *
 */

/**
 * allgemeine HTML-Tags
 */

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

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: #b6b6b6;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

ul
{
	list-style-image: url(../images/ul-item-image.gif);
	padding: 0;
	margin: 1em 0 1em 2em;
	text-align: left;
}

ul ul
{
	list-style-image: url(../images/ul-item-image-grey.gif);
	margin-top: 0;
}

ul ul ul
{
	margin-top: 0;
}

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

hr
{
	display: block;
	height: 1px;
	color: #b6b6b6;
	background-color: #b6b6b6;
	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;
}
	
/**
 * allgemeine Seitenstruktur
 */
 
#page
{
	text-align: left;
	font-size: 0.7em;
	width: 865px;
	margin: 0 auto;
	background: url(../images/page-bg.jpg) top left repeat-x #333;
}

#head
{
	padding: 24px 20px 0 20px;
} 

#logo
{
	margin: 0 0 47px 0;
}

#mainnav
{
	width: 100%;
	margin: 0 0 20px 0;
}

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

#mainnav li
{	
	float: left;
	padding: 0 0 0 3px;
}

#mainnav li.first
{	
	padding: 0;
}

#mainnav a
{	
	display: block;
	width: 202px;
	text-align: center;
	text-decoration: none;
	color: #ababab;
	border: 1px solid #222;
	padding: 6px 0;
	background: url(../images/mainnav-item-bg.gif) top left repeat-x #222;
	font-size: 1.2em;
	font-weight: bold;
}

html>body #mainnav a
{	
	width: 202px;
}

#mainnav a:hover,
#mainnav li.active a
{	
	background: url(../images/mainnav-item-active-bg.gif) top left repeat-x #2f2f2f;
}

#body
{
	margin: 0 20px 0 20px;
}

#content
{
	
}

#elements
{
	width: 100%;
}

#footer
{
	padding: 12px 20px 0 20px;
	text-align: center;
	color: #5b5b5b;
	background: #1f1f1f;
}

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

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

#infopoint
{
	margin: 0 0 15px 0;
	font-size: 0.9em;
}

#copyright
{
	margin: 0 0 15px 0;
	font-size: 0.9em;
}

#portale
{
	width: 100%;
	font-size: 0.9em;
}

/**
 * Bereiche strukturieren
 */
 
#start #col-left
{
	width: 504px;
	float: left;
}

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

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

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

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

#details #col-left
{
	width: 504px;
	float: left;
}

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

#text #col-left
{
	width: 504px;
	float: left;
}

#text #col-right
{
	width: 300px;
	float: right;
}
/*]]>*/