body {
  	font-size: 12px;
  	line-height: 18px;
  	font-family: Arial, sans-serif, Helvetica, Tahoma, Verdana;
  	color: #36393b; 
  	letter-spacing: normal;
}

h2 .printout, 
h3 .printout,
.clear-printout {
    display: none;
}

a {
    color: #616465;
    text-decoration: none;
}

a:hover, .topics-right ul li a.active {
    color: #0084c8;
}

a.txt {
    color: #616465;
    text-decoration: none;
    background: url('/layout/de/images/dotted_link.gif') left bottom repeat-x;
}

a.txt:hover {
    color: #0084c8;
    background: url('/layout/de/images/dotted.gif') left bottom repeat-x;
}

a.pdf {
    color: #616465;
    padding-left: 23px;
    background: url('/de/images/btn_pdf_passive.gif') left 1px no-repeat;
}
a.pdf:hover {
    color: #0084c8;
    padding-left: 23px;
    background: url('/de/images/btn_pdf_active.gif') left 1px no-repeat;
}

a.extern {
    display: block;
    background: url('/de/images/btn_link_extern_passive.gif') right 50% no-repeat;
}

a.extern:hover {
    background: url('/de/images/btn_link_extern_active.gif') right 50% no-repeat;
}

#sm-level-1 a, #sm-level-1 a:hover{
    color: #616465;
    font-size: 1em;
}

h1 {
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: 400;
    color: #0084c8; /*#002d5c;*/
    margin-bottom: 1em;
    padding: 0;
}

h2 {
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 400;
    color: #0084c8;
    margin: 20px 0px 20px 0px;
    padding: 0;
    /*background-color: #ff00ff;*/
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, p:first-child,
#box0 h3:first-child, #box1 h3:first-child, #box2 h3:first-child, #box3 h3:first-child, 
#box4 h3:first-child, #box5 h3:first-child, #box6 h3:first-child, #box7 h3:first-child, 
#box8 h3:first-child, #box9 h3:first-child, #box10 h3:first-child {
    margin-top: 0px;
    /*background-color: #eef0a0;*/
}

h3 {
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
    font-size: 1.25em;
    line-height: 1.4em;
    font-weight: 400;
    color: #0084c8;
    margin: 20px 0px 25px 0px;
    /*background-color: #ff00ff;*/
}

.hl-mt {
    margin-top: 30px;
}
.hl-mb {
    margin: 0 0 30px 0;
}

.overview h4 {
    width: 400px;
}

h4, h4 a {
    font-size: 14px;
    color: #0084c8;
    display:block;
    margin-bottom: 15px;
}

h4 {
    padding-left: 18px;
    background: url('/de/images/icon-line-blue.gif') 0 7px no-repeat;
}

h4 a:hover {
    color: #002d5c;
}

ul.list-topics li h2 {
    font-size: 1.12em;
    color: #8f8989;
}

.topics-right ul li p {
    color: #616465;
}

p {
    margin-bottom: 20px;
}

.row p {
    margin-bottom: 15px;
}

.lightblue {
    font-weight: 300;
    font-size: 1.1em;
    color: #0084c8;
}

p.date, .date {
    font-size: 11px;
    padding-left: 18px;
    margin-bottom: 8px;
    color: #969090;
}

p.date-article, .date-article {
    position: absolute; 
    margin: 8px 0 0 30px;
    font-size: 12px;
    color: #969090;
}

.small {
    font-size: 11px;
    color: #969090;
}

pre {
    margin: 20px 0 30px 20px;   
    font-size: xx-small; 
    font-family: Monaco, 'Andale Mono', 'Lucida Console', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;
    line-height: 1.6em;
}

/* icons */

p.form-success {
    height: 50px;
    width: 340px;
    padding-left: 60px;
    padding-top: 5px;
    background: url('/de/images/icon_haken_kreis.gif') left 0 no-repeat;
}
