/* -------------------------------------------------------------------- */
/* style sheets für www.hvb-vertrieb.de, 2009						        */
/* webdesign, realisation and author: julia schulze,  www.ju-mi.com  	*/
/*datum: 14.10.09   */
/* -------------------------------------------------------------------- */

/*----------------------------------------------------------------------------------------------------------------*/

	body {
		margin: 0px;
		padding: 0px;
		background-color: #FFFFFF;
		scroll: auto;
		}
	
	
	
	
/* Allgemien  -------------------------------------- */

	#container {
		position: relative;
		top: 50px;
		width: 814px;
		height: 630px;
		background: url(../bilder/hintergrund.jpg) top no-repeat;
		text-align: left;
		font-family: Tahoma;
		color: #FFFFFF;
		}
		
	
	 #ueberschrift_klein {
		padding: 25px 0px 0px 74px;
		font-size: 12px; 
		color: #666666;
		}
		
		
		a {
		text-decoration: none;
		color: #666666;
		}
		
		a:hover {
		color: #000000;
	 	}
	
	
	
	/* Startseite  -------------------------------------- */
	#ueberschrift   {
		margin: 186px 0px 0px 270px; 
		display: block;
		}
	
	
	#text_baustelle {
		width: 480px;
		height: 112px;
		margin: 54px 0px 0px 270px; 
		font-size: 12px;
		line-height: 18px;
		}
	
	
	#impressum {
		position: absolute; 
		top: 619px;
		left: 74px;
		/*margin: 140px 0px 20px 74px;*/
		font-size: 10px;
		color: #666666;
		}
	
	
	/* Impressum-Seite  -------------------------------------- */

	#text_impressum {
		width: 480px;
		height: 112px;
		margin: 36px 0px 0px 270px; 
		font-size: 12px;
		line-height: 18px;
		}
	

	#dick {	font-weight: bold; }
	
	#zuruck { color: #FFFFFF; }
	
	#zuruck:hover { font-weight: bold; }
	
	