body {
 background: url(../img/img_49.gif) #CA6602;
 color: black;
 font-family: "Trebuchet MS", verdana, tahoma, arial, sans-serif;
 font-size: 101%;
 text-align: center;
}

div#container {
 max-width: 750px;
 width:expression(document.body.clientWidth>755?"750px":"auto");
 min-width:315px;
 padding: 15px;
 text-align: left;
 margin: auto;
 background: white;
 font-size: 0.9em
}

a { color: #AB2600; }
a.intlink:before { content: url(../img/intlink.png); }
a.extlink:before { content: url(../img/extlink.png); }
a.bildlink { padding-left: inherit; background: none; }
a.mail:before { content: url(../img/mail.png); }
.caution { color: red; font-weight: bold;}
.hidden { position: absolute; margin-left: -5000px;}
.teclink { margin:0; padding:0;}
[title] { cursor: help; }
address { font-style: normal; }
input.name, input.email, textarea { border: 1px solid #aaa; width: 90%; }
.floatright { float: right; }
.floatleft { float: left; margin: 0 0.5em 0 0; }
.copyleft { color: #aaa; font-size: 80%; }

/* ----- Gesetzestexte -------------------------------- */
blockquote#gesetzestexte {
 border: 3px solid black;
 margin: 0;
 padding: 1em;
 font-family: arial, sans-serif;
 background-color: #F1F1F6;
}
#gesetzestexte h3, #gesetzestexte h4 { text-align: center; }
#gesetzestexte ol {
 list-style-type: lower-alpha;
}
/* ----- Seitenkopf ---------------------------------- */
#top {
 height: 208px;
 position: relative;
 font-family: Georgia, serif;
 font-size: 90px;
 text-align: center;
 line-height: 210%;
 background: #FADD2E;
 overflow: hidden;
}
#top span {
 background: url(../img/loewe.jpg) no-repeat;
 background-position: 50% 0;
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
}
.artikel #top span { background-image: url(../img/gaenze.jpg);  background-position: 50% 0; }
.weblog #top span { background-image: url(../img/hund.jpg);  background-position: 0 0; }
.impressum #top span { background-image: url(../img/gepard.jpg);  background-position: 50% 0; }
/* ----- Menü ---------------------------------------- */
ul#mainnav {
 background: #E2E2E2;
 margin: 15px 0;
 padding: 2px 0 0 0;
 font-weight: bold;
 list-style-type: none;
 height: 1.4em;
}
#mainnav li {
 float: left;
 width: 22%;
 min-width:4.5em;
 text-align: center;
 padding-left:2%;
}
#subnav {
 clear: left;
 width: 150px;
 min-width: 8em;
 float: right;
 background: #F4F4F4;
 border: solid #ffffff;
 border-width: 0 0 10px 10px;
 margin: 0 0 10px 10px;
 padding: 1px
}
#subnav dt {
 background: #aaa;
 color: white;
 font-weight: bold;
 text-align: center;
}
#subnav dd {
 margin: 0 0 10px 0;
 font-size: 90%;
}
/* ----- Hauptseite --------------------------------- */
#main {
 clear: left;
 margin: 0 165px 15px 0;
 padding: 1px 10px 5px 10px;
 background: #F4F4F4;
}
/* Überschrift */
h1 {
 font: italic 250% georgia, 'Times New Roman', serif bold;
 letter-spacing: 0.1em;
 line-height: 85%;
 font-variant: small-caps;
 border-bottom: 1px dotted #aaa;
}
h1 span {
 display: block;
 font: italic 35% "Trebuchet MS", verdana, tahoma, arial, sans-serif;
 letter-spacing: 0.1em;
 padding-left: 1em;
 margin: 0;
}
h2, h3, h4, h5, h6 { font-family: georgia, serif; font-weight: normal; }
/* ----- Fussleiste --------------------------------- */
#bottom {
 clear: both;
 list-style-type: none;
 background: #E2E2E2;
 margin: 0;
 text-align: right;
 font-size: 80%;
 font-family: verdana, sans-serif;
 padding-top: 1px;
 height: 15px;
 height: auto !important;
 min-height: 15px;
}
#bottom li {
 display: inline;
 padding: 0 0.5em;
}
#bottom li a {
 text-decoration: none;
}