
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    color: #000;
    background: #FFF;
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4 {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	margin: .5em 0;
}

h1 { font-size: 12px; }
h2 { font-size: 12px; }
h3 { font-size: 12px; }
h4 { font-size: 12px; }

p { padding: 0 0 1em; }

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

a img, img {
    border: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
        margin: 0;
    padding: 0;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}

#seite {
    position: absolute;
    left: 110px;
    top: 40px;
}

#header {
background: #F2EEBF;
height: 80px;
width: 715px;
margin-left: 135px;
margin-bottom: 3px;
}

#content {
background: #FFF url(images/back_all.jpg) top right repeat-y;
width: 850px;
overflow: hidden;
}

#inner {
background: transparent url(images/dot.gif) top left repeat-x;
width: 850px;
padding-top: 20px;
height: auto !important;
height: 324px;
min-height: 324px;
}

#outer {
background: transparent url(../../images/bg_bilder.jpg) top right no-repeat;
width: 850px;
}

h1 {
background: #FFF url(images/dot.gif) top left repeat-x;
width: 850px;
padding-top: 20px;
padding-bottom: 30px;
}


a.logo {
width: 110px;
height: 35px;
position: absolute;
top: 40px;
left: 0px;
background: url(images/logo.gif) top left no-repeat;
}

a.logo span{
position: absolute;
top: -2342px;
left: -1234px;
}

div.einrueck {
margin-left: 160px;
}

table {
width: 100%;
}

table td {
background: url(images/tabledot.gif) bottom left repeat-x;
padding: 15px 0px 15px 0px;
}

#inner ul {
margin-left: 10px;
}

#inner ul li {
margin-left: 10px;
list-style: disc;
padding-left: 10px;
}

/* menu */

#header ul li {
float: left;
}

#header ul li a{
padding: 2px 10px 2px 10px;
background: transparent;
font-weight: normal;
display: block;
margin-top: 8px;
}

#header ul li a:hover, #header ul li.active a{
background: #DCD27E;
}

#header ul {
margin-left: 40px;
} 

/* uebersicht */

div.uebersicht {
background: transparent url(images/dot.gif) top left repeat-x;
width: 850px;
padding: 25px 0px 20px 0px;
}

div.first {
background: transparent;
padding: 0px 0px 20px 0px;
}

div.uebersicht div{
width: 560px;
}

/* formular */

div.formular {
width: 566px;
padding-bottom: 20px;
}

div.formular label {
float: left;
width: 110px;
font-size: 12px;
}

div.formular input {
color: #000000;
border-left: 1px solid #DCD27E;
border-right: 1px solid #DCD27E;
border-top: 1px solid #DCD27E;
border-bottom: 1px solid #DCD27E;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #FFFFFF;
width: 450px;
}

div.formular textarea {
	color: #000000;
	border-left: 1px solid #DCD27E;
	border-right: 1px solid #DCD27E;
	border-top: 1px solid #DCD27E;
	border-bottom: 1px solid #DCD27E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	width: 450px;
	height: 65px;
}

div.formular input.submit {
	width: 100px;
	float: right;
	display: inline;
	margin-right: 4px;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}
