/* Hunde CSS Document */

body{
        padding:0px;
        margin-top: 3px; margin-left: 0px; margin-right: 0px; margin-bottom: 3px;
        background-color: #F0FFF0;
        font-size:16px;
        font-family: Arial, sans-serif;
        font-weight: 500;
		color:#000000
}

/* Überschriften */

/* Design H1-Tag */
h1 {
        color: #009900; font-size: 24px; font-family: Arial, sans-serif; font-weight: 900; text-decoration: underline;
        margin: 9px;
}

/* Design H2-Tag */
h2 {
        color: #006600; font-size: 17px; font-family: Arial, sans-serif; font-weight: 700; text-decoration: underline; margin: 0px;
}
a.h2 {
        color: #006600; font-size: 17px; font-family: Arial, sans-serif; font-weight: 700; text-decoration: underline; margin: 0px;
}

/* Design H3-Tag */
h3 {
        color: #009900; font-size: 17px; font-family: Arial, sans-serif; font-weight: 800;
		margin: 0px;
}

/* Design H4-Tag */
h4 {
        color: #333333; font-size: 12px; font-family: Arial, sans-serif; font-weight: 600;
}

/* links */

a:link { 
 color: #0000ff; 
 font-size: 12px; 
 font-weight: normal; 
 text-decoration: underline; 
}

a:visited { 
 color: #191970; 
 font-size: 12px; 
 font-weight: normal; 
 text-decoration: underline; 
}

a:active { 
 color: #191970; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:hover { 
 color: #191970; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: none; 
}

.links  {
        padding:5px;
        margin-top: 3px; margin-left: 0px; margin-right: 0px; margin-bottom: 3px;
        background-color: #FFFFCC;
        font-size:12px;
        font-family: Arial, sans-serif;
        font-weight: 300;
		color:#000000
}

.text a {
        color:#0000ff;
        font-size:16px;
        font-family: Arial, sans-serif;
        font-weight: 600;
		text-decoration: underline;
}

.unten  {
        font-size:12px;
        font-family: Arial, sans-serif;
        font-weight: 300;
		color:#000000
}

a.unten:link {
        color:#0000ff;
        font-family: Arial; font-size: 11px;
		font-weight: 300;
}



