﻿/**
 * @version $Id: position.css 10387 2009-04-20 10:59:16Z  $
 * @author Design Gabriele BÃ¼chner
 * @package Joomla
 * @subpackage Template-Transparente - Home
 * @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.
 */

/* ###################### layer ###################### */


#layer1 {
	position: relative;

}
.starttext {
	position: absolute;
	top: 39px;
	left: 330px;
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #445B7B;
}

/* ###############  menu * ########################### */

.menu li {
	width: 290px;
	background-color: #8FA0B3;
	border-bottom: solid 1px #FFFFFF;
	padding: 4px 0px 4px 38px;

}
.menu li a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu li.active {
	background-color: #536D8B;
}

.menu_balken1 img {
	border:none;
}
ul.menu_balken1 {
	height: 35px;
	border-bottom: solid 1px #FFFFFF;
}
.menu_balken2 {
	width: 897px;
	padding: 8px 0px 8px 50px;
	background-color: #758AA2;
	font-size: 14px;
	color: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	letter-spacing: -1px;
}
ul.menu_balken2 {
	list-style-image: url(../images/pfeil_blau.html);

}
.menu_balken2 li a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_balken2 li a:hover {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}

.menu_balken3 {
	width: 897px;
	padding: 8px 0px 8px 50px;
	background-color: #9F3826;
	font-size: 14px;
	color: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
ul.menu_balken3 {
	list-style-image: url(../images/pfeil_rot.html);

}
.menu_balken3 li a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_balken3 li a:hover {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}