/*<![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 grau: #6c888f
 * Schrift gruen: #7fc31c
 * Schrift Subnavi: #8ca1a6
 *
 */

/**
 * allgemeine HTML-Tags
 */

body
{
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	margin: 0;
	padding: 21px 0 25px 0;
	font-size: 100.01%; 	/******** IE Hack ********/
	text-align: center;
	color: #6c888f;
	background: url(../images/body-bg.jpg) top left repeat-x #fff;
}

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: #6c888f;
	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: #6c888f;
	background-color: #6c888f;
	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;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.noprint
{
	
}

.printonly
{
	display: none;
}

a.dia
{
	text-decoration: none;
	color: #7fc41c;
}

a.dia:hover
{
	text-decoration: underline;
}
	
/**
 * allgemeine Seitenstruktur
 */

#page
{
	font-size: 0.7em;
	width: 743px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/page-bg.jpg) top center no-repeat #fff;
	padding: 5px 0 0 0;
}

#header
{
	height: 110px;
}

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

#infopoint
{
	float: right;
	width: 180px;
	height: 22px;
	text-align: right;
	background: url(../images/infopoint-bg.jpg) top right no-repeat;
	font-size: 0.9em;
}

#infopoint span
{
	display: block;
	padding: 4px 17px 0 0;
	height: 22px;
	background: url(../images/infopoint-ecke-bg.jpg) top left no-repeat;
}

#infopoint a
{
	text-decoration: none;
}

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

#mainnav
{
	margin: 46px 4px 0 0;
	width: 400px;
	float: right;
}

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

#mainnav li
{
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
}

#mainnav a
{
	display: block;
	padding: 0;
	margin: 0 1px 0 1px;
	text-decoration: none;
	font-size: 1.2em;
}

#mainnav a strong
{
	display: block;
	font-weight: normal;
	padding: 2px 12px 2px 12px;
}

#mainnav a:hover,
#mainnav .active a
{
	background: url(../images/mainnav-item-bg.gif) top right no-repeat;	
	color: #fff;
}

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

#subnnav
{
	float: left;
	width: 165px;
}

#subnav .title
{
	color: #7fc31c;
	padding: 0 5px 5px 20px;
	border-bottom: 2px solid #ccc;
	background: url(../images/subnav-title-bg.gif) no-repeat;
}

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

#subnav li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#subnav a
{
	width: 100%;
	display: block;
	color: #8ca1a6;
	text-decoration: none;
	padding: 6px 0 6px 14px;
	margin: 0 0 0 6px;
}

#subnav a:hover
{
	font-weight: bold;
	background: url(../images/subnav-item-hover-bg.gif) left no-repeat;
}

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

#subnav .title a,
#subnav .title a:hover
{
	width: auto;
	display: inline;
	text-decoration: none;
	margin: 0;
	color: #7fc31c;
	padding: 0;
	background: none;
}

#body
{
	padding: 0 15px 25px 15px;
	background: url(../images/pagebody-bg.jpg) bottom center no-repeat;
}

#head
{
	text-align: center;
	margin: 0 0 30px 0;
}

#forum #content
{
	width: 710px;
}

#main #content
{
	float: right;
	width: 528px;
}

#title
{
	border: none;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0 5px 5px 5px;
	border-bottom: 2px solid #ccc;
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	color: #6c888f;
}

#elements
{
	margin: 0;
	padding: 0 5px 0 5px;
}

#footer
{
	float: none;
	clear: both;
	padding: 10px 13px 0 0;
}

#footer a
{
	text-decoration: none;
}

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

#copyright
{
	text-align: right;
	font-size: 0.9em;
}

/**
 * Seitenstruktur Startseite
 */

#start #col-left
{
	float: left;
	width: 297px;
	margin: 0 15px 0 0;
}

#start #col-center
{
	float: left;
	width: 185px;
	margin: 0 15px 0 0;
}

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

/**
 * Seitenstruktur Inhaltsseite
 */
 
#main #subnav
{
	float: left;
	width: 165px;
}

#main #content
{
	float: right;
	width: 528px;
}

/*]]>*/