/* Standard-Style-Definitionen

/* Verweise */
a          
{ 
  text-decoration: none;
}

a:link     { color: #000000; }
a:visited  { color: #000000; }
a:hover    { color: #e10000; }
a:focus    { color: #e10000; }

a.nav:link    { color:#000000; font-weight: bold; }
a.nav:visited { color:#000000; font-weight: bold; }
a.nav:active  { color:#e10000; font-weight: bold; }
a.nav:hover   { color:#e10000; font-weight: bold; }

a.act:link    { color:#e10000; font-weight: bold; }
a.act:visited { color:#e10000; font-weight: bold; }
a.act:active  { color:#e10000; font-weight: bold; }
a.act:hover   { color:#e10000; font-weight: bold; }

a.nav1:link    { color:#000000; }
a.nav1:visited { color:#000000; }
a.nav1:active  { color:#e10000; }
a.nav1:hover   { color:#e10000; }

a.act1:link    { color:#e10000; }
a.act1:visited { color:#e10000; }
a.act1:active  { color:#e10000; }
a.act1:hover   { color:#e10000; }

.ul1 
{
	list-style: none;
	margin: 10;
	padding: 0;
}

.ul2
{
	list-style: none;
	margin-left: 20;
	padding: 0;
}

p { margin: 10; }

/* Allgemeine Tags */
body, p, table, tr, td
{
	font-family: Times New Roman;
	font-size:15px;
	line-height:17px;
	font-style:italic;
}

body
{
	margin:0px;
	background-color: #4b0000;
	background-image:url(images/verlauf2.jpg);
	background-repeat:repeat-x;
}


/* Style Klassen */


.div1 	 
{
	height: 600px;
	width: 825px;
	
	position: absolute;
	top: 50%;
	margin-top: -300px;
    left: 50%;
	margin-left: -412px;
	
	background-color:#FFFFFF;

	border:3px solid #000000;    
}
 
.div2
{
	height: 75px;
	width: 825px;
	
	position: absolute;
	
	border-bottom:3px solid #000000;
}		

.div3	 
{
	height: 522px;
	width: 160px;
	
	position: absolute;
	top:78px;
	left:10px;

	border-right:2px solid #e10000;  
}		

.div4
{
	height: 520px;
	width: 650px;

	position: absolute;
	top:78px;
	left: 172px;

/*	border:1px solid #00FF00;  */
	
	overflow:auto;
}		
	

/* Ueberschriften */
h1
{
  color:#0076BD; 
  font-size: 36px;
  text-decoration:none;
  margin-top:5px;
}

h2
{
  color:#0076BD; 
  font-size: 24px;
  text-decoration:none;
  margin-bottom:0px;
  margin-top:5px;
}



/* Attribute
color: #000000;
font-size: 24px;
font-family: Lucida Sans Unicode, Arial;
font-style: italic;
text-align: center;
text-decoration:none;
font-weight: bold;
*/
