/* DATEI: medien.css */

/* Darstellung hintergrund + Scrolleiste */
BODY {
background-color : #FF2400;
}

/* Überschriften, Produkte, Texte*/
h3 {
margin-top : 0;
color : #000000;
font-family : Verdana, Arial, Helvetica;
font-weight : bold;
font-size : smaller;
line-height : normal;
line-height : 120%;
text-align : left;
}

h4 {
margin-top : 0;
color : #000000;
font-family : Verdana, Arial, Helvetica;
font-weight : bold;
font-size : small;
line-height : normal;
line-height : 110%;
text-align : left;
}

/* Anmerkungen, kleiner und fett*/
h5 {
margin-top : 0;
color : #000000;
font-family : Verdana, Arial, Helvetica;
font-weight : bold;
font-size : smaller;
line-height : normal;
line-height : 120%;
text-align : left;
}

/* Anmerkungen, Archiv*/
.inh {
margin-left : 0px;
margin-right : 8px;
margin-top : 0px;
margin-bottom : 0;
color : #000000;
font-family : Verdana, Arial, Helvetica;
font-weight : bold;
font-size : 10px;
line-height : 110%;
text-align : left;
}

/* Darstellung Verweise */
a:link {
text-decoration : none;
}
a:visited {
text-decoration : none;
}
a:active {
text-decoration : none;
}