﻿@charset "utf-8";
/*
*        Stylesheet Geobotanik Frankfurt
*        Media: Screen
*        Autor: Ralf Thierfelder
*/

/* ***************************************************************************
*
*  Generelle Definitionen
*
*  ***************************************************************************  */


* {
        margin: 0;
        padding: 0;
        border: 0;
}

html {
}

body {
        background-color: #cccccc;
        font-family: Arial, Helvetica, "Sans Serif" !important;
}

a {
        color: #000;
}

img {
        border: none;
}

fieldset {
        border: none;
}

/* Überschriften*/
h1, h2, h3, h4 {
        color: #5c822f;
}

h1 {
        font-size: 18px;
        width: 100%;
        /*border-bottom:1px solid #5c822f;*/
        background-color: #b3d78d;
        padding: 5px;
        margin: 10px 0 16px 0;
}

h2 {
        font-size: 16px;
        /*border-bottom:1px solid #5c822f;*/
        background-color: #e8f3dd;
        width: 100%;
        padding: 5px;
        margin: 10px 0 8px 0;
}

#content_right h2 {
       margin: 35px 0 8px 0;
}

h3 {
        font-size: 12px;
        color: #000;
        padding: 0;
        margin: 10px 0 5px 0;
}

h4 {
        font-size: 12px;
        color: #000;
        padding: 0 0 3px 0;
        margin: 10px 0 2px 0;
}

p,td,th,li,label{
        font-size:12px;
}

/* Standardtabelle */

table {
        margin-bottom: 20px;
        /* border: 1px solid #b0b0b0; */
        border-collapse: collapse;
}

caption {
        text-align: left;
        padding:20px 10px;
        font-weight: bold;
}

th {
        /* border-bottom: 1px solid #b0b0b0; */
        /* border-left: 1px solid #cfcfcf; */
        text-align: left;
        padding: 2px 5px;
        background-color: #f0f0f0;
}

td {
        padding:2px 10px;
        /* border-left: 1px solid #cfcfcf; */
}


/* ***************************************************************************
*
*  Freie Klassen
*
*  ***************************************************************************  */

.clear {
        clear:both;
        float:none;
        font-size:0;
        height:0;
        line-height:0;
        margin:0;
        padding:0;
        width:1px;
}

.hidden {
        display:none;
}


/* *****************************************************************************
*
*  Aufteilung
*
*  ****************************************************************************/

#page {
        /* width:960px;  /* 960px + 4 px Rand = 964px */
        width: 966px;
        margin: 20px auto 0 auto;
        background-image: url(../media/back_main.jpg);
}

#header {
        height: 180px;
        background-image: url(../media/back_header.jpg);
        background-repeat: repeat-y;
        clear:both;
}

#visual {
        height: 150px;
        width: 960px;
        border-bottom: 1px solid #fff;
}

.tx-macinasearchbox-pi1 {
        height: 30px;
        width:240px;
        float:left;
}

.tx-macinasearchbox-pi1 input{
        height:20px;
        margin:3px 0 0 10px;
        width:180px;
        float:left;
}

#search_button input{
        font-size:10px;
        height: 14px;
        width:15px;
        margin:5px 0 0 5px;
}

#metanav {
        width:650px;
        text-align: center;
        padding: 5px 0 5px 0;
        color: #89a45f;
        font-size:13px;
}

#main {
        width:966px;
        min-height:450px;
        background-image: url(../media/back_main.jpg);
        background-repeat: repeat-y;
}

#left {
        height:100%;
        float:left;
        width:200px;
}

#language {
        background-color:#b3d78d;
        border-bottom: 1px solid #fff;
}

.flag {
        float: left;
        padding:10px 20px 10px 20px;
}

#nav {
        height:100%;
        width:200px;
}

#addleft {
        height:100%;
        width:200px;
        background-color:#ffffff;
        padding: 20px 0 0 20px;
        text-align:left;
}

#addleft img{
         padding: 10px 0 10px 0;
}

#content {
        height:100%;
        width:720px;
        float:left;
        padding: 10px 20px 30px 20px;
        font-size:12px;
}



#breadcrumbs {
        padding: 0 0 10px 0;
         font-size: 10px;
}

#footer {
        height:30px;
        width:966px;
        background-image: url(../media/back_footer.jpg);
        background-repeat: no-repeat;
        background-color:#ccc;
        text-align:center;
        font-size:11px;
}


/* ***************************************************************************
*
*  Menues
*
*  ***************************************************************************  */

/*  Tabmenue "Skiplink" */
.skiplink a {
    position: absolute;
    top: -100px;
    left: 0;
    padding: 0 5px;
    background: #e8e8e8;
    font-size: 13px;
    z-index: 100;
}
.skiplink a:focus {
        top: 0px;
}

/*  Sprachnavigation */
.flag img {
        border: 1px solid #fff;
}

img.flag_active{
        border: 1px solid #FF3300;
}

/*  Breadcrumbs */
#breadcrumbs a {
        font-size: 10px;
        text-decoration:none;
}

/*  Metanavigation */

#metanav a {
        color: #89a45f;
        font-weight:bold;
        text-decoration:none;
}

#metanav a:hover{
        text-decoration:underline;
}

/*  Hauptnavigation */

#nav ul {
        list-style: none;
        background-color:#b3d78d;
}

#nav li {
        border-bottom: 1px solid #fff;
}

#nav li a:link, #nav li a:visited  {
        font-size: 13px;
        font-weight:bold;
        display: block;
        padding: 5px 3px 5px 5px;
        border-left: 10px solid #b3d78d;
        border-right: 1px solid #b3d78d;
        color: #5e8333;
        text-decoration: none;
}

#nav li a:hover, #nav li a.active {
        background-color: #5e8333;
        color: #FFFFFF;
        border-left: 10px solid #5e8333;
}

#nav ul ul {
}

#nav ul ul li {
        border-top: 1px solid #fff;
        border-bottom: none;
}

#nav ul ul a:link, #nav ul ul a:visited {
        padding-left: 20px;
}

#nav ul ul ul a:link, #nav ul ul ul a:visited {
        padding-left: 30px;
}

#nav ul ul ul ul a:link, #nav ul ul ul ul a:visited {
        padding-left: 40px;
}

#nav ul ul a:hover {
        color: #FFFFFF;
}

/* Fix f�r IE6 */
* html #navigation li a {
        width: 100%;
}

/* ***************************************************************************
*
*  Content-Bereich, Anpassungen CSS styled content
*
*  ***************************************************************************  */
.csc-textpic-intext-left-nowrap img{
       /* margin-right:30px;*/
}


#content p,#content td,#content th,#content li{
        font-size:12px;
        line-height:18px;
}

#content p {
        margin: 0 0 15px 0;
}

#content ul{

}

#content li{
        margin-left:18px;
        padding-right:0px;
        margin-right: 0px;
        line-height:22px;
        list-style-image:url(../media/aufzaehlung_klein.gif);
}

#content ol ol,#content ul ul,#content ol ul,#content ul ol{
        margin-left:30px;
}


.contenttable td{
        padding:2px 2px 2px 0;
}


#content img {
        border: 1px solid #cccccc;
}

#content .news-single-item img {
        border: none;
}

#content input{
        border: 1px solid #666666;
}


/* ***************************************************************************
*
*  Extensions
*
*  ***************************************************************************  */

.tx-fdfx2cols-pi1 .two_columns{
 width: 100%;
 min-height: 20px;
 clear:both;
}

.tx-fdfx2cols-pi1 .two_columns .left_column{
width: 55%;
float:left;
}

.tx-fdfx2cols-pi1 .two_columns .right_column{
width: 40%;
float:left;
margin-left: 10px;
}

.tx-ogvitfilemailer-pi1 {
        font-size:12px;
}

.tx-ogvitfilemailer-pi1 input{
        border: 1px solid #666666;
}

ul.browsebox{
        list-style: none;
}

ul.browsebox li {
        display: inline;
}

/* tt_news */
.news-list-item h2 {
     margin: 1px 0 8px;
     padding: 3px;
}

#content .news-list-item p {
    margin: 0;
}

.news-single-item hr {
color: #ccc;
background-color: #ccc;
height: 1px;
width: 80%;
text-align:center;
}

/* ***************************************************************************
*
*  Styles aus dem RTE
*
*  ***************************************************************************  */
.Literatur {
       color: #5c822f;
       font-weight: bold;
       font-variant: small-caps;
}

.h2Strich {
        color: #567636;
        top: 0;
        margin-bottom: 20px;
        border-bottom: thin dotted;
         padding-right: 5px;
}

table.projects {
         width: 700px;
         border-collapse: collapse;
}

table.projects th {
         background-color: #e8f3dd;
         color: #567636;
         text-align:left;
         font-weight: bold;
         padding: 5px;
         border-bottom: thin dotted #666;
}

table.projects td {
         padding: 5px;
         border-bottom: thin dotted #666;
         vertical-align:top;
}

table.vorlesung {
         width: 100%;
         border: 1px solid #ffffff;
         margin-left: -4px;
         border-spacing:4pt;
         font-family:sans-serif;
         text-decoration:none;
}

table.vorlesung td {
        border-bottom: 1px solid #666666;
}

table.vorlesung td.important {
        background-color: rgb(190, 227, 151);
}

table.terminliste {
 width: 100%;
 border: 1px solid #ffffff;
 margin-left: -4px;
 border-spacing:4pt;
 font-family:sans-serif;
 text-decoration:none;
}

table.terminliste a {
 font-family:sans-serif;
 text-decoration:none;
 color:#567636;
}

table.terminliste td.navl {
 text-align:left;
 width:20%;
 font-weight:bold;
 color:#567636;
}

table.terminliste td.navr {
 text-align:right;
 width:20%;
 font-weight:bold;
 color:#567636;
}

table.terminliste td.navm {
 text-align:center;
 width:60%;
 font-weight:bold;
 color:#567636;
}

table.terminliste td.kopf  {
 color:#567636;
 font-weight:bold;
 text-align:center;
}

table.terminliste td.wtag {
 width:14%;
 background-color:#ffffff;
 text-align:center;
 color:#000000;
}


table.terminliste td.wochenende {
 background-color:#CCF69F;
 color:#aaaaaa;
 text-align:right;
 border:1px solid #AAAAAA;
 padding-right:3px;
 }

table.terminliste td.wochentag {
 color:#999999;
 text-align:right;
 border:1px solid #AAAAAA;
 padding-right:3px;
 }

table.terminliste td.heute {
 background-color:#A6C982;
 color:#FFFFFF;
 text-align:right;
 border:1px solid #AAAAAA;
 padding-right:3px;
}

table.terminliste td.belegt {
 background-color:#FFFFCC;
 color:#567636;
 text-align:right;
 border:1px solid #AAAAAA;
 padding-right:3px;
 }

table.terminliste td.belegtwe {
 background-color:#FFFFCC;
 color:#567636;
 text-align:right;
 border:1px solid #AAAAAA;
 padding-right:3px;
 }

table.terminliste td.tangiert {
 background-color:#FFFFCC;
 color:#567636;
 text-align:right;
 border:1px solid #AAAAAA;
 padding-right:3px;
 }

table.terminliste td.tangiertwe {
 background-color:#FFFFCC;
 color:#567636;
 text-align:right;
 border:1px solid #AAAAAA;
 padding-right:3px;
 }


table.defaultTable {
         width: 100%;
         border: 1px solid #000000;
         font-size:11px;
}

table.defaultTable th {
         text-align:left;
         font-weight: bold;
         padding: 5px;
         border: 1px solid #666;
}

table.defaultTable td {
         padding: 5px;
         border: 1px solid #666;
         vertical-align:top;
}

table.defaultTable td h3,table.defaultTable td p a{
         font-size:12px;
         padding: 0px;
         margin: 0px;
}

table.defaultTable a {
         font-family:sans-serif;
         color:#567636;
         padding: 0px;
         margin: 0px;
}

table.stripesTable {
         width: 100%;
         border: 0px solid #000000;
         font-size:11px;
         border-collapse: collapse;
}

table.stripesTable td {
         padding: 5px;
         border-bottom: 1px solid #666;
        /* border-top: 1px solid #666; */
         vertical-align:top;
}

table.stripesTable tr.tr-even {
         background-color: #bee397;
}

table.stripesTable tr.tr-odd {

}

#content ul.downloadliste {
        list-style: none;
        margin-left: -10px;

}

#content ul.downloadliste img {
 padding-top:6px;
 border:0px;
}

table.addresslist {
 margin:0;
}

table.addresslist td {
padding:2px 2px 2px 5px;
vertical-align:top;
}

table.addresslist .name{
 width:230px;
}

table.addresslist .room{
 width:95px;
}

table.addresslist .email{
 width:95px;
}

table.addresslist .phone{
 width:130px;
}

table.addresslist .email{
 width:260px;
}

.tx-ttaddress-pi1 .clear{
       height: 10px;
}

.tx-airfilemanager-pi1 .elem {
	background-color:#eae9e9;
	height:200px;
	margin:5px;
	padding:1px;
}

.tx-rssecuredownload-pi1 H2 {
    margin-bottom: 0;
    margin-top: 0;
	background-color: #FFFFFF;
	color:#333333;
    font-size: 12px;
    margin: 0;
    padding: 5px;
    width: auto;
}

#content_right ul {
	padding-left:15px;
}
