/* homepage ursula heinenberg CSS Document */
/*hintergrund blau kleine links*/

body{
        padding:0px;
        margin-top: 3px; margin-left: 10px; margin-right: 10px; margin-bottom: 3px;
        background-color: #EEF2F9;
        font-size:16px;
        font-family: Arial, sans-serif;
        font-weight: 500;
		color:#374572
}

/* Überschriften */

/* Design H1-Tag */
h1 {
        color: #374572; font-size: 36px; font-family: Arial, sans-serif; font-weight: 900;
        margin: 9px;
}

/* Design H2-Tag */
h2 {
        color: #374572; font-size: 24px; font-family: Arial, sans-serif; font-weight: 700;
        margin: 0px;
}

/* Design H3-Tag */
h3 {
        color: #374572; font-size: 18px; font-family: Arial, sans-serif; font-weight: 600;
}

/* Design H4-Tag */
h4 {
        color: #374572; font-size: 16px; font-family: Arial, sans-serif; font-weight: 600;
}

/* Design H1-Tag */
h5 {
        color: #374572; font-size: 12px; font-family: Arial, sans-serif; font-weight: 700;
        margin: 9px;
}

h6 {
        color: #374572; font-size: 18px; font-family: Arial, sans-serif; font-weight: 700; font-style: italic;
        margin: 9px;
}

/* links*/

a:link { 
 color: #000099; 
 font-weight: normal; 
 text-decoration: underline; 
}

a:visited { 
 color: #990099; 
 font-weight: normal; 
 text-decoration: underline; 
}

a:active { 
 color: #000099; 
 font-weight: normal; 
 text-decoration: underline; 
}

a:hover { 
 color: #000099; 
 font-weight: bold; 
 text-decoration: none; 
}
#css_imageloader{
position:absolute;
top:0;
left:0;
height:0;
width:0;
overflow:hidden;
display:none;)
}
#css_imageloader img{
position:absolute;
top:0;
left:0;
height:0;
width:0;
overflow:hidden;
}

