/**
 * @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.
 */
a:link,a:visited
{
        color:#000;
}

h3 {
        font-family: Arial,Helvetica,sans-serif;
        line-height: 18px;
        border-bottom: 1px dotted #000000;
        display: table-cell; /* drecks IE 6 kann das nicht! */
        font-style: normal;
        font-weight: normal;
}

h3 a {
        text-decoration: none;
}

.banddescription a {
        text-decoration: none;
}

p {
         margin-top: 10px;
}

a img {
        border-style: solid;
        border-width: 2px;
        border-color: #000000;
}

/* ################ left ######################## */
#left div.moduletable {
margin-left: 10px;
}

#left ul {
list-style-type:none;
margin:5px 10px 0 0;
}

#left ul li {
margin-bottom:2px;
}

#left ul li ul {
margin-left:10px;
}

#left ul li a {
display:block;
text-decoration:none;
text-transform: uppercase;
margin-right: 12px;
margin-left: 13px;
padding-left: 4px;
padding-right: 4px;
}

/* Menü erste Ebene*/
#left ul li a:link,#left ul li a:visited {
font-family: Arial,Helvetica,sans-serif;
border-bottom: 1px dotted #000000;
display: table-cell; /* drecks IE 6 kann das nicht! */
}

#left ul li a:hover,#left ul li a:active,#left ul li a:focus {
background: #000000;
border-bottom-color: #FFFFFF;
color: #FFFFFF;
}

/* Menü zweite Ebene*/
#left ul li ul li a:link,#left ul li ul li a:visited {
background:#000000;
color: #FFFFFF;
display: table-cell; /* drecks IE 6 kann das nicht! */
}

#left ul li ul li a:hover,#left ul li ul li a:active,#left ul li a:focus {
background: #000000;
border-bottom-color: #FFFFFF;
color: #FFFFFF;
}

/* ################ webcam ######################## */
#left div.moduletable h3 {
margin-left: 8px;
padding-top: 15px;
}
#left div.moduletable div.mod_webcam {
margin-top: 5px;
margin-left: -2px;
}


/* ################ main ######################## */
#main h2,#main2 h2 {
         text-transform: uppercase;
         font-size: 12px;
         padding: 5px 5px 3px;
         font-family: Arial,Helvetica,sans-serif;
         font-style: normal;
         font-weight: normal;
         line-height: 18px;
}

#main ul,#main2 ul {
         list-style-position:outside;
         list-style-type:square;
         padding:0 0 0 10px;
         margin:10px 0 0 20px;
}


/*
#main ul,#main ol {
list-style-position:inside;
margin:10px 0 10px 20px;
padding:0 0 0 10px;
}

.contentdescription {
padding:10px 0;
overflow:hidden;
}

.image_left {
float:left;
border:solid 0 #ccc;
margin:0 10px 10px 0;
}

.image_right {
float:right;
border:solid 1px #ccc;
margin:0 0 10px 10px;
}

.wrap_image {
clear:left;
}
*/

/* ###############  news #################  */

#right div.moduletable_news {
        padding: 0 10px;
}

#right ul {
         list-style-type:none;
}

#right ul li {
         margin-top: 15px;
}

.newsfeed_itemtitle_news {
        line-height: 18px;
         font-family: Arial,Helvetica,sans-serif;
}

.newsfeed_itemtitle_news a:link, .newsfeed_itemtitle_news a:visited {
        background-color: #000000;
         color: #FFFFFF;
         text-decoration: none;
}

.newsfeed_itemtitle_news a:hover {
        background-color: #FFFFFF;
         color: #000000;
}