/* cfront.css */

/* stzid-webpage mit (x)html und css start 06, letzte änderung 07.04.06 */
/* STW-Logo im bg */


body		 {
font-size: 11px; font-family: Futura Lt BT,Arial; color: #006600;
background-image: url(SteinbeisLogo.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top left;
background-color: white;
}

.gross		{
font-size: 34px;
}

h1		{
font-size: 32px; font-family: Futura Lt, Arial; color: #003399
}
h2		{
font-size: 22px; font-family: Futura, Arial; color: #003399
}
h3		{
font-size: 20px; font-family: Futura Lt, Arial; color: #003399
}
h4		{
font-size: 12px; font-family: Futura Lt BT, Arial; color: 
}
h5		{
font-size: 10px; font-family: Futura Lt BT, Arial; color: #003399
}
h6		{
font-size: 10px; font-family: Futura Lt, Arial; color: #003399; 
border-style: solid; border-width: 1px
}




a:link		{
color: #003399; text-decoration: none;
}
a:visited	{
color: purple; text-decoration: none;
}
a:active		{
color: green; text-decoration: none;
}
a:hover		{
color: green; text-decoration: none;




