body {
    padding: 0;
    margin: 0;
    color: #000000;
    background-color: #ffffff;
    font-size: 12pt;
    line-height: 100%;
	margin-top:1.3em;
}

body, input, select, h1, h2, h3, h4, h5, h6, optgroup {
    font-family: Arial, sans-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;
}

h5,
h6 {
      font-weight: normal;
}

h6 {
      font-style: italic;
}

p {
    margin: 0 0 1.5em 0;
}

img {
    border: 0;
}
div#content img.ohnerahmen {
    border: 0;
	margin: 5px 5px 5px 5px;
}

a {
    color:  #800000;
    text-decoration: underline;
}

a:visited {
    color: #ffb502;
}

abbr,
acronym {
    font-style: normal;
    border: none;
}

abbr:after,
acronym:after {
    content: " [" attr(title) "]";
    font-size: 0.75em;
}

em,
strong {
    font-weight: bold;
    font-style: normal;
}

#content address {
    margin-bottom: 2em;
    padding: 0.5em 1em;
    font-style: normal;
}

blockquote {
    font-size: 0.85em;
    font-variant: small-caps;
    font-style: normal;   
    margin-bottom: 0.5em;
    margin-left: 0;
}

q,
cite {
  font-style: italic;
}

q:before {
    content: "";
}

q:after {
    content: "";
}

/* Unordered list, Ordered list ... */
ul,
ol {
    padding: 0;
    margin: 0;
    margin-left: 20px;
}

ol {     
   margin-left: 20px;
}


/* Tabellen */ 
table {    
	width: 100%;
	border-spacing: 3px;
    border: 1px solid #303030;   
    border-collapse: collapse;
	font-size: 9pt;
    line-height: 100%;
}


table th,
table td { 
   
    padding: 3px;
	margin:0;
    border-top: 1px solid #303030;
    background-color: #ffffff;
    text-align: left;
	vertical-align: top;
}
 
table th {
    background-color: #FFFFFF;
    font-weight: bold;
	 
}


table tr.odd td{
    background-color: #FFFFFF;
    
}

.rightalign {
    text-align: right !important;
}

div#content img {
 margin: 5px 5px 5px 5px;
 border: 1px solid #303030;
}
/**
 * ----------------------------------------------------------------------------
 * Layout
 *
 */

/* logo... */
div#sitelogo {
    width: 303px;
	float:left;
	padding-right: 20px;
}


p#skiplinks {
    display: none;
}

div#headerblock{
	height:110px;
}

/* header... */
div#header {
display:none;   
}

div#headerimage {

}

/* mainnav... */
div#linke_spalte {
   display: none;
}

div.top {
    display: none;
}

/* nav... */
div#navblock {
    display: none;
}

div#topnavbox {
    display: none;
}

/* content... */
div#content {
    line-height: 1.3em;
}

div#content hr.minwidth {
    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 p,
div#content ul,
div#content ol,
div#content form,
div.contentsection,
div.contentsection p,
div.contentsection ul,
div.contentsection ol,
div.contentsection form {
    margin-bottom: 1.7em;
}

div#content h2,
div#content h3,
div.contentsection h2,
div.contentsection h3 {
    margin-bottom: 1em;
}

div#content h4,
div#content h5,
div#content h6,
div.contentsection h4,
div.contentsection h5,
div.contentsection h6 {
    margin-bottom: 0.2em;
}




/* pictures... */
/* pictures... für bildershow*/
div.picgalerie {
	margin-right: 10px;
	margin-bottom: 0.3em;
	margin-top: 0.5em;
	float: left;
	overflow: hidden;
}

/* Opera code */
div.picgalerie > a:first-child {
    display: block;
}

div.picgalerie {
    width: 150px; /* includes 1px border-left/-right */
}

div.picgalerie .picannotation {
    padding-top: 0.3em;
	padding-left: 5px;	
}

img.pictureZoom {
    margin-left: 5px;
    float: right;
    display: block;
    border-width: 0 !important;
}

.annotation {
    font-size: 0.75em;
    line-height: 1.2em;
}

/* .linklist multiple class */
.external a:after {
    content: " [" attr(href) "]";
    font-size: 0.75em;
    line-height: 1.1em;
}


div.divider {
    height: 1pt;
    margin: 1em 0;
    clear: left;
}

img.iconlink {
    margin: 0 4px 0 1px !important;
    float: none !important;
}

div#linie{
display:none;
}

/* Forms */
div.formLabel {
    width: 12em;
    float: left;
}

div.formLabel,
div.formElem,
div.formElemLarge {
    margin-bottom: 1ex;
}

div.formElemLarge label {
    display: block;
    margin-bottom: 3px;
}

div.formElem input,
div.formElem textarea {
    width: 15em;
}

div.formElem input.fourletters,
div.formElem textarea.fourletters {
    width: 6ex;
}

div.formElemLarge input,
div.formElemLarge textarea {
    width: 99%;
}

div.formElem .noborder,
div.formElemLarge .noborder {
    width: auto;
    border: 0;
}

/* search results */
p.pager {
}

p.pager a {
    font-weight: bold;
}

div.formElem input.bigger {
    width: 70%;
}



/**
 * ----------------------------------------------------------------------------
 * Helper
 *
 */
 
 .hide {
    display: none;
}

.clearer {
    height: 0px;
    clear: both;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}

.white {
    color: #ffffff;
}