 /*<![CDATA[*/
/**
 * CSS Basislayout
 *
 * 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
 * 
 * Hintergrund: #797f84
 * Schrift dunkel: #71777c
 * Schrift hell: #adb4bc
 * Schrift Footer: #bcc1c5
 *
 */

/**
 * allgemeine HTML-Tags
 */

body
{
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	margin: 0;
	padding: 20px 0 20px 0;
	font-size: 100.01%; 	/******** IE Hack ********/
	text-align: center;
	color: #71777c;
	background: url(../images/body-bg.png) top left repeat-x #797f84;
}

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: #71777c;
	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: #71777c;
	background-color: #71777c;
	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;
}

table
{
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}

/**
 * allgemeine Seitenstruktur
 */

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

#head
{
	float: none;
	clear: both;
	width: 100%;
	height: 120px;
}

#logo
{	
	padding: 44px 14px 0 0;
	float: right;
}

#mainnav
{	
	float: left;
	width: 650px;
	padding: 0 0 0 14px;
	margin: 84px 0 0 0;
}

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

#mainnav li
{	
	float: left;
}

/*
#mainnav a
{
	display: block;
	text-decoration: none;
	font-size: 1em;
	margin: 0 17px 0 0;
	color: #565a60;
}
*/

#mainnav a
{
	display: block;
	text-decoration: none;
	font-size: 1em;
	margin: 0 12px 0 0;
	color: #565a60;
}

#mainnav a:hover,
#mainnav li.active a
{	
	color: #a8132b;
}

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

#header
{
	float: none;
	clear: both;
	padding: 0 14px 10px 14px;
}

#breadcrumb
{
	color: #b4b4b4;
	padding: 0 15px 18px 15px;
	/*background: #fff;*/
}

#breadcrumb a
{
	color: #b4b4b4;
	text-decoration: none;
}

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

#breadcrumb div.links
{
	float: left;
	font-size: 0.9em;
}

#breadcrumb div.functions
{
	float: right;
	font-size: 0.9em;
}

#body
{
	float: none;
	clear: both;
	padding: 0 14px 65px 14px;
	background: url(../images/content-bg.jpg) bottom left repeat-x transparent;
}

#content
{
	width: 100%;
}

#subnav
{
	float: left;
	width: 185px;
	margin: 40px 20px 0 0;
	/*border-bottom: 1px solid #c0c6ca;*/
}

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

#subnav ul ul
{
	/*border-top: 1px solid #c0c6ca;*/
}

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

#subnav li a
{
	display: block;
	padding: 5px 0 5px 15px;
	/*border-top: 1px solid #c0c6ca;*/
	text-decoration: none;
}

#subnav li li a
{
	padding-left: 30px;
	border: none;
}

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

#subnav li.active li a
{
	background: #eceef0;
	font-weight: normal;
	color: #9da2a7;
}

#subnav li li a:hover,
#subnav li.active li.active a
{
	background: url(../images/subnav-subitem-bg.gif) 15px no-repeat #eceef0;
	font-weight: bold;
	color: #a8132b;
}

#title
{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.8em;
	font-weight: normal;
	color: #a8132b;
}

#elements
{
	float: left;
	width: 660px;
}

#footer
{
	float: none;
	clear: both;
	width: 100%;
	font-size: 0.9em;
	text-align: right;
	color: #b8b8b8;
	background: #797f84;
	padding: 3px 0 0 0;
}

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

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

#footer div.verband
{
	float: left;
	padding: 5px 0 0 15px;
}

#footer div.verband img
{
	margin: 0 0 -3px 0;
}

#footer div.copyright
{
	float: right;
	padding: 8px 15px 0 0;
}


/**
 * Seitenstruktur Hauptseite
 */

 
#start #col-left
{
	float: left;
	width: 531px;
	margin: 0 31px 0 0;
}

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

#start #body
{
	padding-bottom: 26px;
}

#start #elements
{
	width: 100%;
}

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

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

/**
 * Seitenstruktur Uebersicht
 */

#overview #body
{
	padding-right: 0;
}

#overview #elements
{
	width: 674px;
}

#overview #colspan-top
{
	margin: 0 0 30px 0;
}

#overview #col-left
{
	float: none;
	clear: both;
	margin: 0 0 30px 0;
}

#overview #colspan-bottom
{

}


/**
 * Seitenstruktur Bildergalerie
 */

#goverview #header,
#gdetails #header
{
	padding: 0 0 10px 0;
}

#gdetails #col-left
{
	float: left;
	width: 455px;
}

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

/*]]>*/
