html {
    height: 100%;
    margin-bottom: 0px;
}

form { 
    margin:0; 
    padding:0;
}

legend {
    font-size:1.1em; 
    color:#666; 
    font-weight:bold; 
    padding:5px; 
    margin:5px; 
    background:none;
}

fieldset {
    border:1px solid #999; 
    padding:10px; 
    margin:5px; 
    text-align:left;
}

fieldset:hover {
    border-color:#333;
}
d {
    font-size:1.1em; 
    color:#666; 
    font-weight:bold; 
    padding:5px; 
    margin:5px; 
    background:none;
}
label { 
    color:#666; 
    font-size:1em; 
    margin:0 3px 3px 0; 
    padding:0; 
    line-height:1.5em; 
    display:block; 
    float:left; 
    clear:left;
}
input {
    border:1px solid #666; 
    background:#fff;
}
input:focus {
    border-color:#900;
}
select {
    border:1px solid #666; 
    background:#fff; 
}
option, radiobutton {
    color:#900;
}
textarea {
    border:1px solid #666;
}
textarea:focus {
    border-color:#900;
}

.counter {
    font-size:0.8em; 
}
.newsletter fieldset {
    width:390px; 
}

.newsletter fieldset#checkbox input  {
    width:35px;
}
.newsletter label { 
    width:120px; 
}
.newsletter select {
    width:100px;
    margin-bottom:0.6em; 
}
.newsletter textarea {
    width:244px; 
}
.newsletter input {
    margin-bottom:0.6em; 
}

img,table {
    border: none;
}

body {
    font-family: Arial, Helvetica;
    line-height: 1.3em;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    color: #333;
}

a:link,a:visited {
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    text-decoration: underline;
    font-weight: normal;
}

input.button {
    cursor: pointer;
    background: none;
}

p {
    margin-top: 0;
    margin-bottom: 5px;
}
p.Start {
    margin-top: 10px;
}

ul.Liste {
    list-style-type: square;
}

ul.Liste li {
    line-height: 1.3em;
    margin-bottom: 5px;
}

div#Intro {
    padding-top: 140px;
    padding-bottom: 1em;
    text-align: left;
    background-image: url(../grafik/intro05.jpeg);
    background-repeat: repeat-x;
}

table.GOC {
    border: 1px solid gray;
    border-spacing: 0px;
    border-style: inset;
    border-collapse: collapse;
    font-size: 14px;
    empty-cells: show;
}

table.GOC th,table.GOC td {
    border-bottom: 1px solid black;
    border-right: 1px solid gray;
    padding: 5px;
}


table.Tourenleiter {
    font-size: 1.0em;
    text-align: left;
    border-collapse: collapse;
}

table.Tourenleiter td {
    padding-bottom: 20px;
    border-top: 1px solid gray;
}

/* CSS Tooltip */
a.technik, a.technik:link, a.technik:visited, a.technik:active  {
    position: relative;
    text-decoration: none; 
}

a.technik {
    color: #0000ff; 
    background: transparent;
}

a.technik span {
    display: none;  
    text-decoration: none; 
}

a.technik:hover span {
    display: block;
    position: absolute; 
    top: 20px; 
    left: 0; 
    width: 500px;
    z-index: 100;
    color: #000000; 
    border:1px solid #000000; 
    background: #fff28c;
    font-size: 0.9em; 
    text-align: left;
}

img.technik {
    position: relative;
    bottom: -2px;
}


a.kondition, a.kondition:link, a.kondition:visited, a.kondition:active  {
    position: relative;
    text-decoration: none; 
}

a.kondition {
    color: #0000ff; 
    background: transparent;
}

a.kondition span {
    display: none;  
    text-decoration: none; 
}

a.kondition:hover span {
    display: block;
    position: absolute; 
    top: 20px; 
    left: 0; 
    width: 200px;
    z-index: 100;
    color: #000000; 
    border:1px solid #000000; 
    background: #fff28c;
    font-size: 0.9em; 
    text-align: left;
}

img.kondition {
    position: relative; 
    top: 5px; 
    left: -2px;
}

div#login {
    float: right;
    font-size: 0.8em;
}
div#login input{
    width: 100px;
    font-size: 0.9em;
}
div#login button {
    width: 100px;
    font-size: 0.8em;
}
div#Bildleiste {
    font-size: 0.80em;
    float: right;
    width: 200px;
    margin-top: 50px;
    margin-bottom: 10px;
    padding-left: 0.5em;
    padding-top: 0em;
    padding-bottom: 1em;
    text-align: center;
}

div#Bildleiste ul {
    list-style: none;
    display: inline;
}

table.Programm {
    width: 100%;
    font-size: 1.0em;
    text-align: left;
    vertical-align: middle;
    margin-left: 0em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border: 2px solid gray;
    empty-cells: show;
    border-collapse: collapse;
}

table.Programm td {
    border: 2px solid gray;
    vertical-align: top;
}


table.Skala {
    width: 100%;
    color: black;
    font-size: 0.8em;
    text-align: left;
    vertical-align: middle;
    margin-left: 0em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border: 1px solid gray;
    empty-cells: show;
    border-collapse: collapse;
}

table.Skala th {
    font-weight: bold;
    border: 1px solid gray;
}

table.Skala td {
    border: 1px solid gray;
}

tr.hell {
    background: white;
}

tr.dunk {
    background: white;
}

tr.GOC-Ereignis td h4{
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: white;
    background: #cc3333;
}

tr.GOC-Reise td h4{
    text-align: center;
    font-size: 1.4em;
}

tr.GOC-Stammtisch {
    background: #ffffcc;
}

tr.GOC-Thekendienst {
    background: #ffcc66;
}

tr.Aktuell {
    background:  #D4A017;
}

table#form {
    width: 600px;
    font-size: 0.9em;
    text-align: left;
    vertical-align: middle;
    margin-left: 0em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border: 2px solid;
}

table#form td {
}

div#form {
    width: 200px;
    text-align: left;
    color: blue;
    font-size: 0.8em;
}

p.monat {
    text-align: center;
    color: black;
    font-size: 1.2em;
    font-weight: bold;
    height: 1.5em;
}

p.vorschau {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    font-size: 1.5em;
    font-weight: bold;
    height: 1.5em;
}

td.form {
    text-align: left;
    color: blue;
    font-size: 0.8em;
}

div.Monat {
    border-width: 2px 2px 0 2px;
    border-color: #808080;
    border-style: solid;
    background-color: #cccccc;
    height: 30px;
}

div.Monat .MonatText {
    text-align: center;
    line-height: 30px;
}

ul#Monatsnavigation {
    font-size: 0.81em;
    margin: 0;
    padding: 0.8em;
    text-align: center;
}

ul#Monatsnavigation li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
}

ul#Monatsnavigation a,ul#Monatsnavigation span {
    width: 9em;
    margin: 0.4em;
    padding: 0.2em 1em;
    text-decoration: none;
    color: #000000;
    background: #cccccc;
    float: left;
}

* html ul#Monatsnavigation a,* html ul#Navigation span {
    /* Korrektur fuer IE 5.x */
    width: 11em;
}

ul#Monatsnavigation a:hover,ul#Navigation span {
    text-decoration: underline;
}


#box a {
    color: #000000;
    background: #008B8B;
    font: bold 12px verdana, sans-serif;
    text-decoration: none;
    display: block;
    width: 150px;
    padding: 5px;
    border: 1px solid black;
}

#box a:hover {
    color: black;
    background: #2B60DE;
}

#box a span {
    display: none;
}

#box a:hover span {
    position: absolute;
    top: 200px;
    left: 100px;
    z-index: 3;
    display: block;
    width: 450px;
    color: black;
    background: white;
    font: normal 12px verdana, sans-serif;
    border: 1px solid black;
}

h4.Aktuell {
    color: #cc3333;
}

/* new layout: based on Joomla */
#page_bg {
    padding: 0;
    margin-bottom: 1px;
    background: #ebebeb;
    margin: 10px 10px;
}

div.center {
    text-align: left;
    background: white;
    background: white;
}

div#wrapper {
    margin-left: auto;
    margin-right: auto;
    background: url(../css/img/left_shadow.jpg) 0 0 repeat-y;
}

div#wrapper_r {
    background: url(../css/img/right_shadow.jpg) 100% 0 repeat-y;
}

#whitebox {
    margin: 0;
    width: auto;
}

#whitebox_t {
    background: #ebebeb url(../css/img/header_top_middle.jpg) 0 0 repeat-x;
}

#whitebox_tl {
    background: url(../css/img/header_top_left.jpg) 0 0 no-repeat;
}

#whitebox_tr {
    height: 16px;
    overflow: hidden;
    background: url(../css/img/header_top_right.jpg) 100% 0 no-repeat;
}

div#header {
    background: #5aa428 url(../css/img/header_top_middle_shadow_bg.jpg)
        bottom left repeat-x;
    margin: 0 6px;
}

div#header_r {
    background: url(../css/img/header_lr_bg.jpg) 0 100% repeat-x;
    height: 150px;
}

div#header_logo_l {
    float: left;
    display: block;
    margin-left: 10px;
    padding: 10px 10px;
    width: 120px;
}

div#header_center {
    background: url(../css/img/mountain.jpg) 100% 100% no-repeat;
    float: left;
    padding-top: 0;
    padding-left: 0;
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
    height: 150px;
    width: 600px;
}

div#header_center p {
    padding-left: 15px;
    text-align: left;
    font-weight: bold;
    font-size: 2em;
    line-height: 2em;
    color: black;
}

div#header_logo_r {
    float: right;
    display: block;
    padding: 10px 10px;
    width: 150px;
}

#whitebox_m {
    width: auto;
    padding: 10px 10px;
    margin: 0 6px;
    background: url(../css/img/left_bg.jpg) 100% 100% repeat;
}

#area {
    padding: 0;
}

#leftcolumn  ,#rightcolumn {
    padding: 0;
    margin: 0;
    width: 20%;
}

/* runde Boxen */
div.module_menu {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

div.module_menu div div div {
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 15px;
    width: auto;
}

div.module_menu div div div div {
    background: none;
    padding: 0;
}

/* grüne Box */
div.module_menu {
    background: url(../css/img/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div {
    background: url(../css/img/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
    background: url(../css/img/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
    background: url(../css/img/mw_box_tl.png) 0 0 no-repeat;
}

#leftcolumn h3,#rightcolumn h3 {
    color: #fefefe;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 20px;
    text-align: left;
    margin: -25px -5px 5px -5px;
    padding-left: 10px;
    padding-bottom: 2px;
}

#leftcolumn ul.menu,#rightcolumn ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

#leftcolumn ul.menu li,#rightcolumn ul.menu li {
    margin: 0;
    padding: 0;
}

#leftcolumn ul.menu li a,#leftcolumn ul.menu li a:link,#rightcolumn ul.menu li a,#rightcolumn ul.menu li a:link
{ /*display: block;*/
    line-height: 20px;
    background: url(../css/img/menu_link_bg.gif) left no-repeat;
    padding: 2px 20px;
    text-decoration: none;
    color: #5aa428;
}

#leftcolumn ul.menu li a:hover,#rightcolumn ul.menu li a:hover {
    background: url(../css/img/menu_link_bg.gif) left no-repeat;
    color: #cc3333;
}

div#maincolumn {
    background: url(../css/img/Edelweiss_transparent_grau.png) transparent
        100% 100% repeat-y;
    background-position: 40px -50px;
    font-size: 14px;
    padding: 20px 20px 20px 20px;
    float: left;
    width: 90%;
}

p.fill {
    margin-bottom: 600px;
}

div.nopad {
    padding: 0;
}

div.componentheading {
    padding-left: 0px;
    margin-bottom: 2.0em;
}

h1 {
    padding: 0;
    font-size: 1.3em;
    font-weight: bold;
    vertical-align: bottom;
    color: #666;
    text-align: left;
    width: 100%;
}


h2 {
    padding: 0;
    font-size: 1.2em;
    font-weight: bold;
    vertical-align: bottom;
    color: #666;
    text-align: left;
    width: 100%;
}

h3 {
    padding: 0;
    font-size: 1.1em;
    vertical-align: bottom;
    color: #666;
    text-align: left;
    width: 100%;
}

h4 {
    padding: 0;
    font-size: 1.0em;
    vertical-align: bottom;
    color: #666;
    text-align: left;
    width: 100%;
}

.componentheading {
    padding: 0;
    font-size: 1.4em;
    font-weight: bold;
    vertical-align: bottom;
    color: #5aa428;
    text-align: left;
    width: 100%;
    border-bottom: 2px solid #5aa428;
    padding-bottom: 5px;
}

table.moduletable th {
    margin: 0;
    font-weight: bold;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    color: #5aa428;
    font-size: 1.4em;
    padding-left: 0px;
    margin-bottom: 10px;
    text-align: left;
}


div#footer_r {
    padding-top: 10px;
    height: 47px;
    overflow: hidden;
}

div#footer_r div {
    text-align: center;
    font-size: .90em;
    color: #aaa;
}

div#footer {
    background: url(../css/img/footer_m_bg.jpg) 0 100% repeat-x;
}

div#footer_l {
    background: url(../css/img/footer_l_bg.jpg) 0 0 no-repeat;
}

div#footer_r {
    background: url(../css/img/footer_r_bg.jpg) 100% 0 no-repeat;
}

.clr {
    clear: both;
}

/* blue */
a:link,a:visited {
    color: #5aa428;
}

a:hover {
    color: #0b3768;
}

div.module_menu div div div {
    width: 100%;
}

div#footer {
    width: 100%;
}

div#whitebox_b {
    width: 100%;
}

#recaptcha_response_field {
    position:absolute; 
    left:0px; 
    margin:0 0 0 -50px
}


