/**
 * @version $Id: layout.css 10387 2008-06-03 10:59:16Z pasamio $
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @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.
 */

/*Submenu Styles*/
/*************************************************************/
/* submenu column */
div.moduletable_submenu {
	width:477px;
}

ul.menusub {
	list-style-position:inside;
	list-style-image:url(/images/sichere_identitaet/nav/arrow.gif);
  	margin: 20px 0px;
  	border-bottom: 1px solid #a02031;
}

ul.menusub li A {
	color: black;
	text-decoration: none;
}
ul.menusub li A:hover {
	text-decoration: underline;
}

/*  menu, normal state (NO) */
ul.menusub li {
  	border-top: 1px solid #a02031;
  	font-size: 12px;
  	padding: 2px 0px;
}
ul.menusub li.empty {
	list-style-image:url(/images/sichere_identitaet/empty.gif);
}
/*  menu, active state (ACT) */
ul.menusub li.active A {
  	color: #a02031;
}

/* ****************************************************** */
/* Service Menu Styles */
div.moduletable_service{
	margin-top:70px;
}
div.moduletable_service ul.menusub {
	list-style-position:outside;
	list-style-image:none;
	margin: 0px;
  	border-bottom: 1px solid #000000;
}

div.moduletable_service ul.menusub li {
	border-top: 1px solid #000000;
	border-left: 2px solid #ffffff;
	font-size: 12px;
	padding: 2px 0px;
}

div.moduletable_service ul.menusub li a {
	background-image:url(/images/sichere_identitaet/nav/arrow.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:18px;
}

/* ****************************************************** */
/* OWN Extensions follow here */
#all {
    width:800px;
}

#head {
    position: absolute;
    left: 0px;
    top: 96px;
    height: 36px;
    vertical-align: top;
}

#header_background {
	background-color: #bbbcbf;
}

/* Breadcrumb */
p.path{
	font-size: 11px;
	color: #000000;
	line-height: 12px;
}

/* TOPMENU */
.head_left {position: absolute; left: 0px; top: 102px; z-index: 2}
.head_logo {position: absolute; left: 323px; top: 102px; z-index: 2;}
.head_right {position: absolute; left: 741px; top: 102px; z-index: 2}

/* Container */
#logo {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 75px;
    width: 175px;
    vertical-align: top;
}

/* position of sitename.gif */
.title {
    position: absolute;
    left: 47px;
    top: 96px;
    z-index: 2;
}

.topmenu {position: absolute; left: 323px; top: 87px; z-index: 3}

a img{
	border-width:0px;
}

/*Menu Styles*/
/*************************************************************/
/* menu column */
ul.menu {
	border-bottom: 1px solid #a02031;
}
ul.menu li A {
	color: black;
	text-decoration: none;
}
ul.menu li A:hover {
	text-decoration: underline;
}

/*  menu, normal state (NO) */
ul.menu li {
  	border-top: 1px solid #a02031;
  	font-size: 12px;
  	padding: 5px;
  	padding-left: 20px;
}
/*  menu, active state (ACT) */
ul.menu li.active {
  	font-weight:bold;
  	background-color: #a02031;
}
ul.menu li.active A {
  	color: #ffffff;
}

/* menu column */
#menu DIV A {
	color: black;
	text-decoration: none;
}
#menu DIV A:hover {
	text-decoration: underline;
}

/*  menu, normal state (NO) */
#menu DIV.menu-no {
  	border-top: 1px solid #a02031;
  	font-size: 12px;
  	padding: 5px;
  	padding-left: 20px;
}
/*  menu, active state (ACT) */
#menu DIV.menu-act {
  	border-top: 1px solid #a02031;
  	font-weight:bold;
	font-size: 12px;
  	padding: 5px;
  	padding-left:20px;

  	background-color: #a02031;
}
#menu DIV.menu-act A {
  	color: #ffffff;
}

/* submenu */
#page DIV.moduletable_submenu A {
	color: black;
	text-decoration: none;
}
#page DIV.moduletable_submenu A:hover {
	text-decoration: underline;
}

/*  submenu, normal state (NO) */
#page DIV.menu-no {
  	border-top: 1px solid #a02031;
  	font-size: 12px;
	padding: 2px;
  	padding-left: 0px;
}
/*  submenu, active state (ACT) */
#page DIV.menu-act {
  	border-top: 1px solid #a02031;
  	color: #ffffff;
	font-size: 12px;
	padding: 2px;
  	padding-left:0px;
}
#page DIV.menu-act A {
  	color: #a02031;
}

/*************************************************************/
/* content table */
.contenttable {
	border-width: 0px;
	padding: 5px 0px 5px 0px;
}

.contenttable TD {
	border-top: 1px solid #a02031;
	vertical-align: top;
	text-align: left;
}

.contenttable td.leftColumn {
	width:50px;
}

.fullContentTable {
  border-width: 0px 0px 0px 0px;
  border-collapse: collapse;
  padding: 5px 0px 5px 0px;
  width: 477px;
}

.fullContentTable td {
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #a02031;
	text-align: center;
	padding: 5px;
}



.noBorderContentTable {
  border-width: 0px;
  border-collapse: collapse;
  padding: 5px;
  width: 447px;
}
.noBorderContentTable TD {
  border-width: 0px;
  vertical-align: top;
  text-align: left;
  padding-left: 5px;
}
.noBorderContentTable .leftColumn {
  width: 50px;
  border-width: 0px;
  vertical-align: top;
  text-align: left;
  padding-left: 5px;
}

.paddedTD {
  padding-left: 30px;
}

.small {
	font-size: 11px;
}

/* OWN Extensions end here */
