﻿/*---------------------------------------------------
/*  styles
/*---------------------------------------------------*/

h1, .title, .title a
{
    font-size: 1.5em;
    margin: 0px;
    padding: 0px 0px 20px 0px;
    text-decoration: none;
    font-weight: normal;
}

h2, .titlesmall, .titlesmall a
{
    font-size: 1em;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
}

a
{
    cursor: pointer;
}

/*---------------------------------------------------
/*  site-general
/*---------------------------------------------------*/

body
{
    font-family: Arial;
    margin: 0;
    font-size: 100%;
}

body, form, html
{
    height:100%;
}

input, select, textarea
{
    font-family: Arial;
    font-size: 1em;
}


#site
{
    width: 960px;
    margin: auto;
}

#top
{
    position: relative;
    height: 55px;
    width: 960px;
    margin: 0px 0px 65px 0px;   
}

#top .logo
{
    position: absolute;
    top: 5px;
    left: 20px;
    z-index: 1001;
}


/*---------------------------------------------------
/*  text-container
/*---------------------------------------------------*/

.textposition
{
    float: left;
    width: 525px;
}

.textpositiontop
{
    float: right;
    width: 525px;
}

.content-image
{
    float: left;
    margin: 0px 20px 30px 0px;
}

.content-imagetop
{
    text-align: right;
    margin: 0px 0px 30px 0px;
}

#text-container
{
    padding: 0px 30px 20px 0px;
    font-size: 0.75em;
}

#text-container .text
{
    padding: 20px 0px 0px 0px;
}

#text-container .site-module
{
    padding: 0px 0px 0px 0px;
}

/*---------------------------------------------------
/*  module-container
/*---------------------------------------------------*/
#module-container
{
    padding: 0px 0px 20px 0px;
    font-size: 0.75em;
}

#module-container h1,
#module-container h2
{
    /*padding: 0px 0px 0px 20px;*/
}


/*---------------------------------------------------
/*  service
/*---------------------------------------------------*/

#service
{
    position: relative;
    text-transform: uppercase;
    padding: 40px 0px 0px 0px;
}

#service a
{
    text-decoration: none;
    cursor: pointer;
}

#service .pdf
{
    text-decoration: none;
    padding: 0px 15px 0px 15px;
}

#service .print
{
    text-decoration: none;
    padding: 0px 11px 0px 18px;
}

#service .recommend:hover
{
    cursor: pointer;
}

#service .recommend-links
{
    position: absolute;
    display: none;
    top: 52px;
    left: 190px;
    width: 120px;
    height: 32px;
}

#service .recommend-links .addthis_toolbox
{
    padding: 8px 0px 0px 20px;
}

#service .recommend-links a
{
    padding: 0px 5px 0px 5px;
}

#service .recommend-links a
{
    text-transform: uppercase;
}



/*---------------------------------------------------
/*  menu
/*---------------------------------------------------*/

#menu
{
    position: absolute;
    top: 36px;
    left: 0px;
    z-index: 100;
    padding: 0px 0px 0px 220px;
}

#menu .left
{
    position: absolute;
    top: 0px;
    left: -8px;
    width: 8px;
    height: 18px;
}

#menu .right
{
    position: absolute;
    top: 0px;
    right: -7px;
    width: 7px;
    height: 18px;
}

#menu a
{
	text-decoration: none;
}

#menu .level-0,
#menu .level-0-active
{
    float: left;
    margin: 0px 8px 0px 8px;
}

#menu .menu-0
{
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    height: 18px;
    line-height: 18px;
    position: relative;
    z-index: 111;
}

#menu .container
{
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 0px;
    width: 960px;
    height: 30px;
}

#menu .level-0 .flyout
{
    display: none;
    position: absolute;
    z-index: 25;
    top: 10px;
    left: 0px;
    text-align: left;
    width: 740px;
    height: 20px;
    padding: 10px 0px 0px 220px;
}

#menu .level-0-active .flyout-active
{
    position: absolute;
    z-index: 22;
    top: 20px;
    left: 0px;
    text-align: left;
    width: 740px;
    height: 20px;
    padding: 0px 0px 0px 220px;
}

#menu .level-1,
#menu .level-1-active
{
    float: left;
    margin: 0px 9px 0px 9px;
    position: relative;
}

#menu .menu-1
{
    display: block;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    position: relative;
    padding-bottom: 5px;
}
/*---------------------------------------------------
/*  language
/*---------------------------------------------------*/

#language
{
    position: absolute;
    top: 38px;
    right: 3px;
    z-index: 1100;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
}

#language a
{
    text-decoration: none;
    font-weight: bold;
}


/*---------------------------------------------------
/*  frame-search
/*---------------------------------------------------*/

#frame-search
{
    position: absolute;
    z-index: 1100;
    top: 36px;
    left: 770px;
}

#frame-search input
{
    font-size: 11px;
    height: 12px;
    width: 100px;
    float: left;
}

#frame-search .button
{
    margin: 2px 0px 0px 110px;
    width: 34px;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    font-weight: bold;
}

#frame-search .button a
{
    text-decoration: none;
}

/*---------------------------------------------------
/*  banner
/*---------------------------------------------------*/

#banner
{
    position: relative;
    width: 960px;
    height: 400px;
}

/*---------------------------------------------------
/*  center
/*---------------------------------------------------*/

#center
{
    margin: 10px 0px 0px 0px;
    overflow: hidden;
}

/*---------------------------------------------------
/*  bottom
/*---------------------------------------------------*/

#bottom
{
    margin: 3px 0px 0px 0px;
    padding: 10px;
    font-weight: bold;
    overflow: hidden;
}

#bottom .links
{
    float: right;
}

#bottom .facebook-button
{
    float: left;
}


/*---------------------------------------------------
/*  menu bottom
/*---------------------------------------------------*/

#menu-bottom
{
    float: right;
    font-size: 0.625em;
    text-decoration: bold;
    text-decoration: none;
    overflow: hidden;
    padding: 0px 10px 0px 10px;
}

#menu-bottom a
{
    text-decoration: bold;
    text-decoration: none;
}

#menu-bottom .menu-0
{
    text-decoration: bold;
    text-decoration: none;
}


/*---------------------------------------------------
/*  teaser
/*---------------------------------------------------*/

#teaser
{
    float: left;
    width: 960px;
    height: 196px;
}

#teaser a
{
    text-decoration: none;
}

#teaser .container
{
    width: 910px;
    height: 155px;
    margin: 10px;
    padding: 10px 19px 10px 19px;
}

#teaser .separator
{
    float: left;
    width: 19px;
}

#teaser .item
{
    width: 165px;
    float: left;
}

#teaser .item .image
{
    width: 165px;
    height: 120px;
}

#teaser .item .name
{
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0px 0px 0px;
}


/*---------------------------------------------------
/*  fotogallery
/*---------------------------------------------------*/


#fotogallery
{
    width: 915px;
    height: 300px;
    position: relative;
    top: 20px;
    padding: 0px 0px 0px 45px;
}

/*
#fotogallery .container
{
    float: left;
    width: 960px;
    height: 170px;
}

#fotogallery .back
{
	top: 75px;
	left: 10px;
}

#fotogallery .next
{
	top: 75px;
	left: 930px;
}

#fotogallery .clipcontainer
{
	top: 0px;
	left: 40px;
	width: 880px;
	height: 360px;
	overflow: hidden;
}

#fotogallery .item
{
	float: left;
	position: relative;
	width: 220px;
	height: 170px;
	font-size: 12px;
	line-height: 15px;
}*/

#fotogallery .titlesmall
{
    font-weight: bold;
    padding: 0px 0px 10px 0px;
    font-size: 1em;
}

#fotogallery .count
{
    font-weight: bold;
    padding: 10px 0px 0px 0px;
}

#fotogallery .image
{
    width: 200px;
	height: 150px;
}

#fotogallery .image:hover
{
    cursor: pointer;
}

#fotogallery .description
{
    position: absolute;
    top: 220px;
    left: 0px;
    width: 200px;
    z-index: 110;
    /*display: none;*/
    text-align: left;
}

#fotogallery .description .name
{
    font-weight: bold;
}

/**** slider ***/

#slider-fotogallery
{
    margin: 10px 0px 0px 10px;
    position: relative;
}

#slider-fotogallery ul,
#slider-fotogallery li
{
	margin:0;
	padding:0;
	list-style:none;
	text-align: center;
}

#slider-fotogallery li
{
    position: relative;
	width: 220px;
	height: 280px;
	overflow: hidden;
	float: left;
	padding: 10px 0px 0px 0px;
}	

#fotogallery #prevBtn,
#fotogallery #nextBtn
{ 
	position: absolute;
	top: 75px;
	left: 10px;
}
	
#fotogallery #nextBtn
{ 
	left: 930px;
}														

#fotogallery #prevBtn a,
#fotogallery #nextBtn a  
{
    padding: 5px;
}

/*---------------------------------------------------
/*  routeplanner
/*---------------------------------------------------*/

#route-planner
{
    padding-bottom: 20px;
}

#route-planner .route-title
{
    padding: 15px 0px 10px 0px;
}

#route-planner .title
{
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

#route-planner .row
{
	clear: both;
	padding: 2px 0px 2px 0px;
}

#route-planner .row .label
{
	float: left;
	width: 120px;
}

#route-planner .row .value
{
	margin-left: 120px;
}

#route-planner .address
{
	width: 360px;
}

#route-planner .country
{
	width: 367px;
}

#route-planner .zipcode
{
	width: 100px;
}

#route-planner .place
{
	width: 251px;
}

#route-planner .button
{
	padding: 5px 20px 5px 20px;
	margin: 20px 0px 20px 0px;
}

#google-map
{
	width: 500px;
	height: 450px;
}


/*---------------------------------------------------
/*  search
/*---------------------------------------------------*/

#search .row
{
    width: 395px;
    height: 20px;
    margin: 0px 0px 5px 0px;
    line-height: 20px;
}

#search .row .name
{
    width: 170px;
    margin: 0px 0px 0px 10px;
    float: left;
    font-weight: bold;
}

#search select
{
    width: 203px;
    height: 16px;
    line-height: 16px;
    margin: 2px 0px 0px 10px;
    border: 0px;
    padding: 0px;   
}

#search .search-result
{
    padding: 0px 0px 20px 0px;
}

#search .commands
{
    padding: 30px 0px 0px 0px;
}

#search .item
{
    padding: 10px 0px 10px 0px;
    width: 580px;
}

#search .item a
{
    text-decoration: none;
}

#search .item .titlesmall
{
    padding: 0px 0px 5px 0px;
}

#search .item .titlesmall a
{
    font-weight: bold;
}

#search .separator
{
    margin: 10px 0px 10px 0px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    width: 590px;
}

/*---------------------------------------------------
/*  programm
/*---------------------------------------------------*/

#programm
{
    padding: 0px 0px 40px 0px;
}

#programm .title
{
    font-size: 14px;
    line-height: 14px;
    padding: 0px 0px 0px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

#programm .toggle:hover
{
    cursor: pointer;
}

#programm .description
{
    display: none;
    padding: 10px 0px 10px 0px;
}

#programm .separator
{
    height: 15px;
    line-height: 15px;
    font-size: 15px;
}

/*---------------------------------------------------
/*  sitemap
/*---------------------------------------------------*/
.sitemap a
{
    text-decoration: none;
}
.sitemap a:hover
{
    text-decoration: underline;
}
.sitemap div
{
    padding: 2px 0 2px 0px;
}
.sitemap ul
{
    padding-left: 30px;
}
.sitemap ul a
{
    font-weight: bold;
}
.sitemap ul ul a
{
    font-weight: normal;
}
.sitemap ul ul ul  ul a
{
    font-style: italic;
}





/*---------------------------------------------------
/*  utils
/*---------------------------------------------------*/

.relative
{
	position: relative;
}

.clear
{
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

img
{
	border: 0;
}

.body-gallery
{
    overflow: hidden;
}


/*remove flash borders at ff 3.6*/
object { outline:none; }


/*---------------------------------------------------
/*  jquery popup
/*---------------------------------------------------*/

.ui-widget-overlay
{
    position:absolute;
    top:0;
    left:0;
    opacity:0.9;
    filter:Alpha(Opacity=90); 
}

.cjq-popup
{
    overflow: hidden;
}

body.popup
{
	 padding: 10px 0 10px 0px;
	 text-align: center;
	 overflow: hidden;
}

.print-body
{
    overflow:auto;
    padding:10px 0 10px 10px;
}

.cjq-popup .ui-dialog-titlebar
{
    height:30px;
    line-height:30px;
    font-weight:bold;
    padding-left:10px;
}

.cjq-popup .ui-dialog-titlebar a
{
    position:absolute;
    top:5px;
    right:5px;
    text-decoration:none;
    font-weight:bold;
    padding:2px 5px;
    line-height:15px;
    width:16px;
    height:16px;
}

.cjq-popup .ui-dialog-titlebar a span
{
    width:16px;
    height:16px;
    font-size:0;
    line-height:0;
    display:block;
}

#popup-gallery html,
body.body-fotogallery
{
    height: 100%;
    background-image: none;
}

body.body-fotogallery .link
{
    position: absolute;
    top: 480px;
    right: 100px;
}

body.body-fotogallery .link a
{
    text-decoration: none;
}

#popup-gallery
{
    border: 15px solid #d5cdbf;
    background-color: #ffffff;
}

.body-fotogallery
{
    overflow: hidden;
    background-color: #ffffff;
    margin: 0;
}

.close-gallery
{
    position:absolute;
    top:2px;
    right:5px;
    cursor:pointer;
    background-repeat:no-repeat;
    width:20px;
    height:20px;
    font-size:0;
    line-height:0;
}

/*******************************************ajax postback*****************************************/

#ajaxpb
{
    background-color: #666666;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    opacity: 0.3;
}

#ajaxpb .loader
{
    background-image: url(../media/loader.gif);
    background-repeat:no-repeat;
    background-position: center;
    width:100%;
    height:100%;
}
