html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: none;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

body {
    margin-top: 10px;
    font-size: 9pt;
    font-family: "Trebuchet MS", verdana, sans-serif;
    quotes:"\201E" "\201C" "\201A" "\2018";
    width: 732px; 
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1em;
}

div.startpage div.box, div.box {
    width: 230px;
    margin: 7px;
    float: left;
    height: 230px;
}
div.startpage div.box {
    color: #4d4d4d;
}
div.box-orange {
    background-color: #ec6519;
}
div.box-gelb {
    background-color: #f9cd0e;
}
div.box-gelb, div.box-rot {
    height: 175px;
}
div.box-hellorange h1 {
    text-align: right;
    margin-right: 20px;
}
div.box h1 {
    margin-top: 35px;
    margin-left: 20px;
    font-size: 1.6em;
    line-height: 1.2em;
    padding: 0;
    color: #000;
}
div.content div.box p {
    margin-top: 8px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.0em;
    line-height: 1.4em;
    padding: 0;
    text-align: left;
}
div.content div.box p.link {
    text-align: right;
}
div.box p.link a {
    font-weight: bold;
    display: block;
}
div.startpage div.box-gelb h1 {
    margin-top: 30px;
}
div.box-rot {
    background-color: #d51d0c;
}
div.box-hellorange {
    background-color: #fad3b3;
}
div.box-hellgelb {
    background-color: #fef3bf;
}
div.box a {
    text-decoration: none;
    color: #4d4d4d;
}
div.box-hellrot {
    background-color: #fdcac5;
}

div.abrunden {
    position: relative;
}
div.ecke {
    width: 10px;
    height: 10px;
    position: absolute;
    background: url(ecken.png) no-repeat;
}
div.ecke-1 {
    top: 0;
    left: 0;
}
div.ecke-2 {
    top: 0;
    right: 0;
    background-position: -10px 0;
}
div.ecke-3 {
    bottom: 0;
    left: 0;
    background-position: 0 -10px;
}
div.ecke-4 {
    bottom: 0;
    right: 0;
    background-position: -10px -10px;
}

#flashcontent {
    margin-top: -10px;
}
div.startpage #flashcontent {
    margin-top: 10px;
}

img.logo {
    margin-left: 50px;
    border-style: none;
    margin-top: 75px;
}
.guterName {
    clear: both;
    display: block;
}


div.schatten-oben {
    background: url(schatten-oben.png) no-repeat center;
    height: 8px;
}
div.schatten-unten {
    background: url(schatten-unten.png) no-repeat center;
    height: 8px;
}

div.page {
    min-height: 595px;
    margin-top: 5px;
}
div.startpage {
    min-height: 495px;
}

#fuss {
    text-align: center;
    color: #aaa;
    font-size: 80%;
    margin: 0;
}
#fuss a {
    color: #aaa;
    text-decoration: none;
}

div.startpage div.content {
    padding: 0;
}
div.content {
    padding-top: 196px;
    padding-bottom: 15px;
    position: relative;
}


h1, h2, p {
    margin-left: 251px;
    margin-right: 7px;
}
h1, h2 {
    font-family: Georgia;
    font-weight: normal;
    color: #666;
}
h1 a {
    color: #666;
}
h2 a {
    color: #ec6519;
}
h1 {
    font-size: 4em;
    margin-bottom: 5px;
}
h2 {
    font-size: 170%;
    margin-top: 12px;
    margin-bottom: 8px;
    color: #ec6519;
}
div.content p {
    line-height: 16px;
    text-align: justify;
    margin-bottom: 5px;
}
div.content ul.text {
    line-height: 16px;
    text-align: justify;
    margin-bottom: 5px;
    margin-left: 271px;
    margin-right: 7px;
    list-style-type: disc;
}
div.content ul.text li {
    padding-left: 10px;
}
div.content p.randnotiz {
    position: absolute;
    text-align: right;
    font-size: 80%;
    margin-top: 1px;
    line-height: 16px;
    margin-left: 20px;
    width: 215px;
    color: #666;
    left: 0;
}

#menu {
    background: #f2f2f2;
    position: relative;
    clear: left;
    float: left;
    width: 230px;
    margin: 7px;
    padding: 5px 0;
}
#menu a {
    color: #666;
    text-decoration: none;
    font-weight: bold;
    display: block;
}
#menu ul li ul li a {
    color: #888;
    font-weight: normal;
}
#menu a:hover {
    color: #ec6519;
}
#menu ul li {
    position: relative;
    padding-left: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-left: 7px;
}
#menu ul li ul li {
    margin: 0;
    padding: 0;
    padding-top: 3px;
}
#menu div.deko {
    color: #ccc;
    font-size: 4em;
    position: absolute; 
    left: 7px;
    top: -15px;
}
#menu #linie {
    color: #ec6519;
    font-size: 4em;
    position: absolute;
    left: 14px;
    top: -15px;
    margin-top: -15px;
    z-index: 2;
}

span.beschriftung {
    color: #888;
    float: left;
    width: 9em;
}

div.interbox {
    padding: 0 1em;
    background: url(interbox-mitte.png) repeat-y top right;
    margin-right: 2px;
}
div.interbox-oben, div.interbox-unten {
    height: 13px;
    width: 484px;
    background: url(interbox-enden.png) no-repeat;
    margin-left: 246px;
}
div.interbox-oben {
    margin-top: 1em;
}
div.interbox-unten {
    background-position: 0 -13px;
    margin-bottom: 1em;
}
div.interbox h2 {
    margin-top: 0;
}
div.interbox p {
    margin-bottom: 0;
}

a {
    color: #ec6519;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

strong {
    font-weight: bold;
}
img.rechts {
    float: right;
    clear: right;
    margin-left: 20px;
    margin-bottom: 10px;
}
p.img {
    padding-bottom: 2em;
}

p.quote {
    color: #ec6519;
    font-style: italic;
    text-align: left !important;
}
p.quelle {
    color: #888;
    font-size: 80%;
}

/* IE 7 */
*:first-child+html h1 {
    padding-top: 139px;
}
*:first-child+html div.box h1 {
    padding-top: 0;
}
*:first-child+html div.content {
    padding-top: 0;
    border-top: 1px solid #fff;
}

/* IE 6 */
* html #flashcontent {
    display: none;
}
* html div.abrunden div.ecke {
    display: none;
}
* html div.content p.randnotiz {
    position: relative;
}
* html h1 {
    margin-top: -53px;
}
* html div.content {
    padding-top: 0;
}
* html div.content p {
    width: 480px;
}
* html div.deko {
    display: none;
}
* html div.interbox {
    background: none;
}
* html div.interbox-oben, * html div.interbox-unten {
    background: none;
}


