/* CSS Document */

* {padding: 0; margin: 0;}
html {height:101%;}

body {
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
line-height: 1.2em;
}



#wrapper:before { 
content: "(Quelle: www.verlag-kramarz.de)";
color: #224477;
margin-top: 24pt; 
margin-bottom: 24pt; 
}



body {
font-family: arial, helvetica, sans-serif;
font-size: 0.8em;
color: #666666;
height: 101%;
}

h1 {
font-size: 110%;
color: #224477;
padding-top: 10px;
padding-bottom: 15px;
font-weight:bold;
}

h2 {
font-size: 100%;
color: #224477;
padding-top: 5px;
padding-bottom: 15px;
}

h3 {
font-size: 100%;
color: #224477;
padding-bottom: 5px;
}

p {
padding-bottom: 10px;
line-height: 1.2em;
}

p.linie {
margin-bottom: 10px;
line-height: 1.17em;
border-bottom: 1px solid #999999;
}

a {
color: #224477;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

table p {
padding-bottom: 0px;
line-height: 1.17em;
}

td {
vertical-align:top;
padding: 5px; 
}

tr {
vertical-align:top;
}


ul {

padding-bottom: 15px;
margin-left: 1em;
}

li {
list-style-type:disc;
list-style-position:outside;
}


#impressum {
display:none;
}

#nav_links {
display:none;
}



/* Textauszeichnungen  */
/* ******************************************* */


.fett {
font-weight: bold;
}

.blau {
color: #224477;
}

.rot {
color: #CC0000;
font-weight:bold;
}



.beige {  background-color: #FFFFCC}
