/*  Formatierung von HTML-Elemten  */


body, h1, h2, h3, h4, p, a, div, pre, th, td
	{
		font-family:Verdana,Arial,Helvetica,sans-serif;
	}

body
	{
		padding-bottom:50px;
	}

img
	{
		border-style:none;
		border-width:0;
	}


h1
	{
		font-size:18pt;
		margin-bottom:0px;		
	}
	
h2
	{
		font-size:13.5pt;
		margin-bottom:3px;
		margin-top:35px;
	}

h3
	{
		font-size:11pt;
		margin-top:40px;
		margin-bottom:3px;
	}


h4
	{
		font-size:9.5pt;
		margin-top:25px;
		margin-bottom:2px;
	}


p
	{
		font-size:9pt;
		margin-bottom:4px;		
	}


table
	{
		margin-top:20px;
		margin-bottom:50px;
	}
	
th, td
	{
		font-size:9pt;
		text-align:left;
		vertical-align:top;
		padding:8px;
		
		border-bottom-style:solid;
		border-bottom-width:1px;
		border-bottom-color:#C0C0C0;
	}

th
	{
		font-size:10pt;
		font-weight:bold;
		
		background-color:#ECECEC;
		
		border-top-style:solid;
		border-top-width:2px;
		border-top-color:#000000;

		border-bottom-style:solid;
		border-bottom-width:2px;
		border-bottom-color:#000000;				
	}
	

a
	{
		text-decoration: none;
	}

a:link, a:visited, a:active
	{
		color: #AF0202;
	}

a:hover
	{
		color: #FF6600;
	}





ul
	{
		list-style-image:none;
		margin-top:3px;
		margin-bottom:6px;
	}
	

li
	{
		font-size:9pt;
		margin-bottom:2px;
		padding:3px;
	}


small
	{
	font-size:8pt;
	line-height: 120%;
	}



em
	{
		font-style:italic;
	}



strong
	{
		font-weight:bold;
	}




/*  Klassendefinitionen */

.ohne_abstand_oben
	{
		margin-top:0px;
	}

.boxrechts
	{
		width:100%;
		
		padding:10px;
		
		background-color:#F2F2F2;
		border: 1px solid #000000;
		
		margin-bottom:15px;	
	
	}

.boxtitel
	{
		font-size:10pt;
		font-weight:bold;
		margin-bottom:6px;
	}


.spalte1
	{
		font-weight:bold;
	}



.fliesstext
	{
		line-height:17px;
	}




/* Definition von id-Elementen  */



#mainframe
	{
		position:absolute;
		top:40px;
		left:155px;
		margin:0px;
		width:720px;
	}





#top
	{
		position:absolute;
		top:0px;
		left:175px;
		width:500px;
	}

		#logo
			{
				position:absolute;
				top:4px;
				left:115px;
			}
		
		#bild
			{
				position:absolute;
				top:4px;
				left:0px;
				border-style:solid;
				border-width:1px;
			}


		
		#titel
			{
				margin-top:0px;
				margin-bottom:5px;
			}
		
		
		#subtitel
			{
				font-size:10pt;
				margin-top:0px;
				margin-bottom:0px;
			}



	
#content
	{
		position:absolute;
		top:110px;
		left:0px;
		width:480px;
		margin-bottom:50px;
	}
	

	
#streifenrechts
	{
		position:absolute;
		top:110px;
		left:510px;
		width:220px;
		margin-bottom:50px;
	}
	
	


#technologie
	{
		margin-top:50px;
		width: 100%;
		text-align:right;
	}