html {
height:           100%;
margin:           0;
padding:          0;
font-size: 16px;
}

body {
height:           100%; /* damit der linke border bis nach ganz unten geht */
font:             "Lucida Grande", Verdana, Lucida,  Helvetica, Arial, sans-serif;
font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans serif;
background-color: White;
color:            Black;
margin:           0;
padding:          0;
}

table {
    font-size: 100%;
}


a, a:hover {
    text-decoration: underline;
    color: #054295;
    background-color: transparent;
}

img {
    border: none;
/*    vertical-align: middle;*/
}
p {
    font:   Verdana, Lucida,  Helvetica, Arial, sans-serif;
    margin: 0.5em 0em 1em 0em;
    line-height: 1.5em;
}
p a {
    text-decoration: underline;
}
p a:visited {
    color: Purple;
    background-color: transparent;
}
p a:active {
    color: Red;
    background-color: transparent;
}
p img {
    border: 0;
    margin: 0;
}

hr {
    height: 1px;
    color: #C7CDDD;
    background-color: transparent;
}


h1, h2, h3, h4, h5, h6 {
    color: Black;
    background-color: transparent;
    font-family: Arial;
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    padding-top: 0.5em;
    /*text-shadow: #999999 0.2em 0.2em 3px;*/
}

/*
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: Black ! important; 
}
*/

h1 {
    font-size: 155%;
    color: #054295;
}

h2 {
    font-size: 140%;
    color: #054295;
}

h3 {
    font-size: 120%;
    border-bottom: none;
    font-weight: bold;
    color: #054295;
}

h4 {
    font-size: 112%;
    border-bottom: none;
    font-weight: bold;
    color: #054295;
}

h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h6 {
    font-size: 95%;
    border-bottom: none;
    font-weight: bold;
}


ul { 
    line-height: 1.5em;
    list-style-type: square;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
    /*list-style-image: url(http://schuleundgesundheit.hessen.de/bullet.gif);*/
}

ol {
    line-height: 1.5em;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
}
ul a, ol a {
    text-decoration: underline;
}
li {
    margin-bottom: 1em;
    align: center;
}

dt {
    font-weight: bold;    
}
dt a {
    text-decoration: underline;
}

dd {
    line-height: 1.5em;
    margin-bottom: 1em;
}
dd a {
    text-decoration: underline;
}

dd.link a {
    text-decoration: none;
    color: Black;
}

fieldset {
    border: 1px solid #C7CDDD;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
    width: auto;
}
legend {
    background: White;
    padding: 0.5em;
    font-size: 90%;
}

form {
    border: none;
    margin: 0;
}
textarea {
    font: 110% "Courier New", Courier, monospace; 
    border: 1px solid #C7CDDD;  
    color: Black;
    background-color: white;
    width: 100%;
}
input {
    font-family: "Lucida Grande", Verdana, Lucida,  Helvetica, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #C7CDDD;  
    color: Black;
    background-color: white;
    vertical-align: middle;
}
select {
    border: 1px solid #C7CDDD;  
    color: Black;
    vertical-align: top;
}
abbr, acronym, .explain {
    border-bottom: 1px dotted Black;
    color: Black;
    background-color: transparent;
    cursor: help;
}
q {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}
/*
blockquote {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}
*/
code {
    font-size: 120%;
    color: Black;
    background-color: #dee7ec;
    border: 1px dashed #C7CDDD;
    padding: 0 0.1em;
}
pre {
    font-size: 140%;
    padding: 1em;
    border: 1px dashed #C7CDDD;
    color: Black;
    background-color: #dee7ec;
    overflow: auto;
}
.pre a {
    text-decoration: underline;
}

ins {
    color: green;
    text-decoration: none;
}

del {
    color: red;
    text-decoration: line-through;
}

.netscape4 {
    display: none;
}


