/* ### common */
body {
    background: #fff;
    font-size: 10pt;
    font-family: Helvetica, Verdana, Arial, sans-serif;
}

img, a img {
    border: none;
}

#nachoben,
#print,
#hinweis,
#header #logo,
#header #search,
#header #nav1,
#header #nav2,
.noprint,
.no,
#leftcont,
#rightcont,
#content .zoom {
    display: none !important;
}

dl dt {
    font-weight: bold;
}

.number {
    color: #555;
    text-align: right !important;
    white-space: nowrap;
}

.center {
    text-align: center;
}

table {
    margin: 10px auto;
    position: relative;
}

th, td {
    border-bottom: 1px solid #bbb;
    padding: 2px 7px 6px 7px;
    vertical-align: middle;
    text-align: left;
}

th {
    text-align: center;
}

caption, th {
    font-weight: bold;
    border-bottom: 1px solid #bbb;
}



/* ### headings */
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
    font-family: Helvetica, Verdana, Arial, sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
#mandant a {
    color: #000;
    text-decoration: none;
    margin-top: 1em;
}
h1,
#mandant {
    font-size: 150%;
}
#content h1 {
    font-size: 140%;
}
h2 {
    font-size: 130%;
}
h3 {
    font-size: 120%;
}
h4 {
    font-size: 110%;
}
h5 {
    font-size: 105%;
}
h6 {
    font-size: 100%;
}

#mandant {
    display:block;
}



/* ### content */
#content {
    float: none !important;
    padding-top: 1em;
    border-top: 1px dashed #ccc;
}

#content .beitrag {
    position: relative;
    line-height: 1.8em;
}

#content .beitrag p {
    text-align: justify;
}

#content .beitrag a:link, #content .beitrag a:visited {
    font-weight: bold;
    text-decoration: underline;
}

#content .beitrag a:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
}

/* img: common */
.beitrag .articleimgdiv,
.beitrag span.centerimg ,
.beitrag span.links,
.beitrag span.rechts,
.beitrag span.frei,
.beitrag span.noborder,
.beitrag span.greyborder {
    display: block;
    color: #666;
    text-align: left;
    font-size: 9pt;
}

/* img: left */
#content .articleimgdiv,
#content span.links,
#content span.greyborder,
#content span.noborder {
    float: left;
    margin: 3px 10px 2px 0;
    width: 150px;
}

/* img: center */
#content span.centerimg {
    width: 100% !important;
    margin-left: auto !important;
    text-align: center;
}
#content span.centerimg img {
    margin: 0 auto;
}

/* img: right */
#content span.rechts, {
    float: right;
    margin: 3px 0 2px 10px;
    width: 150px;
}


/* img: description */
#content span.centerimg img,
#content .articleimgdiv a {
    display: block;
}

/* img: url */
#content .articleimgdiv a:after,
#content span.centerimg a:after,
#content span.links a:after,
#content span.rechts a:after,
#content span.frei a:after,
#content span.noborder a:after,
#content span.greyborder a:after {
    content: "";
}

#content  a.copyrigth_image,
#content  a.copyrigth_image:visited,
#content  a.copyrigth_image:hover{
		color: #666;
		text-decoration:none;
		font-weight: normal;
}


/* ### change_date */
#change_date {
    color: #555;
    margin-top: 1em;
}



/* ### author && copyright */
#author, #copyright {
    margin-top: 1em;
    padding: 5px 0;
    border-top: 1px dashed #ccc;
}



/* ### footer */
#footer {
    display: block;
    padding-top: 1em;
    text-align: center;
}