body {
    padding: 0;
    margin: 0;
    color: #000000;
    background-color: #ffffff;
    font-size: 12pt;
    line-height: 100%;
}

body, input, select, h1, h2, h3, h4, h5, h6, optgroup {
    font-family: "Times New Roman", serif;
}

form {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-size: 1em;
    line-height: 1.2em;
}

h1 a {
    color: #000000 !important;
}

h1 {
    font-size: 1.3em;
}

h2 {
      font-size: 1.1em;
}
h3 {
      font-size: 0.9em;
}

h5,
h6 {
      font-weight: normal;
}

h6 {
      font-style: italic;
}

p {
    margin: 0 0 0 0;
}

img {
    border: 0;
}

div#content img  {
    border: 1px solid #b99f8b;
	margin: 0.5em 0.5em 0.5em 0.5em;
}

div#marginal img  {
    border: 1px solid #b99f8b;
	margin: 0.5em 0em 0.5em 0em;
}

div#top img {
    border: 0;
	margin:0;
}


a {
    color:  #7a6351;
    text-decoration: underline;
}

a:visited {
    color: #7a6351;
    text-decoration: underline;
}


strong {
    font-weight: bold;
    font-style: normal;
}


/* Unordered list, Ordered list ... */
ul,
ol {
    padding: 0;
    margin-bottom: 1.3em;;
}

ol {     
   margin-left: 24px;
}


/* Tabellen */ 
table {    
	width: 100%;
	border-spacing: 3px;
    border-bottom: 1px solid #b99f8b;    
    border-left: 1px solid #b99f8b;
    border-right: 1px solid #b99f8b;
    border-collapse: collapse;
	margin-bottom: 1.7em;
}


table th,
table td { 
   color:#000000;
    padding: 3px;
	margin:0;
    border-top: 1px solid #b99f8b;
    background-color: #ffffff;
    text-align: left;
	vertical-align: top;
}
 
table th {
    font-weight: bold;
	font-size: 131%;	 
}


table tr.odd td{
    background-color: #FFFFFF;
    
}

/**
 * ----------------------------------------------------------------------------
 * Layout
 *
 */

/* logo... */
div#sitelogo {
    width: 200px;
}

p#skiplinks {
    display: none;
}

/* header... */
div#header {
    display: none;   
}


/* nav... */
div#navblock {
    display: none;
}

ul#nav {
    display: none;
}

div#topnavbox {
    display: none;
}

div#servicecontainer {
    display: none;
}

div#suche {
    display: none;
}

div#linie {
    display: none;
}
/* content... */
div#content {
    line-height: 1.3em;
}

div#content hr.minwidth {
    display: none;
}

div#top {
    display: none;
}

/* footer... */
div#footerblock div#footertopofpage,
div#footerblock div#footerfunctions,
div#footerblock div#footerdeco,
div#footerblock div#footerdecoleft {
    display: none;
}


/**
 * ----------------------------------------------------------------------------
 * Page elements
 *
 */

/* Content */
div#content h1,
div#content ul,
div#content ol,
div#content form {
    margin-bottom: 0.9em;
}

div#content p,
div#content h2,
div#content h3 {
    margin-bottom: 0.9em;
}


div#content h4,
div#content h5,
div#content h6 {
    margin-bottom: 0.2em;
}




/*sonstiges... */

.annotation {
    font-size: 0.75em;
    line-height: 1.2em;
}


div.divider {
    height: 1pt;
    margin: 0;
    clear: left;
}


/* Forms */
div.formLabel {
    width: 12em;
    float: left;
}

div.formLabel,
div.formElement{
    margin-bottom: 1ex;
}


/**
 * ----------------------------------------------------------------------------
 * Helper
 *
 */
 
 .hide {
    display: none;
}

.clearer {
    height: 0px;
    clear: left;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}

.white {
    color: #ffffff;
}