/* Grundelemente */
html {
	height: 100%;
}

body {
	font-size: 0.8em;
	font-family: Arial, Verdana;
	line-height: 1.5em;
	color: #414141;
	background-color: #fff;
	margin: 0px;
	height: 100%;
	background-color: #F2F2F2;
}

p {
	margin-top: 0px;
	text-align: left;
}

a:link, a:visited, a:active {
	font-weight: normal;
	text-decoration: none;
	color: #d92819;
}
a:hover, a:focus {
	text-decoration: underline;
}

img {
    border: 0px;
    margin: 0px 10px 5px 0px;
    float: left;
}

.hidden {
    display: inline;
    left: -999px;
    top: -999px;
    font-size: 0px;
    height: 0px;
    line-height:0px;
    margin:0px;
    overflow:hidden;
    position:absolute;
}

h1 {
    margin: 10px 0;
	color: #000;
	font-size: 1.6em;
	font-weight: normal;
}

h2, h2 a:link, h2 a:visited {
    font-size: 1em;
	color: #6C140C;
	font-weight: bold;
}

h3 {
    font-size: 100%;
    font-weight: bold;
}

div.clear,
span.clear {
    clear: both;
}

div.bildunterschrift {
    font-size: 0.75em;
}

div.bildunterschrift img {
    margin-bottom: 0 !important;
}

div.bildunterschrift span.zoom {
    clear: both;
    display: block;
    padding: 0 0 0 20px;
    border-top: 1px dotted #414141;
    border-bottom: 1px dotted #414141;
    color: #414141;
    text-align: left;
    background-image: url(/img/icon_zoom.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

div.bildunterschrift a,
div.bildunterschrift a:hover {
    text-decoration: none;
    cursor: pointer;
}

/* Der Container umfasst den Gesamten Inhalt der Site */
#container {
    margin: 0;
    padding: 0;
    width: 960px;
	background-image: url(/img/uhrig/background_horizontal.gif);
	background-repeat: repeat-y;
}

#header {
    padding: 0;
    height: 173px;
}
#header img {
    margin: 0;
}

#header .logolink {
    width: 190px;
    height: 173px;
    margin: 0;
    border: none;
}

/**
 * TOPNAVI
 */

#topnavi {
    margin: 0;
    width: 960px;
    height: 30px;
	background: url(/img/uhrig/background_topnavi_0.gif) repeat-x bottom left #676767;
}

#topnavi ul {
    margin: 0;
}

#topnavi li {
	margin: 0;
	float: left;
	list-style-type: none;
	height: 24px;
}

#topnavi li a, #topnavi li span, #topnavi li a:active {
    display: block;
    height: 21px;
	padding: 5px 11px 0 11px;
	color: #fff;
	font-weight: bold;
}
#topnavi li a:hover, #topnavi li a:focus {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #333333;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    text-decoration: none;
    background-image: url(/img/uhrig/background_topnavi_2.gif);
    background-repeat: repeat-x;
    background-position: top left;
}

#topnavi li a.active:hover {
    padding-left: 11px;
    padding-right: 11px;
}

#topnavi li a.active,
#topnavi li span.active {
    color: #fff;
    background-color: #6c140c;
    border-left: 1px solid #6c140c;
    border-right: 1px solid #6c140c;
    background-image: url(/img/uhrig/background_topnavi_1.gif);
    background-repeat: repeat-x;
    background-position: top left;
}

/**
 * NAVI
 */
#navi {
    clear: both;
    float: left;
	width: 170px;
	margin: 25px 0 0 10px;
	padding: 0;
	height: 100%;
}
#navi ul {
	margin: 0 0 1.50em 0;
	padding: 0;
	border-top: 2px solid #d92819;
}
#navi li {
    list-style-type: none;
    border-bottom: 1px solid #e6e6e6;
}
#navi li a, #navi li span, #navi li a:active {
    display: block;
    padding: 7px 10px 7px 20px;
	color: #5a5a5a;
	font-weight: bold;
    background-image: url(/img/uhrig/background_navi_arrow_0.gif);
    background-repeat: no-repeat;
    background-position: 10px 5px;
}
#navi li a:hover, #navi li a:focus {
	color: #000;
	text-decoration: none;
    background-image: url(/img/uhrig/background_navi_arrow_2.gif);
}
#navi li a.active,
#navi li span.active {
    color: #000;
    background-image: url(/img/uhrig/background_navi_arrow_1.gif);
}


/* Zweite Ebene */
#navi ul li ul {
    margin: 0;
    border: none;
    border-top: 1px solid #e6e6e6;
}

#navi ul li ul li {
    margin-left: 15px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 0;
}

#navi ul li ul li:first-child {
    border-top: 0;
}

#navi ul li ul li a, #navi ul li ul li span {
    color: #5a5a5a;
    padding-left: 15px;
    background-image: url(/img/uhrig/background_navi_arrow_0.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
#navi ul ul li a:hover, #navi ul ul li a:focus {
    color: #000;
    padding-left: 15px;
    background-image: url(/img/uhrig/background_navi_arrow_2.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
#navi ul ul li a.active,
#navi ul ul li span.active {
	color: #000;
	padding-left: 15px;
}

/* Dritte Ebene */
#navi ul li ul li ul {
    margin: 0;
    border: none;
    border-top: 1px solid #e6e6e6;
}

#navi ul li ul li ul li {
    margin-left: 15px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 0;
}

#navi ul li ul li ul li:first-child {
    border-top: 0;
}

#navi ul li ul li ul li a, #navi ul li ul li ul li span {
    color: #5a5a5a;
    padding-left: 15px;
    background-image: url(/img/uhrig/background_navi_arrow_0.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
#navi ul ul li ul li a:hover, #navi ul ul li ul li a:focus {
    color: #000;
    padding-left: 15px;
    background-image: url(/img/uhrig/background_navi_arrow_2.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
#navi ul ul li ul li a.active,
#navi ul ul li ul li span.active {
	color: #000;
	padding-left: 15px;
}

#sidebar {
}

#sidebar a {
    display: block;
    width: 160px;
    height: 23px;
    margin: 1px 0;
    padding: 1px 5px;
    background-image: url(/img/uhrig/background_sidebar_0.gif);
    background-repeat: no-repeat;
    background-position: top left;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

#sidebar a.aktiv {
    background-image: url(/img/uhrig/background_sidebar_1.gif);
}
#sidebar a:hover, #sidebar a.aktiv:hover {
    background-image: url(/img/uhrig/background_sidebar_2.gif);
}

/* Brotkrumennavigation */
div.brotkrumen {
	padding: 5px 0 5px 0;
	color: #737373;
	font-size: 0.90em;
}

div.brotkrumen span { /* Trenner */
	color: #737373;
}

div.brotkrumen span.text {
    font-weight: bold;
}

div.brotkrumen a {
	text-decoration: none;
	font-weight: bold;
	color: #d92819;
}

/**
 * TEASER bzw. Infobereich
 */
#teaser {
    margin: 25px 1px 0 0;
    float: right;
    width: 190px;
    height: 100%;
}

#teaser div {
	color: #676767;
	border-top: 2px solid #999;
}

#teaser div.suchbox {
	border-top: 2px solid #d92819;
}

#teaser div.suchbox form {
    margin: 0;
}

#teaser h3 {
	color: #676767;
	font-weight: bold;
	margin: 0;
	padding: 3px 0 5px 25px;
	font-size: 100%;

	background-image: url(/img/uhrig/background_teaser_arrow.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#teaser a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#teaser img {
	float: left;
	border: 0;
}

#teaser p {
    background-color: #f7f7f7;
    padding: 10px 10px 0 10px;
    border-top: 1px solid #e6e6e6;
}

#teaser p a.mehr {
    display: block;
    text-align: right;
    margin: 10px 0 0 0;
    padding: 5px 10px 7px 0;
    border-top: 1px solid #e6e6e6;
	color: #000;
	background-image: url(/img/uhrig/background_link_arrow.gif);
	background-repeat: no-repeat;
	background-position: right 14px;
	text-decoration: none;
}

#teaser h3.suchbox {
    border-top-color: #d92819;
    background-image: url(/img/uhrig/background_search_arrow.gif);
    background-position: bottom left;
    color: #000;
}

#teaser form.suchbox {
    background-color: #f7f7f7;
    margin: 0 0 20px 0;
    padding: 10px;
    border-top: 1px solid #e6e6e6;
}

#teaser form.suchbox input.suchfeld {
    float: left;
    width: 100px;
    height: 18px;
    margin: 0;
    padding: 0;
}

#teaser form.suchbox input.submitbutton {
    float: left;
    width: 63px;
    height: 20px;
    margin: 0 0 0 5px;
    padding: 0;
    font-size: 1.00em;
}

/**
 * CONTENT
 */
#content {
    margin: 5px 190px 5px 190px; /* Abstand zu den aeusseren Raendern! Nicht zur Navi und Teaser */
    padding: 0 20px 10px 20px;
    width: 539px;
}
/* Div zum fixen des Floating bugs
 * muss floaten und so breit sein wie der Inhaltsbereich */
#content-cleaner {
    float: left;
    width: 539px;
}

#content img {
    border: none;
}

#content p {

}

/**
 * FOOTER
 */
#footer {
    border-top: 1px solid #BEBEBE;
    background-color: #F2F2F2;
    margin: 0 auto 0 auto;
    width: 100%;
    clear: both;
	text-align: center;
    padding: 3px 0;
    color: #676767;
    font-weight: bold;
}
#footer a {
	text-decoration: none;
    color: #676767;
    font-weight: bold;
}


/* Artikelbild */
.inhaltsbild {
	float: left;
	margin: 0 20px 5px 0 !important;
}

/* Mitarbeiter */
.mitarbeiterbild {
	float: left;
	margin: 0 5px 5px 0;
}

/* Liste */
.listenbild {

}

ul.listenobjekt {
    float: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
ul.listenobjekt li {
	/*clear: left;*/
	margin: 0px;
	padding: 10px 0 10px 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #d92819;
}
ul.listenobjekt li img {
	float: left;
	margin: 0 10px 10px 0;
}
ul.listenobjekt li a, ul.listenobjekt li a:hover, ul.listenobjekt li a:active, ul.listenobjekt li a:visited {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}
ul.listenobjekt li.mitarbeiter a, ul.listenobjekt li.mitarbeiter a:hover, ul.listenobjekt li.mitarbeiter a:active, ul.listenobjekt li.mitarbeiter a:visited {
    text-decoration: underline !important;
}

ul.listenobjekt li .titel {
    font-weight: bold;
}

ul.listenobjekt li.mitarbeiter {
}
ul.listenobjekt li.mitarbeiter img {
	margin: 0 10px 10px 0;
}
ul.listenobjekt li.news {

}
ul.listenobjekt li.default {

}

ul.contentliste {
    display: inline-block;
    margin: 0;
    padding: 0;
}
ul.contentliste li {
    margin: 0 0 0 20px;
    padding: 0;
}

/* News */
.newsbild {
	border: 1px solid green;
}

/* Kontaktformular */
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;
	margin: 0;
	border: 1px solid #737373;
}
form.kontaktformular div textarea {
    font-size: inherit;
	width: 350px;
	border: 1px solid #737373;
}
form.kontaktformular div input.checkbox {
    margin: 0;
	width: 15px;
	border: none;
}
form.kontaktformular div input.submitbutton {
	width: 150px;
	background-color: white;
	border: 1px solid grey;
	text-align: center;
}

textarea, input {
	font-family: Verdana, Arial !important;
	border: 1px solid #737373;
	font-size: inherit;
}
textarea.readonly {
    background-color: #ECECEC;
    color: #716F64;
}

/* Banner */
#banner {
    margin: 10px 0 10px 436px;
    width: 88px;
    height: 41px;
}


body.zoomWindow {
    margin: 0;
    padding: 0;
}

body.zoomWindow img {
    float: none;
    margin: 10px 0;
}

body div.body {
    text-align: center;
}

div.flashvideo {
    margin: 5px;
}

div.bildergalerie-grossbild {
    width: 538px;
    margin-bottom: 15px;
}

div.bildergalerie-thumbnail, div.bildergalerie-thumbnail-aktiv {
    background-color: #F7F7F7;
    float: left;
    margin: 0 0 5px 5px;
    padding: 1px;
}
div.bildergalerie-thumbnail {
    border: 1px solid #E6E6E6;
}
div.bildergalerie-thumbnail-aktiv {
    border: 1px solid #999999;
}
div.bildergalerie-links {
    text-align: center;
    margin-bottom: 10px;
}

div.standortkarte-tooltip {
    padding: 3px 10px 3px 3px;
    position: absolute;
    visibility: hidden;
    background-color: #F7F7F7;
    border: 1px solid #999999;
    text-align: left;
}

div.standortkarte-tooltip ul {
    margin: 0;
    padding: 0;
}
div.standortkarte-tooltip ul li {
    margin: 0 0 0 20px;
    padding: 0;
}
div.standortkarte-tooltip ul li a {
    font-weight: bold;
}

div.standortkarte {
    width: 538px;
    text-align: center;
    border: none;
}

div.standortkarte img {
    margin: 0 0 0 85px;
    border: none;
}

ul.partner li {
    float: left;
    width: 45%;
    margin: 0 10px 0 0;
    padding: 0 0 10px 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #999999;
    list-style-type: none;
}

ul.partner li.first {
    border: none;
}


/* Formatierung des Sprachteasers */
#teaser div h3.sprachen {
    border-top-color: #d92819;
    background-image: url(/img/uhrig/background_search_arrow.gif);
    background-position: bottom left;
    color: #000;
}

#teaser div h3.sprachen {
}

#teaser div h3.sprachen img {
    float: none;
    margin: 0 0 3px 5px;
    vertical-align: bottom;
}

#teaser div div.spacer {
    margin: 0 0 15px 0 !important;
}
