/*-----------------------------------------------------------------------------
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: #F6F0D6;
	color: #000;
	font: 62.5%/1.5  "Trebuchet MS", Helvetica, Arial, sans-serif; 
	margin: 0;
	padding: 0;
	text-align: center;
}

body.braunschweig {
	background: #E1D6DF;
}

body.celle {
	background: #D1DBE8;
}

body.goettingen {
	background: #CEE2ED;
}

body.goslar {
	background: #CCE2DD;
}

body.hameln {
	background: #D5E3CD;
}

body.hannover {
	background: #EAEDCC;
}

body.hildesheim {
	background: #F6EECA;
}

body.lueneburg {
	background: #F2E3C9;
}

body.wolfenbuettel {
	background: #E9D1CA;
}

#head-wrapper, #foot-wrapper {
	width: 100%;
}

#head-wrapper {
	background: url(../img/head_bg.png) no-repeat 45% 0;
}

#foot-wrapper {
	background: url(../img/foot_bg.png) no-repeat center bottom;
}

#head, #wrapper, #foot {
	margin: 0 auto;
	text-align: left;
	width: 938px;
}

#wrapper {
	margin: 25px auto;
	position: relative;
}

#main {
	margin: 0 248px 0 190px;
}

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

#main ul {
	font-size: 1.2em;
	margin: 0.4em 0 1.5em 1em;
}

#main ul li {
	list-style: disc;
	margin-bottom: 0.2em;
}

#main .box {
	border-top: 10px solid #063B6F;
	padding: 15px;
	background: #D1DBE8;
	margin-bottom: 15px;
}

#main .box.image-left {
	padding-left: 255px;
}

#main .box.image-right {
	padding-right: 255px;
}

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

#main .box.image-right .image {
	float: right;
	margin: -15px -255px -15px 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: #063B6F;
}

h1 {
	font-size: 2.4em;
	margin-bottom: 0.8em;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 1.5em;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 1.5em;
}

h4, h5 {
	font-size: 1.2em;
	margin-bottom: 0.5;
}

p {
	font-size: 1.2em;
	margin: 0.4em 0 1.2em 0;
}

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

a:hover {
	text-decoration: none;
}

dl {
	font-size: 1.2em;
	margin-bottom: 1em;
}

dt, dd {
	float: left;
	padding: 0.3em 0;
}

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

dd {
	width: 300px;
}

dl.form {
	font-size: 1em;
}


/* Head
-----------------------------------------------------------------------------*/
#head {
	height: 175px;
	position: relative;
}

#shortcuts {
	position: absolute;
	right: 0;
	top: 2.5em;
}

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

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

#shortcuts a {
	color: #063B6F;
	display: block;
	font-size: 1.1em;
	padding: 0.2em 1em;
}

#shortcuts a:hover {
	text-decoration: underline;
}

#quicksearch {
	padding-left: 1em;
}

#quicksearch-query {
	background: #F5E6C1;
	font-size: 1.1em;
	padding: 0.3em 0.2em;
	width: 15em;
}

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

#impressions {
	float: left;
	height: 125px;
	margin-top: 50px;
	position: relative;
	width: 748px;
}

#impressions li {
	float: left;
	height: 125px;
	overflow: hidden;
	position: relative;
	width: 187px;
	z-index: 100;
}

#impressions img {
	display: block;
}


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

#navigation {
	cursor: default;
	font-size: 1.2em;
	margin-bottom: 60px;
}

#navigation li {
	display: inline;
}

#navigation a {
	background: url(../img/navigation_bullet.png) no-repeat left center;
	color: #063B6F;
	display: block;
	line-height: 2;
	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-left: 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;
	font-size: 0.9em;
	line-height: 1.6;
	padding-left: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

#cityinfo ul {
	width: 160px;
}

#cityinfo li {
	float: left;
}

#cityinfo ul a {
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	margin: 0.4em 0.7em 0.4em 0;
	outline: none;
	text-indent: -9999em;
	width: 23px;
}

#cityinfo .gb {
	background-image: url(../img/cityinfo_gb.png);
}

#cityinfo .f {
	background-image: url(../img/cityinfo_f.png);
}

#cityinfo .e {
	background-image: url(../img/cityinfo_e.png);
}

#cityinfo .i {
	background-image: url(../img/cityinfo_i.png);
}

#cityinfo .nl {
	background-image: url(../img/cityinfo_nl.png);
}

#cityinfo .s {
	background-image: url(../img/cityinfo_s.png);
}

#cityinfo .fin {
	background-image: url(../img/cityinfo_fin.png);
}

#cityinfo .dk {
	background-image: url(../img/cityinfo_dk.png);
}

#cityinfo .pl {
	background-image: url(../img/cityinfo_pl.png);
}

#cityinfo .d {
	background-image: url(../img/cityinfo_d.png);
}

#cityinfo .cn {
	background-image: url(../img/cityinfo_cn.png);
}

#cityinfo .jp {
	background-image: url(../img/cityinfo_jp.png);
}

#cityinfo .rus {
	background-image: url(../img/cityinfo_rus.png);
}


/* Head
-----------------------------------------------------------------------------*/
#logo {
	display: block;
	float: left;
	height: 175px;
	width: 190px;
}


/* Right
-----------------------------------------------------------------------------*/
#right {
	background-image: url(../img/right_bg.png);
	background-repeat: no-repeat;
	padding-top: 39px;
	position: absolute;
	right: 0;
	top: 0;
	width: 225px;
}

.braunschweig #right {
	background-image: url(../img/right_city01_bg.png);
}

.celle #right {
	background-image: url(../img/right_city02_bg.png);
}

.goettingen #right {
	background-image: url(../img/right_city03_bg.png);
}

.goslar #right {
	background-image: url(../img/right_city04_bg.png);
}

.hameln #right {
	background-image: url(../img/right_city05_bg.png);
}

.hannover #right {
	background-image: url(../img/right_city06_bg.png);
}

.hildesheim #right {
	background-image: url(../img/right_city07_bg.png);
}

.lueneburg #right {
	background-image: url(../img/right_city08_bg.png);
}

.wolfenbuettel #right {
	background-image: url(../img/right_city09_bg.png);
}

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

#right ul {
	font-size: 1.2em;
	margin: 0.4em 0 1.5em 1em;
}

#right ul li {
	list-style: disc;
	margin-bottom: 0.2em;
}

#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: 0.2em;
}

#right .image {
	display: block;
	margin: -0.5em -1em;
}

#right .image img {
	display: block;
}

#right .image span {
	color: #063B6F;
	display: block;
	font-size: 1.1em;
	padding: 0.3em 0.5em;
}

#right .first .image span {
	background: #063B6F;
	color: #FFF;
}

.braunschweig #right .first .image span {
	background: #9A7694;
}

.celle #right .first .image span {
	background: #6787B3;
}

.goettingen #right .first .image span {
	background: #5C9FC5;
}

.goslar #right .first .image span {
	background: #569E8D;
}

.hameln #right .first .image span {
	background: #73A25B;
}

.hannover #right .first .image span {
	background: #BBC555;
}

.hildesheim #right .first .image span {
	background: #E2C74E;
}

.lueneburg #right .first .image span {
	background: #D4A34C;
}

.wolfenbuettel #right .first .image span {
	background: #B5664F;
}

#right .box {
	background: #D1DBE8;
	padding: 0.5em 1em;
	margin-bottom: 1.5em;
}

.braunschweig #right .box {
	background: #CCBAC9;
}

.celle #right .box {
	background: #B3C3D9;
}

.goettingen #right .box {
	background: #ADCFE2;
}

.goslar #right .box {
	background: #AACEC6;
}

.hameln #right .box {
	background: #B9D0AD;
}

.hannover #right .box {
	background: #DDE2AA;
}

.hildesheim #right .box {
	background: #F0E3A6;
}

.lueneburg #right .box {
	background: #E9D1A5;
}

.wolfenbuettel #right .box {
	background: #DAB2A7;
}

#right a.more {
	color: #063B6F;
	display: block;
	font-size: 1.1em;
	margin-top: -1.5em;
	padding: 0.8em 0;
	text-align: right;
	text-decoration: none;
}

/* Foot
-----------------------------------------------------------------------------*/
#foot {
	color: #FFF;
}

#foot p {
	background: url(../img/foot_bg.png) repeat-y left; 
	font-size: 1em;
	margin: 0 0 0 190px;
	padding: 1.5em 0;
	text-align: center;
	width: 500px;
}

#foot a {
	color: #FFF;
}



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

.left {
	float: left;
}

.right {
	float: right;
}


/* 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: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

label {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}

label.checkbox {
	display: inline;
	font-size: 1.1em;
	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: 1.2em;
	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: 0.3em;
	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: 1.2em;
	margin-bottom: 1em;
}

.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
-----------------------------------------------------------------------------*/
#results {
	margin-bottom: 2em;
}

#results li {
	border-top: 1px solid #EF8B00;
	padding: 0.4em 0;
}

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

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

#pagenavi a {
	color: #063B6F;
}


/* Gallery
-----------------------------------------------------------------------------*/
#main #gallery {
	margin: 1em 0 0 0;
}

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

#gallery a {
	display: block;
}

#gallery .caption {
	color: #FFF;
	display: block;
	font-size: 1.1em;
	padding: 0.5em;
}

.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: 2.5em;
}

.article h2 {
	margin-bottom: 0;
}

.article img {
	float: right;
	margin: 0 0 1em 1em;
}

.article .date {
	color: #003974;
	margin: 0 0 1em 0;
}

/* Quickbooking
-----------------------------------------------------------------------------*/
#quickbooking fieldset {
	margin: 0;
	padding: 0 0 0.6em;
}

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

#quickbooking #cities label {
	font-size: 1em;
}

#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: 1.2em;
}

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

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