/* DATEI: medien.css */

body{
background-color: #333333;
}

/* Überschriften, Produkte, Texte*/
h3 {
color : #666666;
margin-bottom : 10px;
font-family : Verdana, Arial, Helvetica;
font-weight : bold;
font-size : large;
line-height : 110%;
text-align : left;
}

.kast {
background-color : #ffffff;
color : #666666;
margin-bottom : 10px;
font-family : Verdana, Arial, Helvetica;
font-weight : bold;
font-size : large;
line-height : 110%;
text-align : left;
}

/* Anmerkungen, kleiner und fett*/
h1 {
margin-top : 0;
font-family : Verdana, Arial, Helvetica;
font-weight : bold;
font-size : smaller;
line-height : normal;
line-height : 120%;
text-align : left;
}

/* Text in den Zellen */
td.text {
margin-top : 0;
margin-right : 0;
margin-bottom : 0;
margin-left : 10px;
font-family : Verdana, Arial, Helvetica;
font-size : medium;
line-height : normal;
text-align : left;
}

/* Darstellung Verweise */
a:link {
text-decoration : none;
}
a:visited {
text-decoration : none;
}
a:active {
text-decoration : none;
}
