/*
#        ++++++++++++++++++++
#        +  StyleSheet SPI  +
#        ++++++++++++++++++++
#
#  Letzte Bearbeitung: 15. Juli 2014
*/


body
{
font-family: Arial, Verdana, Bitstream Vera Sans, sans serif;
}

h1
{
font-size: 200%;
margin-left: 200px;
width: 500px;
padding: 5px;
}

h2
{
font-size: 150%;
margin-left: 200px;
width: 500px;
padding: 5px;
}

h3
{
font-size: 100%;
margin-left: 200px;
width: 500px;
padding: 5px;
}

h4
{
font-weight: normal;
font-style: italic;
font-size: 100%;
margin-left: 200px;
width: 500px;
padding: 5px;
}

p
{
font-size: 100%;
margin-left: 200px;
width: 500px;
padding: 5px;
}

p.signatur
  {
  font-style: italic;
  text-align: right;
  }

p.hint
{
background-color: #FFC;
font-size: 90%;
}

li
{
font-size: 100%;
margin-left: 200px; /* 150px */
width: 450px;	/* 500px */
padding: 5px;
}

caption	{
	font-family: Bitstream Vera Sans, Arial, sans serif;
	font-weight: bold;
	}
tr	{vertical-align: top;}
th 	{font-size: 90%;}
td 	{font-size: 90%;}
td.code	{font-family: Courier;
	 vertical-align: top;
         background-color: #CC6;}

dl
{
width: 500px;
margin-left: 200px;
}

dt
{
background-color: #CCC;
font-weight: bold;
padding: 5px;
}

dd
{
padding: 5px;
}

code
{
font-family: Courier;
font-size: 80%;
background-color:#CCC;
}

.kurs_zuordnung
{
margin-left: 200px;
width: 500px;
padding: 5px;
/*
min-height: 3em;
*/
}

.angabe
{
position: absolute;
left: 320px;
width: 380px;
}

.fach
{
background-color: #6C3;
font-weight: bold;
}


.kopf_fusz
{
font-size: 90%;
margin-left: 200px;
width: 500px;
}

.bearb
{
text-align: center;
font-size: 90%;
font-style: italic;
}

.link_erz
{
background-color: #FC3;
margin-left: 200px;
width: 500px;
}

.link_erz a
{
color: #309;
font-weight: bold;
}

.link_erz a:hover
{
background-color: #FFF;
}

.link_erz a span
{
display: none;
}

.link_erz a:hover span
{
color: #309;
background-color: #FFF;
display: block;
font-weight: normal;
}


/* Bild (Logo) */

.logo_re
{
float: right;
position: absolute;	/* relative */
margin-left: 720px;
border: 0px;
}


/*
#  Ende der CSS-Datei
*/
