
	@import url(main_raster.css);
	#header_normal,
	#header_druck,
	#text_navihelp,


	.button_ansicht{
		border: 0px;
		background-color: white;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

	#seitentitel{
		background-color: white;
		border: 0px solid black; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.2em; 
		line-height: 1.3em; 
		font-weight: bold; 
		margin-bottom: 6px;
		margin-top: 6px;
		padding-bottom: 0.5em;
		padding-top: 0.5em;
	}



	.titel-links {
		color: black;
		float: left;
		padding-left: 35px;
		width: 175px;  /* ( 210 - 35 ) Menu-Breite */  
	}

	.titel-rechts {
		color: black;
		float: center; 
		text-align: center;
	}



	img {
		height: 1px;
		overflow:hidden;
		visibility: hidden;	
	
	
	}
	
	#header_text{
		height: 80px;
		border-bottom: 1px solid #cccccc;
	
	}
	
	#kopfleiste{
		background-color: white;
		border-top: 1px solid gray; 
		border-bottom: 1px solid gray; 
		top: 50px;
	}
	
	#menue{
		border-right: 1px solid #cccccc;
	
	}

	body {
/*
		background: #CECDD5;
		background-image:url(../pics/ame-bg.jpg);
*/
		margin-top: 0px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000000;

		font-size: 0.8em;
		font-weight: normal;
	}

	h1{
		font-size: 1.8em;
	}
	h2{
		font-size: 1.6em;
	}

	h3{
		font-size: 1.4em;
	}

	h4{
		font-size: 1.2em;
	}

	h5{
		font-size: 1.0em;
	}
	h6{
		font-size: 0.8em;
	}


	a {
		color: blue;
	} 
	

	a:link {
		color: blue;
		
	}

	a:visited {
		color: blue;
	} 

	a:hover {
		color: red;
	} 

	a:active {
		color:black;
	} 


	.foto_box_rand {
		float: right; 
		width: 142px;
		padding: 0;
		border: solid white 1px; 
		margin: 0;
		border-left: 2px solid white;
	}

	.rechtespalte {
		float: right; 
		width: 19.5em;
		padding: 0;
		border: solid black 0px; 
		margin-top: 2em;
		margin-left: 1em;
	}	
	
	
