/* COMMON */


	body {
		margin:	0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		/* fuer Opera */
		padding: 0px;
		/* EOF: fuer Opera */	
		background-color:#FFFFFF;
	}
		
	img {
		border: none;
	}
	
		
	form {
		margin: 0px;
	}
		
	fieldset {
		border: none; 
		margin: 0px;
		padding: 0px;
	}
		
	legend {
		display: none;
	}
	
	a {
		color: #006DB5;
	}
	
	hr {
		 color: #001E57; 
		 height: 1px; 
	}
	#breadcrumb {
		color: #006DB5;
		margin-top: 4px;
		margin-bottom: 4px;
	}
	
	.breadcrumbArrow {
		background-image: url(../img/pfeil_b.gif);
		background-repeat:no-repeat;
		margin: 0em 0.4em 0em 0.4em;
		padding: 0em;
		width: 1em;
	}
	
	.searchStar {
		background-image:url(../img/stern.gif);
		background-repeat:no-repeat;
		width: 1em;
		margin: 0em 0.1em 0em 0.1em;
		padding: 0em;
		background-position: 0em 0.3em;
	}
	
	.inline {
		display: inline;	
	}
	
	.bold {
		font-weight: bold;
	}
	
	.both {
		clear: both;
	}
	
	.left {
		float:left;
	}
	
	.distanceSuche {
		margin: 5px 0px 10px 0px;
	}
	
	#formSuche {
		margin: 10px 0px 14px 0px; 
		padding: 10px 0px 10px 13px;
	}
	.datum {
		margin: 6px 0px 6px 0px;
		padding: 6px 0px 6px 0px;
		font-weight: bold;
	}

/* Footer */
	div#footer {
		width:			100%;
		background-color: #006DB5;
		color: #FFFFFF;
		font-size: 0.65em;
		top: -20px;
		position: relative;
		height: 25px;               
	}
	
	div#footerInner {
		line-height: 25px;
		width: 91.0em;
		position:absolute; 
		left:20px; 
		background-color: #006DB5;
	}
	
	div#footer a {
		color: #FFFFFF;
		text-decoration:none;
	}
	
	div#footer a:hover {
		text-decoration:underline;
	
	}
	
	#footerSlogan {
		 letter-spacing: 0.3em;
		 font-weight: bold;
	}
	
	.pipe {
		margin-left: 8px;
		margin-right: 8px;
		background-image:url(../img/pipe.gif);
		background-repeat: no-repeat;
		background-position:center;
	}
	.social {
		margin-top: 3px;
                position:absolute;
		 
		
	}
	* html .social {
		margin-top: -6px;
                position:absolute;
		 
		
	}
	* + html .social {
		margin-top: -6px;
                position:absolute;
		 
		
	}
/* EOF: Footer */
	
	
	.mehr {
		background-image: 			url(../img/pfeil_mehr.gif);
		background-repeat:no-repeat;
	}
	.weniger {
		background-image: 			url(../img/pfeil_b_back.gif);
		background-repeat:no-repeat;
	}
	
	
/* Optische Hilfen */ 
	.invisibleItem { 
		/* instead of 'display:none;' because of some screenreaders */ 
		position: absolute; left: -2000px; 
	}
	
	.dontShow {
		display: none;
	}
/* EOF: Optische Hilfen */	
	
	
	/* zum testen */
	div#border {
		border: solid 1px #ff0000;
	}
	
	.sucheBegriff, .sucheTreffer {
		color: #001E57;
		font-weight: bold;
	}
	
	
	.alignRight {
		text-align: right;
	}
	

/* EOF: COMMON */
