* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
}

body 	{
		text-align: left; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
		}

div 
		{
		text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
		}

html, body 
		{
		height: 100%;
		font-family: Arial;
		font-size: 0.9em;
		}

		
		
a:link, a:visited, a:active, a:hover
		{
		color: #001a4b;
		text-decoration: none;
		border: 0px;
		}		
/* DIV-Boxen */

#rahmen
		{
		position:relative;
		width: 100%;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		}
		
	
#breadcrumb, #logo, #datum, #header, #header-rechts, #quicklinks, #suche, #infoblock, #abschluss, #hauptnavi, #trenner
		{
		display:none;
		}		
		
		
		
		

		
		
#logo-zusatz
		{
		width: 100%;
		float: left;
		padding-top: 0px;
		text-align: right;
		background-image: url(../images/logo.gif);
		background-repeat:no-repeat;
		}	
			
		

#inhalt
		{
		position: absolute;
		left: 10px;
		background: #fbffff;
		width: 90%;
		padding-top: 10px;
		color: #6f6f6f;			
		font-size: 0.9em;
		}
		



h1
		{
		padding: 0px; 
		margin: 0px 0px 10px 0px;
		font-size: 0.9em;
		font-weight: bold;
		line-height: 20px;
		border-bottom: 1px solid #001a4b;
		}
		
h2
		{
		padding: 0px; 
		margin: 0px 0px 10px 0px;
		font-weight: bold;
		font-size: 12px;
		color: #001a4b;
		}
		

		
/*/td
		{
		font-size: 0.9em;
		}		
/*/

		
/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


-->



#sitemap
				{
				list-style-image: url(../images/pfeil.gif);
				margin-left: 20px;
				}

#sitemap li
				{
				padding-bottom: 5px;
				}				
				
#sitemap ul
				{
				list-style-image: url(../images/pfeil.gif);
				margin-left: 20px;
				padding-top: 5px;
				}
				



/*///////TABELLEN OBJEKTE//////////*/

td				{
				font-family: Arial, Verdana, Tahoma, Sans Serif;
				}
				
td a			{
				text-decoration: none;
				color: #A70102;
				}					

#suchtabelle	{
				width: 780px;
				border: 1px solid #AFB2AE;
				}


.tabellen-ueberschrift
				{
				background: #AFB2AE;
				height: 25px;
				vertical-align: middle;
				text-align: left; 
				padding-left:5px; 
				border-bottom: 2px solid #A70102;
				font-weight: bold;
				color: #ffffff;
				}		
				
.suchparameter 
				{
				padding-left:5px; 
				padding-top:10px;
				padding-bottom:10px;
				}						

				
				
#suchergebnisse
				{
				width: 780px;
				}				
				
.ergebnis-bezeichnung
				{
				background: #ADADAD;
				color: #ffffff;
				height: 20px;
				line-height: 20px;
				}		
				
				
.ergebnis-bezeichnung a
				{
				color: #ffffff;
				}		
								
				
.ergebnis-bezeichnung-trenner
				{
				border-top: 1px solid #AFB2AE;
				height: 10px;
				}								
				
				
.ergebnis-bild
				{
				vertical-align: top; 
				height: 100px;
				padding-left: 5px; 
				padding-top: 5px; 
				padding-bottom: 10px;
				}				
				
				
.ergebnis-bild table td
				{
				text-align: center;
				border:1px solid #AFB2AE;
				overflow:hidden;
				width: 132px;
				height: 100px;
				}				
				
.ergebnis-anzeige
				{
				vertical-align: top;
				padding-top: 5px; 
				padding-bottom: 10px;
				}				
				
				
.bildunterschrift						
				{
				border-top:0px solid #FFFFFF;
				border-right:0px solid #FFFFFF;
				border-bottom:0px solid #FFFFFF;
				border-left:0px solid #FFFFFF;
				font-size:9px;
				font-style:italic;
				color:#000000;
				height: 14px;
				width: 266px;
				}		
				
#detail-abschluss	
				{
				height: 15px;
				width: 100%;
				}			


#detail-abschluss a
				{
				text-decoration: none;
				color: #ffffff;
				}							
				
				
a.suchbutton:link, a.suchbutton:visited, a.suchbutton:hover, a.suchbutton:active
				{
				background: #A70102;
				color: #ffffff;
				display: block;
				width: 150px;
				height: 20px;
				line-height: 20px;
				text-align: center;
				}				
