/*****************************************/
/* Stylesheet-Datei für das MDK-Intrant  */
/* SIMAJA OHG - Lüneburg - www.simaja.de */
/* ------------------------------------- */
/* Stylesheet Global - Printausgabe      */
/* --------------------------------------*/
/* Developer: Udo Baldewein              */
/*****************************************/
html {
    background-color:#FFF;
}
body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
/* Basisbereich formatieren */
#base {
    width:100%;


}
/* Headerbereich und Logos formatieren */
#header {
    height:109px;


}
.banner {
    position:relative;
    top:24px;
    left:4px;
    display:none;
}
.claim {
    text-align:right;
}
/* Die waagerechte Navigation formatieren */
#nav_waage {
    height:36px;
    border:solid 1px #999;
    background-color:#D7D7D7;
    margin-bottom:18px;
    text-align:right;
    display:none;
}
/* Formatierung der normalen Links */
a:link, a:visited {
    font-weight:bold;
    color:#434343;
    text-decoration:none;
}
a:hover {
    color:#2D4D97;
}

/* Die waagerechten Links formatieren */    
a.waage_off, a.waage_on {
    font: bold 14px Arial, Helvetica, sans-serif;
    text-decoration:none;
    padding:7px;
    line-height:36px;
}
a.waage_off:link, a.waage_off:visited {
    color:#434343;
}
a.waage_off:hover {
    color:#2D4D97;
}
a.waage_on:link, a.waage_on:visited {
    color:#2D4D97;
}
a.waage_on:hover {
    color:#434343;
}

/* Die linke Navigation formatieren */
#nav_left {
    width:190px;
    float:left;
    border-top:solid 1px #999;
    display:none;
}
.left {
    height:30px;
    border-bottom:solid 1px #999;
    border-left:solid 1px #999;
    border-right:solid 1px #999;
}
.left1 {
    height:20px;
    border-bottom:solid 1px #999;
    border-left:solid 1px #999;
    border-right:solid 1px #999;
}

/* Die rechte Spalte formatieren */
#nav_right{
    width:190px;
    float:right;
    border:solid 1px #999;
    padding-top:2px;
    color:#414141;
    display: none;
}
#nav_right form {
    padding:0;
    margin:8px;
}
#nav_right .input1 {
    margin:4px 0px; 
    font-family:arial;
    color:#333; 
    width:140px;
}
#nav_right .input2 {
    margin:4px 0px; 
    font-family:arial; 
    font-size:12px; 
    font-weight:bold;
}
#nav_right .input3 {
    font-family:arial; 
    font-size:12px; 
    font-weight:bold; 
    width:146px;
}
.abstand {
    padding: 0px 8px;
}

/* Den Content-Bereich formatieren */
#content {
    margin-left:0px;
    margin-right:0px;
}
#content h1 {
    font-size:14px;
    line-height:30px;
    padding:0;
    margin:0;
}
#content .headline {
    border-top:solid 1px #999;
    border-bottom:solid 2px #999;
    height:30px;
}
.newsend {
    border-top:solid 1px #999;
    margin:4px 0px;
}
#content p img {
    float:left;
    margin-right:8px;
}
h1 {
    font-size:14px;
    line-height:30px;
    padding:0;
    margin:0;
}
.headline {
    border-top:solid 1px #999;
    border-bottom:solid 2px #999;
    height:30px;
}

/* Formatierung des Footers */

#footer {
    clear:both;
    position:relative;
    top:10px;
    height:47px;
    border:solid 1px #999;
    display:none;
}
#footer img {
    position:relative;
    top:6px;
    left:4px;
    margin-bottom:20px;    
}
/* Formatierung des Autorenbereiches */
.range {
    float:left; 
    background-color:#D7D7D7; 
    width:176px;
}
.date {
    float:right; 
    background-color:#D7D7D7; 
    width:176px;
}
.author {
    margin-left:180px;
    margin-right:180px;  
    background-color:#D7D7D7;
}
.keywords {
    clear:both;  
    background-color:#D7D7D7; 
    margin-top:4px;
    display:none;
} 


/* Formatierung der RedDot Hilfstexte */
.reddot {
    font-family: arial;
    font-weight: bold;
    font-size: 11px;
    color:#C00;
}
