/**
 * @author Johannes Maerkl
 * @package Joomla
 * @subpackage Accessible-Template-BioHof
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */
 
 #all {
	background: #FFFFFF;
	color: #444;

    margin: 0 auto;
    max-width: 1050px;
    padding: 0;
    text-align: left;
    font-size: 0.8em;
	font-family: Helvetica;
}

#shadow #all {
	box-shadow: 0px 10px 20px #555555
}

/* +++++++++++++++++ Header  +++++++++++++++++++++++++++  */

#header {
	background: url(../images/Briefkopf.png) no-repeat center bottom #FFFFFF;
	min-height: 214px;
}

#contentarea {
    position: relative;
    overflow: hidden;
    padding: 0 20px !important;

}

/* +++++++++++++++++ Breadcrumbs  +++++++++++++++++++++++++++  */
.breadcrumbs {
	border-radius: 3px;
}

.breadcrumbs ol {
	padding: 0;
}

.breadcrumbs li {
	display: inline-block;
	padding: 2px 4px;
}

/* ++++++++++++++  nav before content  ++++++++++++++ */
#nav {
    float: left;
    margin: 0;
	padding: 0;
	width: 15%;
    position: relative;
}

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

#nav ul li {
	padding: 8px 4px;
}

#nav ul li a {
	text-decoration: none;
	color: #444;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

#nav ul li:hover {
	background-color: #21AB19;
}

#nav ul li:hover a {
	color: white;
}


#nav ul li ul {
	display: none;
}

/*
.nav-item {
	
	margin: 5px 0px;
	padding: 8px 4px;
}

.nav-item a {
	
	color: #444; 
	font-family: Arial;
	font-weight: bold;
}

.nav-item :hover {
	background-color: #ebebeb;
}
*/

/* ++++++++++++++  aside after content  ++++++++++++++ */
.right {
    padding: 0;
    float: right;
    margin: 10px 0 10px 2%;
    width: 15%;
    position: relative;
}

/************** contend *******************/
#wrapper2 {
	width: 61%;
    float: left;
    padding: 20px 2% 20px 2%;
	position: relative;
	
	border-width: 0px 2px;
	border-color: #D8D8D8;
	border-style: solid;
}

/************** footer *******************/

#footer {

	margin: 0 auto;
    padding: 10px 15px 10px 10px;
	height: 32px;
	
	background-image: url(../images/background.png);
	background-repeat: repeat-x repeat-y;
	
	font-size: 1.0em;
	text-align: center;
	
	color: #FFFFFF
}

#footer a:link,
#footer a:visited,
#footer a:active {

	color:#FFFFFF; 
}


