﻿
/* General */
.KontaktFeldBreite { width:250px; }

.clearDiv { clear:both; }
   
.formField 
{
    width:300px; 
    margin-bottom:2px;
}

.thumb 
{
    float:left; 
    margin-right:30px;
    width:200px;
}

.floatImg {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.floatRight {
    float:right;
    margin-left:20px;
    margin-bottom:20px;
}

.floatLeft {
    float:left;
    margin-right:20px;
    margin-bottom:20px;
}
                  
/* Basis-Layout */


body {
    margin:25px 0px 25px 0px; 
    background-color:#f4edd7;     
    font-family:Arial; 
    font-size:11px; 
    line-height:16px;
}

a { text-decoration:none; color:#00389A; }
a:hover { text-decoration:underline; font-weight:bold }

.Fliesstext 
{
    font-family:Arial,verdana;
    font-size:12px;
    line-height:20px;
}    

.SchriftKlein
{   
    font-size:9px;
    letter-spacing:normal;
}

b { color:#25335B; }

h1 
{
    font-size:22px; 
    line-height:28px;
    display:block; 
    margin:0px;
    font-family:Georgia, Times New Roman, Arial;
}

h2
{
    margin:0px;
    font-size:14px;
    line-height:1.2em;
    display:block;
    color:#ca9c46 !important;  /* color: gold */
}

hr { border:dotted 1px #666666; }
img { border:none; }

.hrTop {
    border:solid 1px #e7b75d; 
    margin:0px 0px 25px 0px;
}
    
#bodyBox {
     width:900px; 
     margin:auto; 
     position:relative; 
     background-color:white; 
     border:solid 1px #ca9c46; 
     background-image:URL(Grafiken/content_bg.gif); 
     background-repeat:repeat-y;
}

#naviBox {
    float:left; 
    width:250px;
}
#naviBox a {
    display:block;
    color:#454545;
    width:160px;
    padding:2px;
}
        
#naviBox a:hover {
    text-decoration:none;
    background-color:#e7b75d;  /* color: gold hell */
    color:white;
    font-weight:normal;
}

#naviBox .aktiv { 
    /* aktiv */
    background-color:#ca9c46 !important;  /* color: gold */
    color:white;
    font-weight:bold !important;
}    
    
#contentBox {
    float:left; margin:0px 25px 25px 25px; width:590px;
}

#topBox {
    position:relative;
    width:100%;
    height:170px;
    background-image:URL(Grafiken/layout_top_ghn.jpg);
}
    
#lngBox {
    position:absolute; 
    bottom:22px; 
    right:12px;
}    

#lngBox img { border:solid 1px #ca9c46; }
#lngBox img:hover { border:solid 1px white; } 

#topInfoBox {
    position:absolute;
    top:20px;
    left:430px;
    padding:3px;
    background-color:White;
}    
#topInfoBox img,
#topInfoBox div { 
    float:left;
    margin-right:8px;
}    

#topSwLogo {
    position:absolute;
    right:2px;
    top:2px;
}        

/* Gallerie */

.gallery div {
    float:left;
    border-collapse:collapse;
    margin-right:25px;
    margin-bottom:25px;
    width:170px;   
    border-right:solid 1px #cccccc;
    border-bottom:solid 1px #cccccc;
}      

.gallery h2 {
    display:block;
    height:25px;
}

.gallery img {
    margin-bottom:15px;
}
        
.gallery .aExt {
    display:block;
    height:45px;
    background-image:URL(Grafiken/link_pfeil_grau.gif);
    background-repeat:no-repeat;
    padding-left:12px;
    color:#ca9c46;  /* color: gold */
}    

.gallery .first {
    clear:both;
}    

