/*-----------------------------------------------------------------------------
9 Städte Screen Stylesheet

version:   1.0
date:      09/08/2007
email:     info@smit-und-partner.de
website:   smit-und-partner.de
version history: [location of file]
-----------------------------------------------------------------------------*/

* {
	list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
	text-decoration: none;
}

body {
	background: #FFF;
	color: #000;
	font: normal 12px/1.5  "Trebuchet MS", Helvetica, Arial, sans-serif; 
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	margin: 25px auto;
	padding-right: 20px;
	text-align: left;
	position: relative;
	width: 970px;
}

#main {
	float: left;
	margin-right: 20px;
	width: 470px;
}

#main.wide {
	width: 730px;
	margin-right: 0;
}

#main ul {
	font-size: 1.2em;
	margin: 4px 0 15px 10px;
}

#main ul li {
	list-style: disc;
	margin-bottom: 2px;
}

#main .box {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#main .box.image-left {
	background-color: #f1f3dd;
}

#main .box.image-right {
	background-color: #f1f3dd;
}

#main .box.image-left .image {
	float: left;
	margin: 0 10px 10px 0;
}

#main .box.image-right .image {
	float: right;
	margin: 0 0 10px 10px;
}

#main .box.alt {
	padding: 10px;
	background: #f1f3dc;
	border: 2px solid #bbc555;
}

#main .box.image h2 {
	padding: 5px 5px 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
.clearfix {display: block;}
/* End hide from IE Mac */

* html .clearfix {height: 1px;}


/* Headings
-----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	color: #003466;
}

h1 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 8px;
}

h2 {
	font-size: 18px;
	line-height: 24px;
	margin: 10px 0 10px 0;
}

h3 {
	font-size: 15px;
	margin-bottom: 15px;
}

h4, h5 {
	font-size: 14px;
	margin-bottom: 5px;
}

p {
	font-size: 14px;
	margin: 4px 0 12px 0;
}

a {
	color: #063B6F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

dl {
	font-size: 14px;
	margin-bottom: 10px;
}

dt, dd {
	float: left;
	padding: 3px 0;
}

dt {
	clear: both;
	font-weight: bold;
	width: 90px;
}

dd {
	width: 300px;
}

dl.form {
	font-size: 10px;
}


/* Head
-----------------------------------------------------------------------------*/
#head {
	height: 280px;
	position: relative;
	margin-bottom: 30px;
	border-bottom: 12px solid #cddca2;
	background: url(../img/head.jpg) no-repeat right top;
}

#head .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 1px;
	right: 0;
	padding: 3px 6px;
	background-color: #acc454;
	font-size: 11px;
}

.braunschweig  #head { background-image: url(../img/head_bs.jpg); border-color: #9a7694;}
.celle         #head { background-image: url(../img/head_ce.jpg); border-color: #6787b3;}
.goettingen    #head { background-image: url(../img/head_goe.jpg); border-color: #5c9fc5;}
.goslar        #head { background-image: url(../img/head_gs.jpg); border-color: #569e8d;}
.hameln        #head { background-image: url(../img/head_hm.jpg); border-color: #73a25b;}
.hannover      #head { background-image: url(../img/head_h.jpg); border-color: #bbc555;}
.hildesheim    #head { background-image: url(../img/head_hi.jpg); border-color: #e2c74e;}
.lueneburg     #head { background-image: url(../img/head_lue.jpg); border-color: #d4a34c;}
.wolfenbuettel #head { background-image: url(../img/head_wf.jpg); border-color: #b5664f;}
.autostadt     #head { background-image: url(../img/head_autostadt.jpg); border-color: 063a6e;}

#head .overlay {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 401px;
	height: 250px;
	background: url(../img/head_9.png);
}

#head .navi {
	z-index: 20;
	text-align: right;
	position: absolute;
	top: 40px;
	left: 20px;
	width: 330px;
	height: 210px;
}

#head .language {
	float: left;
}


#head .language a {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

#head .language .en {
	background-image: url(../img/flag_gb.png);
}
#head .language .de {
	background-image: url(../img/flag_de.png);
}



#shortcuts {
	float: right;
}

#shortcuts li {
	background: url(../img/shortcuts_seperator.png) no-repeat left center;
	float: left;
}

#shortcuts li.first, #shortcuts li.last {
	background: transparent;
}

.bottom a {
	color: #063B6F;
	display: block;
	padding: 4px 7px;
	text-decoration: none;
}

.bottom a:hover {
	text-decoration: underline;
}

#quicksearch {
	padding-left: 10px;
}

#quicksearch-query {
	background: #f1f3dd;
	border: 1px solid;
	font-size: font-size: 11px;
	padding: 2px;
	width: 190px;
}

#quicksearch-submit {
	background: transparent;
	color: #063B6F;
	cursor: pointer;
	font-size: 11px;
}

/* Left
-----------------------------------------------------------------------------*/
#left {
	float: left;
	width: 240px;
}

.navigation {
	cursor: default;
	font-size: 14px;
	margin-bottom: 10px;
}

.navigation li {
	display: inline;
}

.navigation a {
	background: url(../img/navigation_bullet.png) no-repeat left center;
	color: #063B6F;
	display: block;
	line-height: 1.5;
	padding-left: 20px;
	text-decoration: none;
}

.navigation a:hover, .navigation a.active {
	background-image: url(../img/navigation_bullet_hover.png);
	text-decoration: underline;
}

.navigation ul {
	margin-left: 30px;
}

.navigation ul ul {
	margin: 6px 0 6px 10px;
}

.navigation ul a, .navigation ul a:hover, .navigation ul a.active {
	background: none;
	padding: 0;
}
.navigation .city a, .navigation .city a:hover, .navigation .city a.active {
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1.3;
	padding-left: 20px;
}

#head .navigation .city a {
	background-position: right center;
	padding-right: 20px;
}

.navigation .city a:hover, .navigation .city a.active {
	background-image: url(../img/navigation_bullet_hover.png);
}

.navigation .city00 a:hover, .navigation .city a.active {
	background-image: url(../img/navigation_bullet_active.png);
}

.navigation .city01 a {
	background-image: url(../img/navigation_bullet_bs.png);
}

.navigation .city02 a {
	background-image: url(../img/navigation_bullet_ce.png);
}

.navigation .city03 a {
	background-image: url(../img/navigation_bullet_goe.png);
}

.navigation .city04 a {
	background-image: url(../img/navigation_bullet_gs.png);
}

.navigation .city05 a {
	background-image: url(../img/navigation_bullet_hm.png);
}

.navigation .city06 a {
	background-image: url(../img/navigation_bullet_h.png);
}

.navigation .city07 a {
	background-image: url(../img/navigation_bullet_hi.png);
}

.navigation .city08 a {
	background-image: url(../img/navigation_bullet_lue.png);
}

.navigation .city09 a {
	background-image: url(../img/navigation_bullet_wf.png);
}

.navigation .city00 a {
	background-image: url(../img/navigation_bullet_blank.png);
}

.navigation .city10 a {
	background-image: url(../img/navigation_bullet.png);
}

.navigation .separator {
	color: #063B6F;
	display: block;
	padding: 0 20px;
	font-size: 16px;
	line-height: .8;
}

/* --------- Weblinks----------- */

#right .weblinks li {
	list-style-type: none;
}

#right .weblinks {
	margin-left: 0;
}

.weblinks .city a {
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	line-height: 1.6;
	padding-left: 20px;
	text-decoration: none;
}

.weblinks .city a:hover, .weblinks .city a.active {
	background-image: url(../img/weblink_bullet_hover.png);
	text-decoration: underline;
}

.weblinks .city01 a {
	background-image: url(../img/weblink_bullet_city01.png);
}

.weblinks .city02 a {
	background-image: url(../img/weblink_bullet_city02.png);
}

.weblinks .city03 a {
	background-image: url(../img/weblink_bullet_city03.png);
}

.weblinks .city04 a {
	background-image: url(../img/weblink_bullet_city04.png);
}

.weblinks .city05 a {
	background-image: url(../img/weblink_bullet_city05.png);
}

.weblinks .city06 a {
	background-image: url(../img/weblink_bullet_city06.png);
}

.weblinks .city07 a {
	background-image: url(../img/weblink_bullet_city07.png);
}

.weblinks .city08 a {
	background-image: url(../img/weblink_bullet_city08.png);
}

.weblinks .city09 a {
	background-image: url(../img/weblink_bullet_city09.png);
}



#cityinfo p {
	color: #063B6F;
	font-size: 12px;
	margin: 0 0 0.2em 0;
}

#cityinfo ul {
	width: 240px;
}

#cityinfo li {
	float: left;
}

#cityinfo ul a {
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	margin: 4px 7px 4px 0;
	outline: none;
	text-indent: -9999em;
	width: 40px;
}

#cityinfo .gb {
	background-image: url(/images/flaggen/gb_hell.gif);
}

#cityinfo .f {
	background-image: url(/images/flaggen/f_hell.gif);
}

#cityinfo .e {
	background-image: url(/images/flaggen/es_hell.gif);
}

#cityinfo .i {
	background-image: url(/images/flaggen/i_hell.gif);
}

#cityinfo .nl {
	background-image: url(/images/flaggen/nl_hell.gif);
}

#cityinfo .s {
	background-image: url(/images/flaggen/s_hell.gif);
}

#cityinfo .fin {
	background-image: url(/images/flaggen/fin_hell.gif);
}

#cityinfo .dk {
	background-image: url(/images/flaggen/dk_hell.gif);
}

#cityinfo .pl {
	background-image: url(/images/flaggen/pl_hell.gif);
}

#cityinfo .d {
	background-image: url(/images/flaggen/d_hell.gif);
}

#cityinfo .cn {
	background-image: url(/images/flaggen/cn_hell.gif);
}

#cityinfo .jp {
	background-image: url(/images/flaggen/jp_hell.gif);
}

#cityinfo .rus {
	background-image: url(/images/flaggen/rus_hell.gif);
}


/* Head
-----------------------------------------------------------------------------*/
#logo {
	display: block;
	position: absolute;
	top: 30px;
	z-index: 50;
}


/* Right
-----------------------------------------------------------------------------*/
#right {
	float: right;
	width: 240px;
}

#right h2 {
	font-size: 18px;
    margin: 20px 0 4px 0;
}

#right p {
	font-size: 1.1em;
	margin: 0.5em 0 1em 0; 
}

#right ul {
	font-size: 1.2em;
	margin: 4px 0 15px -5px;
}

#right ul.navigation {
	margin-left: 0;
}

#right ul li {
	list-style: none;
	margin-bottom: 2px;
}

#right ul.pdf {
	margin-left: 0;
}

#right ul.pdf li {
	list-style-type: none;
	background: url(../img/pdf.png) no-repeat;
	padding-left: 20px;
	margin-bottom: 2px;
}

#right .image {
	display: block;
	margin: -5px -10px;
}

#right .image img {
	display: block;
}

#right .image span {
	color: #063B6F;
	display: block;
	font-size: 10px;
	padding: 3px 5px;
}

#right .box {
	background: #f1f3dc url(../img/sidebar.png) no-repeat left top;
	padding: 5px 10px;
	margin-bottom: 15px;
}

.braunschweig  #right .box { background-image: url(../img/sidebar_braunschweig.png);  }
.celle         #right .box { background-image: url(../img/sidebar_celle.png);         }
.goettingen    #right .box { ackground-image: url(../img/sidebar_goettingen.png);    }
.goslar        #right .box { background-image: url(../img/sidebar_goslar.png);        }
.hameln        #right .box { background-image: url(../img/sidebar_hameln.png);        }
.hannover      #right .box { background-image: url(../img/sidebar_hannover.png);      }
.hildesheim    #right .box { background-image: url(../img/sidebar_hildesheim.png);    }
.lueneburg     #right .box { background-image: url(../img/sidebar_lueneburg.png);     }
.wolfenbuettel #right .box { background-image: url(../img/sidebar_wolfenbuettel.png); }

#right .box.no-headline {
	background-image: none;
}

#right a.more {
	color: #063B6F;
	display: block;
	font-size: 11px;
	margin-top: -15px;
	padding: 8px 0;
	text-align: right;
	text-decoration: none;
}

/* Foot
-----------------------------------------------------------------------------*/
#foot {
	clear: both;
	position: relative;
	height: 85px;
	background: url(../img/bg_fuss.png) no-repeat right bottom;
}

/*
.braunschweig  #foot  { background-image: url(../img/bg_fuss_braunschweig.png);  }
.celle         #foot  { background-image: url(../img/bg_fuss_celle.png);         }
.goettingen    #foot  { background-image: url(../img/bg_fuss_goettingen.png);    }
.goslar        #foot  { background-image: url(../img/bg_fuss_goslar.png);        }
.hameln        #foot  { background-image: url(../img/bg_fuss_hameln.png);        }
.hannover      #foot  { background-image: url(../img/bg_fuss_hannover.png);      }
.hildesheim    #foot  { background-image: url(../img/bg_fuss_hildesheim.png);    }
.lueneburg     #foot  { background-image: url(../img/bg_fuss_lueneburg.png);     }
.wolfenbuettel #foot  { background-image: url(../img/bg_fuss_wolfenbuettel.png); }
*/

#foot p {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 5px 0;
	width: 715px;
	font-size: 11px;
	color: #003466;
}

#foot a {
	color: inherit
}

#foot .autostadt {
	display: block;
	position: absolute;
	right: 5px;
	bottom: 0;
}


/* Generic Classes
-----------------------------------------------------------------------------*/
.hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.link_pdf {
	background: url(../img/pdf.png) no-repeat;
	padding-left: 20px;
	margin-bottom: 2px;
}


/* Tables
-----------------------------------------------------------------------------*/
table .braunschweig {
	background: #E1D6DF;
}

table .celle {
	background: #D1DBE8;
}

table .goettingen {
	background: #CEE2ED;
}

table .goslar {
	background: #CCE2DD;
}

table .hameln {
	background: #D5E3CD;
}

table .hannover {
	background: #EAEDCC;
}

table .hildesheim {
	background: #F6EECA;
}

table .lueneburg {
	background: #F2E3C9;
}

table .wolfenbuettel {
	background: #E9D1CA;
}

/* Forms
-----------------------------------------------------------------------------*/
legend {
	color: #063B6F;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

label {
	display: block;
	font-size: 12px;
	font-weight: bold;
}

label.checkbox, label.radio {
	display: inline;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
}

input.text, textarea {
	background: #FFF;
	border: 1px solid #EF8B00;
	color: #6c7985;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 1px;
}

input.checkbox, input.radio {
	vertical-align: middle;
}

input.submit {
	background: #063B6F;
	border: 1px outset #063B6F;
	color: #FFF;
	padding: 2px;
}

select {
	border: 1px solid #EF8B00;
}

dl.form input.text, dl.form textarea, dl.form select {
	width: 280px;
}

dl label {
	display: inline;
}

.advice {
	display: block;
	margin: 5px 0;
	padding: 3px;
	width: 100%;
	background: #CA0808;
	color : #fff;
	font-weight: bold;
}

#right ul.checkboxes {
	margin: 0;
	padding: 0;
}

#right ul.checkboxes li {
	list-style: none;
	margin: 0 0 1px 0;
	padding: 0;
}


/* Sitemap
-----------------------------------------------------------------------------*/
.sitemap {
	font-size: 12px;
	margin-bottom: 10px;
}

.sitemap a {
	background: url(../img/navigation_bullet.png) no-repeat left center;
	color: #063B6F;
	display: block;
	font-weight: bold;
	line-height: 2;
	padding-left: 20px;
	text-decoration: none;
}

.sitemap a:hover {
	text-decoration: underline;
}

.sitemap ul {
	margin-left: 30px;
}

.sitemap ul a {
	font-weight: normal;
}

/* Search
-----------------------------------------------------------------------------*/
#main #results {
	margin: 0 0 20px 0;
}

#main #results li {
	border-top: 1px solid #CDDCA2;
	padding: 8px 0;
	margin: 0;
	list-style: none;
}

#results li.first {
	border-top: none;
}

#results .title a {
	color: #063B6F;
	display: block;
	font-size: 13px;
	font-weight: bold;
}

#pagenavi a {
	color: #063B6F;
}


/* Gallery
-----------------------------------------------------------------------------*/
#main #gallery {
	width: 750px;
	margin: 10px 0px 0 0;
}

#main #gallery li {
	float: left;
	height: 20em;
	list-style: none;
	margin: 0 20px 20px 0;
	width: 230px;
}

#gallery a {
	display: block;
}

#gallery .caption {
	color: #FFF;
	display: block;
	padding: 5px;
}

.braunschweig #gallery li {
	background: #9A7694;
}

.celle #gallery li {
	background: #6787B3;
}

.goettingen #gallery li {
	background: #5C9FC5;
}

.goslar #gallery li {
	background: #569E8D;
}

.hameln #gallery li {
	background: #73A25B;
}

.hannover #gallery li {
	background: #BBC555;
}

.hildesheim #gallery li {
	background: #E2C74E;
}

.lueneburg #gallery li {
	background: #D4A34C;
}

.wolfenbuettel #gallery li {
	background: #B5664F;
}


/* Press
-----------------------------------------------------------------------------*/
.article {
	margin-bottom: 25px;
}

.article h2 {
	margin-bottom: 0;
}

.article img {
	float: right;
	margin: 0 0 10px 10px;
}

.article .date {
	color: #003974;
	margin: 0 0 10px 0;
}

/* Quickbooking
-----------------------------------------------------------------------------*/
#quickbooking fieldset {
	margin: 0;
	padding: 0 0 6px;
}

#quickbooking legend {
	font-size: 12px;
	margin: 0;
	padding: 0;
	positiion: relative;
	left: 0;
}

#quickbooking #cities label {
	font-size: 10px;
}

#quickbooking .checkboxes li {
	border-top: 1px solid #C6CFDB;
}

#quickbooking .checkboxes li:first-child {
	border-top: none;
}

#quickbooking #arrival, #quickbooking #departure {
	border: none;
	background: transparent;
	color: #000;
}

#quickbooking .arrival label, #quickbooking .departure label, #quickbooking #people label {
	display: block;
	width: 65px;
	float: left;
	margin-bottom: 3px;
}

#quickbooking .arrival input, #quickbooking .departure input {
	display: block;
	float: left;
	width: 80px;
	font-size: 12px;
}

#quickbooking #people select {
	border-color: #063B6F;
	font-size: 11px;
	width: 35px;
	float: left;
	display: block;
}

#quickbooking .submit {
	width: 100%;
	margin: 3px 0 5px;
}
