@font-face {
    font-family: 'frutigerbold';
    src: url('ftb-webfont.eot');
    src: url('ftb-webfont.eot?#iefix') format('embedded-opentype'),
         url('ftb-webfont.woff') format('woff'),
         url('ftb-webfont.ttf') format('truetype'),
         url('ftb-webfont.svg#frutigerbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'frutigerlight';
    src: url('ftl-webfont.eot');
    src: url('ftl-webfont.eot?#iefix') format('embedded-opentype'),
         url('ftl-webfont.woff') format('woff'),
         url('ftl-webfont.ttf') format('truetype'),
         url('ftl-webfont.svg#frutigerlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.black { color: black; }
.white { color: white; }

.left { float:left; }
.right { float:right; }

.link { display:block; }
.noborder { border: none; outline: none; }
.nospaces { padding:0px; margin:0px; }

.ie6 #flower,
.ie7 #flower,
.ie8 #flower { display: block !important; }   
   
html {
	overflow: auto;
	overflow-y: scroll;
}
html, body {
	height:100%;
	border: none;
	outline: none;
	color: #625447;
	font-family:'frutigerlight', arial, helvetica, sans-serif;
	font-size:1em;
	line-height:1.5;
	text-align:left;
	text-decoration:none;
}
body {
	background: #f4f5e8;
}
a:link, a:visited, a:hover, a:active {
	text-align:left;
	text-decoration:none;
	color: #625447;
	outline:none;
}
a:hover {
	text-align:left;
	text-decoration:none;
	color: #000000;
	text-decoration: underline;
}
a.pdf {
	display: block;
	height: 16px;
	font-weight: bold;
}
a.pdf:hover {
	text-decoration: underline;
}
a.slideshow {
	display: block;
	height: 16px;
	font-weight: bold;
}
a.slideshow:hover {
	text-decoration: underline;
}
a.download {
	background: #4e351f;
	padding: 10px;
	font-size: 14px;
	color: white !important;
	display: block;
}
a.download:hover {
	text-decoration: none;
	background: #b7a79a;
	padding: 10px;
	font-size: 14px;
	color: #4e351f !important;
	display: block;
}
.thumb:hover {
	outline: 1px solid white;
}
a.si {
	position: absolute;
	bottom: 30px; 
	right: 5px;
}
a.disclaimer {
	position: absolute;
	bottom: 106px; 
	right: 5px;
}
h1 {
	font-size:14px;
	font-weight: normal;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	color: #000000;
}
h2 {
	font-size:14px;
	font-weight: bold;
	margin-bottom: 25px;
	letter-spacing: 0.04em
}
p, li {
	padding:0px;
	margin:0px;
}
ul { padding-left: 63px;}
li.news { border-bottom: 1px solid #a7a49b; width: 400px; padding: 5px; margin-bottom: 10px; }
::-moz-selection{ background:#ffffff; color:#000; }
::selection { background:#ffffff; color:#000; } 
b, strong {
	font-family:'frutigerlight', arial, helvetica, sans-serif;
	font-weight: bold;
}
/* Container Styles */
#container {
	position:relative;
	margin:0px auto;
	width:886px;
	height:100%;
	min-height: 100%;
	z-index:10;
}
#header {
	float: left;
	width: 886px;
	height: 183px;
	z-index: 10;
	margin-top: 110px;
}
#nav {
	float: left;
	width: 200px;
	z-index: 11;
}
#content {
	float: left;
	z-index: 11;
	padding:0px;
	margin:0px;
	text-align: center;
	width: 886px;
}
#content-image {
	height: 154px;
}
#content-text {
}
p#textmain {
	float: left;
	width: 475px;
}
p#address {
	margin-top: 26px;
	font-size:11px;
	line-height:15px;
	border-top: 1px solid #91ab1d;
	padding: 5px 0px;
	width: 441px;
}
p#address img {
	position: absolute;
	left: 402px;
	top: 426px;
	border: none;
}
#footer {
	height: 50px;
	width: 730px;
	left: 0;
	bottom: 0;
	float: left;
	font-size: 14px;
	line-height: 3.5;
	padding-left: 156px;
	margin-top: 30px;
	background: url(../img/logo-imhof.jpg) center left no-repeat;
}

/* Input Styles */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	padding: 10px 30px 8px 30px;
	color: #fff !important;
	background: #b3be33;
	font-size: 15px;
	border: none;
	text-transform:uppercase;
	margin-bottom: 2px;
	text-align:left;
	text-decoration:none;
}
.button:hover,
.button:active {
	background: #e8c44c;
	color: #ffffff !important;
	text-decoration: none !important;
}

input[type="submit"], input[type="submit"]:hover, input[type="reset"], input[type="reset"]:hover {
	border:0;
}
.textfeld {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
	text-decoration:none;
	height:15px;
	padding:5px;
	width:289px;
	border: none;
	border:1px solid #cbd076;
	background:#cbd076;
	margin:5px 0px;
}
.textfeld:focus {
	height:15px;
	padding:5px;
	width:289px;
	border: none;
	background:#e8c44c;
	border:1px solid #e8c44c;
	margin:5px 0px;
}
.textarea {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
	text-decoration:none;
	height:50px;
	width:290px;
	padding:5px 2px;
	border:1px dotted #cbd076;
	background:#cbd076;
	margin:5px 0px 5px 0px;
	padding:5px;
	overflow:auto;
}
.textarea:focus {
	height:50px;
	width:290px;
	padding:5px 2px;
	background:#e8c44c;
	border:1px solid #e8c44c;
	margin:5px 0px 5px 0px;
	padding:5px;
	overflow:auto;
}
label.error {
    display: none;
    padding: 5px 0;
}
.impressionen a img {
	border: 1px solid #686661;
}
.impressionen a img:hover {
	border: 1px solid #e5961a;
}
/* message display page */
.message_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;

}
.message_list li {
	padding: 0;
	margin: 0;
	clear: both;
}
.message_head {
	padding: 5px;
	cursor: pointer;
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	background: #b0291b url(../img/updown.gif) no-repeat scroll top right;

}
.message_head:hover {
	background: #736758 url(../img/updown-hover.gif) no-repeat scroll top right;
}
.last {
	border-bottom: 1px solid #5c4e43;
}
.message_head.open {
	background-position:right bottom;
}
.message_head .more {
	color: #666666;
	padding: 5px 10px 0px 0px;
	font-size: 20px;
}
.message_head cite {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
}
.message_body {
	padding: 0px;
}
.img, .textlist {
	margin-bottom: 20px;
}
.collapse_buttons {
	text-align: right;
	border-top: solid 1px #e4e4e4;
	padding: 5px 0;
	width: 660px;
}
.collapse_buttons a {
	margin-right: 5px;
	float: right;
}
.show_all_message {
	padding-right: 12px;
}
.show_recent_only {
	display: none;
	padding-right: 12px;
}
.collpase_all_message {
	color: #666666;
	display: none;
}
.large-title {
	font-size:14px;
	margin:0px;
	padding: 0px;
	clear: left;
}
ul.square-bullets li {
	margin-left: 16px;
	list-style-type:none;
}
.gr tr th {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: #e8e6e3;
	color: #796857;
	font-weight: normal !important;
	padding: 5px;
}
.gr tr td {
}
.odd, .even { background: #ffffff; border-bottom: 1px solid #E8E6E3; cursor: pointer; }
.control,
.control-pause,
.control-play {
	position: absolute;
	top: 345px;
	left: 0px;
	z-index: 100;
}
.control a,
.control-pause,
.control-play {
	padding: 0px 10px;
	margin: 10px 0px;
	display: block;
	text-align: center;
	vertical-align:middle;
	float: left;
	color: #736758;
	border-right: 1px solid #736758;
}
.activeSlide, .control a:hover {
	color: #cd1013 !important;
	text-decoration: none;
}
.thumb:hover {
outline: 3px solid #695850;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
