/********************************************
** FARBEN
********************************************/

/*BLAU*/
div.sprachnavi a:hover,
div.subnavi a.subnavi:hover,
div.subnavi a.subactive,
div.footer-navi a:hover,
a.vor,
a.zurueck,
a.bullet,
a:hover,
.webcam-preview-bilder a,
h1 {
    color: #272D70;
}
img.webcam-preview,
img.webcam-preview-zoom,
div.webcam-stunde,
img.webcam-thumbnail {
    border: 1px solid #272D70;
}


/*ROT (FEHLER*/
div.formularfehler,
.fehlertext, .fehler {
    color: #FF0000;
    font-weight: bold;
}
textarea, input {
    border: 1px solid #A5ACB2;
}


/********************************************
** LAYOUT
********************************************/

* {
    font: 1em Verdana, Arial, sans-serif;
    line-height: 2em;
}

html {
    height: 100%;
    color: #000000;
    background-color: #FFFFFF;
}

body {
    height: 100%;
    padding: 0px;
    margin: 0;
    font: 0.7em Verdana, Arial, sans-serif;
    line-height: 1.85em;
}


.allover {
    width: 978px;
    height: 100%;
    margin: 0 0 0 10px;
    text-align: left;
}
.allover tr td {
    background-color: #ffffff;
}

.head {
    height: 249px;
    padding: 10px 0 0 0;
    margin: 0;
    background-image: url('/img/head_bg.jpg');
    background-position: left 30px;
    background-repeat: no-repeat;
    vertical-align: top;
}

.main {
    margin: 0px;
    padding: 0px;
    width: 767px;
    vertical-align: top;
}

div.right {
    float: right;
    width: 260px;
    padding-top: 57px;
    margin-bottom: 40px;
}

div.teaser-right {
    padding: 0px 5px;
}

div.middle {
    float: left;
    margin: 0px;
    padding: 0px;
}
div.middle-fixedwidth {
    width: 495px;
}

.left {
    width: 200px;
    background-image: url('/img/subnavi_bg.jpg');
    background-repeat: no-repeat;
    vertical-align: top;
}

.footer {
    height: 40px;
    /*
    background-image: url('/img/steag_schriftzug_klein.gif');
    background-position: left 10px;
    background-repeat: no-repeat;
    */
}

#googleMaps * {
    line-height: 1.2em;
}

/********************************************
** ALLGEMEINES
********************************************/

h1 {
    font: bold 1.3em Verdana, Arial, sans-serif;
    line-height: 1.5em;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

h2 {
    font: bold 1.2em Verdana, Arial, sans-serif;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    color: #000000;
    line-height: 1.2em;
}

h3 {
    font: bold 1em Verdana, Arial, sans-serif;
    padding: 0px;
    margin: 0px;
}

a {
    font: bold 1em Verdana, Arial, sans-serif;
    margin: 0px;
    line-height: 1em;
    color: #000000;
    text-decoration: none;
}

.bullet {
    font: bold 1em Verdana, Arial, sans-serif;
    margin: 0px;
    padding: 0px 0px 0px 12px;
    text-decoration: none;
    background-image: url('/img/anker_bullet.jpg');
    background-position: left 4px;
    background-repeat: no-repeat;
}

a.hoch {
    line-height: 1.4em;
}

ul li {
    line-height: 1.5em;
}

.clear {
    clear: both;
}

table.content-table {
    width: 100%;
}
table.content-table tr th, table.content-table tr td {
    background-color: #DEE7EF;
    text-align: left;
    vertical-align: top;
    padding: 1px 3px 1px 3px;
}
table.content-table tr th {
    font-size: 1.2em;
    font-weight: bold;
}
table.content-table tr td {
    font-size: 1em;
}

b, strong {
    font-weight: bold;
}

/********************************************
** HEAD
********************************************/

img.headpic {
    clear: both;
    border: 0px;
    padding: 0px;
    margin: 10px 80px 0px 0px;
    float: right;
}

div.sprachnavi {
    font: 0.9em Arial, sans-serif;
    float: right;
    margin: 0px 12px 0px 0px;
}

div.sprachnavi a {
    font-weight: bold;
    margin-left: 20px;
    text-decoration: none;
    color: #A5A5A5;
}
    
div.sprachnavi a:hover {
    text-decoration: none;
}

div.sprachnavi a:visited {
    text-decoration: none;
}

div.headnavi {
    padding: 200px 0px 0px 0px;
}

div.headnavi ul{
    width: 920px;
    margin: 0 0 0 15px;
    padding: 0px;
    list-style-type: none;
}

div.headnavi ul li {
    display: block;
    float: left;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}

div.headnavi ul li.last {
    margin: 0px;
}

div.headnavi ul li a {
    color: #000000;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

div.headnavi ul li a:hover {
    text-decoration: underline;
}

span.headnavi-left {
    height: 29px;
    width: 5px;
    float: left;
    display: block;
    font-size: 1px;
    background-image: url('/img/navi_border_left.jpg');
    background-repeat: no-repeat;
    background-position: left;
}

span.headnavi-left-active {
    height: 29px;
    width: 5px;
    float: left;
    display: block;
    font-size: 1px;
    background-image: url('/img/navi_border_left_active.jpg');
    background-repeat: no-repeat;
    background-position: left;
}

span.headnavi-right {
    height: 29px;
    width: 7px;
    float: left;
    display: block;
    font-size: 1px;
    background-image: url('/img/navi_border_right.jpg');
    background-repeat: no-repeat;
    background-position: right;
}

span.headnavi-right-active {
    height: 29px;
    width: 7px;
    float: left;
    display: block;
    font-size: 1px;
    background-image: url('/img/navi_border_right_active.jpg');
    background-repeat: no-repeat;
    background-position: right;
}

span.headnavi-bg {
    height: 28px;
    float: left;
    display: block;
    padding: 6px 5px 5px 5px;
    background-image: url('/img/navi_button_bg.jpg');
    background-repeat: repeat-x;
}

span.headnavi-bg-active {
    height: 28px;
    float: left;
    display: block;
    padding: 6px 5px 5px 5px;
    background-image: url('/img/navi_button_bg_active.jpg');
    background-repeat: repeat-x;
}

/********************************************
** BREADCRUMB
********************************************/

div.breadcrumb {
    margin: 20px 0px;
    line-height: 1em;
}

div.breadcrumb ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

div.breadcrumb ul li {
    display: inline;
    margin: 0px;
    padding: 0px;
}

div.breadcrumb ul li a {
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    margin: 0px 4px 0px 0px;
    padding: 0px 9px 0px 0px;
    border-right: 1px solid #000000;
}

div.breadcrumb ul li a:hover {
    color: #000000;
    text-decoration: none;
}

div.breadcrumb ul li a:visited {
    color: #000000;
    text-decoration: none;
}

/********************************************
** CONTENT
********************************************/

div.content {
    padding: 0px 20px 0px 0px;
    margin: 0px; 
}

img.textimage-left {
    float: left;
    margin: 3px 13px 13px 0px;
}

img.textimage-right {
    float: right;
    margin: 3px 0px 13px 13px;
}


/********************************************
** SUBNAVI
********************************************/

div.subnavi {
    padding: 0px;
    margin: 0px;
}

div.subnavi ul {
    margin: 10px 0px 0px -1px;
    padding: 0px;
    list-style-type: none;
    list-style-image: none;
}

div.subnavi ul li {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

div.subnavi ul li ul {
    width: 160px;
    list-style-type: none;
    list-style-image: none;
    margin: 5px 0px 0px 5px;
    padding: 0;
}

div.subnavi ul li ul li {
    margin: 0px;
}

div.subnavi ul li span a.navi {
    width: 165px;
    display: block;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    line-height: 12px;
}

div.subnavi ul li span a.navi:hover {
    text-decoration: underline;
}

div.subnavi a.subnavi {
    display: block;
    padding: 6px 0px 6px 12px;
    font-weight: normal;
    margin: 0px;
    text-decoration: none;
}

div.subnavi a.subactive {
    background-image: url('/img/anker_bullet.jpg');
    background-position: left;
    background-repeat: no-repeat;
}
div.subnavi a.subnavi:hover {
    text-decoration: underline;
}

/*hier folgen die verschachtelten DIVs fuer die Unternavi*/

span.subnavi-top {
    height: 9px;
    width: 195px;
    display: block;
    font-size: 1px;
    margin-bottom: -2px;
    background-image: url('/img/subnavi_top.jpg');
    background-repeat: no-repeat;
    background-position: left;
}

span.subnavi-top-active {
    height: 9px;
    width: 195px;
    display: block;
    font-size: 1px;
    margin-bottom: -2px;
    background-image: url('/img/subnavi_top_active.gif');
    background-repeat: no-repeat;
    background-position: left;
}

span.subnavi-bottom {
    height: 9px;
    width: 195px;
    display: block;
    font-size: 1px;
    background-image: url('/img/subnavi_bottom.gif');
    background-repeat: no-repeat;
    background-position: left;
}

span.subnavi-bottom-active {
    height: 9px;
    width: 195px;
    display: block;
    font-size: 1px;
    background-image: url('/img/subnavi_bottom_active.gif');
    background-repeat: no-repeat;
    background-position: left;
}

span.subnavi-bg {
    width: 195px;
    display: block;
    padding: 3px 5px 2px 15px;
    background-image: url('/img/subnavi_button_bg.gif');
    background-repeat: repeat-y;
    background-position: left;
}

span.subnavi-bg-active {
    width: 195px;
    display: block;
    padding: 3px 5px 2px 15px;
    background-image: url('/img/subnavi_button_bg_active.gif');
    background-repeat: repeat-y;
    background-position: left;
}


/********************************************
** BESTELLFOTOS
********************************************/

div.fotoreihe {
    width: 470px;
}

div.bestellfoto {
    width: 155px;
    float: left;
}

.formularbeschriftung {
    width: 120px;
    display: block;
    float: left;
    margin-bottom: 5px;
}

.formulartextfeld {
    float: left;
    width: 200px;
    margin-bottom: 5px;
}

div.formularfehler {
    margin-left: 3px;
    font-weight: bold;
    float: left;
    width: 350px;
}


/********************************************
** KONTAKTANFRAGE
********************************************/

.fehlertext {
    font-weight: bold;
}

div.anfrage-checkbox {
    width: 160px;
    float: left;
    margin-right: 5px;
}

textarea.formulartextfeld {
    width: 300px;
    height: 80px;
}

form.kontaktformular {
	margin: 0;
	width: 360px;
}
form.kontaktformular div {
	padding: 10px 0 0 0;
}
form.kontaktformular div label {
}
form.kontaktformular div div.fehler {
	color: red;
	font-weight: bold;
}
form.kontaktformular div input {
	width: 350px;
	height: 20px;
	margin: 0;
}
form.kontaktformular div textarea {
	width: 350px;
}
form.kontaktformular div input.checkbox {
	width: 15px;
	border: none;
}
form.kontaktformular div input.submitbutton {
	width: 150px;
	background-color: #fff;
	border: 1px solid grey;
	text-align: center;
}

textarea, input {
	font-family: Verdana, Arial !important;
	font-size: 1em !important;
	background-color: #fff;
	line-height: 1.3em;
}
textarea.readonly {
    background-color: #ECECEC;
    color: #716F64;
}

/********************************************
** PRESSE
********************************************/

ul.presse, ul.bulletliste {
    list-style-type: none;
    list-style-image: url(/img/anker_bullet.jpg);
    margin-top: 20px;
}

ul.presse li, ul.bulletliste li {
    margin-bottom: 1em;
}    

/********************************************
** WEBCAM
********************************************/

div.webcam-preview-bilder {
    width: 478px;
    /*float: left;*/
}

img.webcam-preview-zoom {
    margin-right: 10px;
}

div.webcam-stunde {
    float: left;
    margin: 5px 5px 0px 0px;
}

div.stunde-links {
    font-size: 1.1em;
    font-weight: bold;
    width: 72px;
    float: left;
}

div.stunde-rechts {
    width: 39px;
    float: left;
}

div.webcam-unten {
    padding: 5px 0px 0px 4px;
    margin: 0px;
}

div.webcam-rechts {
    border-left: 1px solid #272D70;
    padding: 0px 0px 0px 2px;
    margin: 0px;
}

div.webcam-bild-vorhanden {
    color: #001579;
    cursor: pointer;
}

div.webcam-bild-nicht-vorhanden {
    color: #000000;
}

div.blaettern {
    padding-bottom: 25px;
}

div.blaettern a.vor {
    float: right;
    margin: 0px;
    padding: 0px 12px 0px 0px;
    text-decoration: none;
    background-image: url('/img/pfeil_vor.jpg');
    background-position: right 3px;
    background-repeat: no-repeat;
}

div.blaettern a.zurueck {
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 12px;
    text-decoration: none;
    background-image: url('/img/pfeil_zurueck.jpg');
    background-position: left 3px;
    background-repeat: no-repeat;
}


/********************************************
** FOOTER
********************************************/

div.footer-navi {
    clear: both;
    float: right;
    width: 265px;
    text-align: left;
    padding: 23px 0px;
    font: bold 0.9em Arial, sans-serif;
}

div.footer-navi a {
    margin-right: 20px;
    text-decoration: none;
    color: #A5A5A5;
}
    
div.footer-navi a:hover {
    text-decoration: none;
}

div.footer-navi a:visited {
    text-decoration: none;
}
