body{
    margin: 0px;
    padding: 0px;
    background: url('images/bg.jpg') repeat-x #ebebeb;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 8pt;
}

.clear_left{
    clear: both;
}

a:hover{
    text-decoration: underline;
}

#outer_container{
    width: 1020px;
    margin: 0px auto;
}

#head{
    height: 135px;
    width: 100%;
}

#logo{
    margin-top:25px;
    float:left;
}

#logo2{
    float: right;
    margin-top: 30px;
}

#topmenu{
    float:right;
    margin-right: 30px;
    padding-top:0px;
}

#topmenu ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#topmenu ul li{
    padding-top: 54px;
    border-right: 1px solid #a08793;
    padding-right: 5px;
    padding-left: 5px;
    float:left;
}

#topmenu ul li.last{
    border:0px;
}

#topmenu ul li a{
    text-decoration: none;
    color: #9c9e9f;
    text-transform: uppercase;
    font-size: 9pt;    
    color: white;
}

#topmenu ul li a:hover{
    text-decoration: underline;
}

#middle{
    width: 100%;
    min-height: 200px;
}

#mainmenu{
    float:left;
    clear:left;
    margin-top: 40px;
}

#mainmenu ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#mainmenu ul li{
    text-transform: uppercase;
    font-size: 9pt;
    float: left;
    margin-right: 10px;
}

#mainmenu ul li a{
    color: white;
    text-decoration: none;
}

#mainmenu ul li a.active, #mainmenu ul li a:hover{
    text-decoration: underline;
}

.border_left{
    width: 5px;
    height: 23px;
    margin-top: 7px;
    background: #9C9E9F;
    float:left;
    margin-right: 5px;
    display:none;
}

#content{
    width: 100%;
    margin-top: 65px;
    min-height: 20px;
    
    float:left;
    clear:left;
}
    .three_col{
        width: 30%;
        min-height: 500px;
        float:left;
        padding-left: 20px;
        padding-right: 15px;
    }
    
    .three_col h1{
        float:left;
        margin: 0px;
        padding: 0px;
        
        color: #9c9e9f;
        font-weight: normal;
        
        text-transform: uppercase;
        font-size: 20pt;
        margin-top: 10px;
    }
    
    .three_col h3{
        float:left;
        margin-top: 17px;
        margin-left: 4px;
        padding: 0px;
        
        color: #c6c5c6;
        font-weight: normal;
        font-size: 16pt;
        margin-bottom: 8px;
        
        text-transform: uppercase;
    }
    
    .button{
        height: 35px;
        width: 290px;
        padding-bottom: 15px;
        cursor: pointer;
        clear:left;
    }
    
    .box{
        width: 290px;
        padding: 5px;
        height: 193px;
        background: #990c5b;
        margin-top: 50px;
        z-index: -10;
    }
    
    .dropdown{
        margin: 0px;
        padding: 0px;
        position: absolute;
        width: 300px;
    }
    
    .dropdown_links{
        display:none;
        min-height: 10px;
        z-index: 100;     
        line-height: 25px;
        clear:left;
        position:absolute; 
        
    }
    
    .dropdown_links ul{
        background: url('images/down_bg.png');
        width: 300px;
        border-bottom: 1px solid gray;
        padding: 0px;   
        margin: 0px;
        margin-left: 0px;
        list-style:none;
        
        clear:left;
        float:left;
    }
    
    .dropdown_links ul li{
        margin-left: 35px;
    }
    
    .dropdown_links ul li a{
        color: black;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 11pt;
        font-weight: bold;
        color: #2f2f2f;
    }
    
    .col_1{
        border-right: 1px solid gray;
        padding-left: 0px;
    }
    
    .col_2{
        border-right: 1px solid gray;
    }
    
    .col_3{
    }
    
    .footer{
        border-top: 1px solid #9c9e9f;
        clear: both;
    }
        

/* Folgeseite */

#content_folgeseite{
    width: 100%;
    background: white;
    margin-top: 65px;
    min-height: 400px;
    padding-top: 15px;
    z-index: 1;
    
    float:left;
    clear:left;
}

#head_fs{
    margin-top: 10px;
    width: 820px;
    margin: 0px auto;
}

#bar_right{
    height: 190px;
    width: 112px;
    float:left;
    margin-left: 1px;
    background: #990C5b;
}
 
#logo_fs{
    padding-top: 123px;
    width: 148px;
    height: 40px;
    background: url('images/logo_2.jpg') no-repeat bottom left;
    float: left;
}

#hfs_image{
    background: #990C5B;
    padding-left: 8px;
    height: 165px;
    width: 510px;
    float:left;
    margin-left: 40px;
}

#content_fs{
    width: 821px;
    margin: 0px;
    margin-top: 2px;
}

#left{
    float:left;
    width: 188px;
    margin-top: 35px;
    min-height: 200px;
    border-right: 1px dotted gray;
    font-size: 8pt;
}

#content_fs h1{
    margin: 0px;
    color: #990C5B;
    font-size: 14pt;
    margin-bottom: 23px;
}

#content_fs h2{
    margin: 0px;
    color: #990C5B;
    font-size: 14pt;
    margin-bottom: 23px;
}

#content_folgeseite{
        padding-bottom: 25px;
}

#main{
    float:left;
    width: 425px;
    min-height: 200px;
    margin-left: 10px;
    padding-left: 20px;
}

#right{
    float:left;
    width: 115px;
    overflow: hidden;
    margin-left: 62px;
    margin-top: 49px;
}

#content_fs a{
    border-bottom: 1px dotted gray;
    text-decoration: none;
    color: black;
}

#content_fs a:hover{
    border: 0px;
    color: #990C5B;
}


/* Mainmenu Dropdown */


/*#mainmenu ul li:hover ul{
    display: block;
}*/


#mainmenu ul li{
}

#mainmenu ul li ul{
    margin: 0px;
    display:none;
    min-width: 150px;
    background: url('images/dropdown_bg.png');
    position: absolute;
    padding: 10px;
    line-height: 24px;
    border-top: 1px solid white;
    z-index: 1000;
    clear:left;
}

#mainmenu ul li ul a{
    font-size: 8pt;
    z-index: 1000;
}

#mainmenu ul li a:hover{
    text-decoration: none;
}

#mainmenu ul li ul li a:hover{
    text-decoration: underline;
}

#mainmenu ul li ul li{
    float: left;
    clear: left;
    margin-left: 5px;
}

.csc-sitemap{
}

.csc-sitemap ul{
    list-style: none;
    padding-top: 5px;
}

.csc-sitemap ul li{
    padding-bottom: 4px;
}

.csc-sitemap ul ul{
    padding-top: 4px;
}

#topmenu ul li a.current{
    text-decoration: underline;
}

/* Tabellen */

#main table.contenttable{
    width: 100%;
}

#main table.contenttable tbody tr td{
    padding-bottom: 18px;
}

#main table.contenttable tbody tr td.td-0{
    width: 60px;
}

#main table.contenttable tbody tr td.td-1{
    text-align: right;
}

/* Gallerie */

.ref_box{
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* Bildergallerie */

div.wtgallery_list{
 width: 90px;
 height: 90px;
 overflow: hidden;
 /*margin: 5px; */
 margin-right: 5px;
 border: 1px solid gray;
}

.thumb{
     width: 90px;
 height: 90px;
 overflow: hidden;
 /*margin: 5px; */
 margin-right: 5px;
 margin-bottom: 5px;
 border: 1px dotted #BFC0C2;
 float:left;
}

.thumb:hover{
    border: 1px solid #7F8082;
}

div.list_row{
    height: 97px;
}

.wtgallery_single_browser_previous{
 width: 48%;
 float: left;
 margin-top: 5px;
}

.wtgallery_single_browser_next{
 float:right;
 text-align: right;
 padding-right: 45px;
 margin-top: 5px;
}

.wtgallery_single p{
 clear: both;
}

#main .tx-wtgallery-pi1{
    background: none;
} 


/* Kontakt */

.invalid {
    border:1px solid red !important;
}

select{
    width: 295px;   
    font-size: 8pt;
    color: #990C5B; 
    height: 20px;
    padding-top: 2px;
}

.messageBox {
    font-size:0.8em;
    font-style:italic;
}
.messageBox .invalid {
    border:medium none !important;
    width:auto;
}
#main label {
    display:block;
    width:70px;
    float:left;

}
.contact_text {
    border:1px solid #9C9D9D;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    height:18px;
    margin:0;
    padding:2px;
    padding-top: 3px;
    padding-bottom: 1px;
    width:219px;
    float:left;
    font-size: 8pt;
    color: #990C5B;    
}

.contact_submit input{
    background: #990C5B;
    border: 0px;
    color: white;
    margin-top: 5px;
    margin-right: 5px;
    padding: 2px;
    cursor: pointer;
}

.contact_input_size1 {
    width:151px;
}
.contact_input_size2 {
    width:56px;
}
.contact_input_margin_right {
    margin:0 5px 0 0;
}
.contact_break {
    margin:10px 0 5px;
}
.contact_textarea {
    border:1px solid #9C9D9D;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    height:125px;
    margin:0;
    width:289px;
    padding:2px;
    font-size: 8pt;
    color: #990C5B;       
}
.contact_submit {
    text-align:right;
}

.border{
    border-bottom: 1px dotted gray;
    height: 15px;
    margin-bottom: 15px;
}

h2.wtgallery_list{
    display: none;
}

div.wtgallery_list a img{
    width: 100px;
    height: 100px;
}

h5{
    font-weight: bold;
    font-size: 10pt;
    color: #990C5B;
}
