/*<![CDATA[*/
/**
 * CSS Style fuer Druck-Darstellung
 *
 * Copyright (c) 2007    die.interaktiven GmbH & Co. KG
 *                       Agentur für 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.
 *
 */

@import url(screen.css);

body
{
	padding: 25px;
}

#page
{
	text-align: left;
	font-size: 0.7em;
	width: 640px;
	padding: 0;
}

#header
{
	clear: both;
	float: none;
	background: transparent;
	height: auto;
}

#header #logo
{
	float: none;
	clear: both;
	width: auto;
	padding: 0 0 30px 0;
	text-align: right;
}

#header #infopoint
{
	display: none;
}

#header #barrierefrei
{
	display: none;
}

#navigation
{
	display: none;
}

#navigation .form.quicksearch
{
	display: none;
}

#content
{
	float: none;
	clear: both;
	width: 645px;
	background: transparent;
}

#content #banner
{
	clear: both;
	float: none;
	border-bottom: none;
}

#content #mainc
{
	float: none;
	clear: both;
	width: auto;
	padding: 25px 0 25px 0;
}

#content #mainc #title
{
	margin: 0 15px 15px 15px;
	padding: 0;
	font-size: 1.5em;
	font-weight: normal;
}

#content #mainc #text
{
	margin: 0 15px 35px 15px;
	padding: 0;
	line-height: 1.5em;
}

#content #infoc
{
	display: none;
}

#footer
{
	display: block;
	border-top: 1px solid #ccc;
	padding: 5px 5px 0 0;
	text-align: right;
	color: #aaa;
	background: transparent;
}

/* +---------------------------------------------------------------------+
   |                 Inhalltscontainer definieren                        |
   +---------------------------------------------------------------------+ */


/**
 * Boxen auf Startseite
 */

#content #mainc #boxarea .item
{
	float: left;
	width: 216px;
	margin: 0 0 25px 0;
	text-align: left;
	border-right: 1px solid #edefef;
}

#content #mainc #boxarea .item .image img
{
	border-bottom: 1px solid #edefef;
	width: 216px;
	height: 123px;
}

#content #mainc #boxarea .item.right
{
	width: 217px;
	border-right: none;
}

#content #mainc #boxarea .item.right .image img
{
	width: 217px;
}

#content #mainc #boxarea .item.red .image
{
	border-bottom: 9px solid #dbc6aa;
}

#content #mainc #boxarea .item.green .image
{
	border-bottom: 9px solid #aad4ae;
}

#content #mainc #boxarea .item .title
{
	margin: 15px 13px 3px 13px;
}

#content #mainc #boxarea .item .text
{
	padding: 0 13px 0 13px;
	line-height: 1.5em;
}

/**
 * rechte Infospalte auf Startseite
 */

#content #infoc #newslist
{
	margin: 0 15px;
}

#content #infoc #newslist .item .title
{
	border-bottom: 1px solid #c7c7c7;
}


/**
 * blauer Link
 */

#content .link
{
	display: block;
	float: none;
	clear: both;
	text-align: right;
}

#content .link a
{
	color: #2274ab;
	font-weight: bold;
}

#content .link.right
{
	text-align: right;
}

#content .link.left
{
	text-align: left;
}

/*]]>*/