body
	{
		background-image		: url(images/background.png);
		margin 					: 0px 0px 0px 0px;
		padding 				: 0px 0px 0px 0px;
		background-color 		: #5174F8;	
	}
	
.header
	{
		background-image		: url(images/header_bg.png);
		position 				: absolute; top:0px; left:0px; height:78px; width:100%;
	}

.headercontent
	{
		background-image		: url(images/header.png);
		position 				: absolute; top:0px; left:0px; height:78px; width:800px;
	}

.tablett
	{
		background-image 		: url(images/tablett.png);
		position 				: absolute; top:78px; left:0px; height:197px; width:800px;
	}

.hometext
	{
		font-family 			: Verdana;
		font-size 				: 12px;
		font-color 				: #000000;
		width 					: 300px;
		height 					: 112px;
		position 				: absolute; left:191px; top:140px;
		line-height 			: 16px;
	}
	
.menuhome
	{
		width					: 130px;
		height					: 17px;
		position 				: absolute; left:0px; top:140px; z-index:0;
	}
	
.menuleistungen
	{
		width					: 130px;
		height					: 16px;
		position 				: absolute; left:0px; top:164px; z-index:0;
	}
	
.menuanfahrt
	{
		width					: 130px;
		height					: 16px;
		position 				: absolute; left:0px; top:188px; z-index:0;
	}	

.menukontakt
	{
		width					: 130px;
		height					: 16px;
		position 				: absolute; left:0px; top:212px; z-index:0;
	}

.menuimpressum
	{
		width					: 130px;
		height					: 16px;
		position 				: absolute; left:0px; top:236px; z-index:0;
	}
	
	
.box
	{
		background-image 		: url(images/box_bg.png);
		position 				: absolute; left:160px; top:300px; width:608px; 
	}
	
.boxtext
	{
		font-family 			: Verdana;
		font-size 				: 12px;
		line-height 			: 16px;
		margin-left 			: 20px;
		margin-right 			: 20px;
	}
	
.boxtextbig
	{
		font-family 			: Verdana;
		font-size 				: 16px;
		margin-left 			: 20px;
		margin-right 			: 20px;
	}
	
.bild
	{
		background-image		: url(images/container.jpg);
		margin-left 			: 2px;
		height					: 270px;
		width					: 604px;
	}

.ueberschrift
	{
		font-family	 			: Verdana;
		font-size 				: 16px;
		margin-right 			: 20px;
		margin-left 			: 20px;
		font-weight 			: 200;		
	}


.inhalt
	{
		font-family	 			: Verdana;
		font-size 				: 12px;
		line-height 			: 16px;
		width 					: 560px;
		margin-right 			: 20px;
		margin-left	 			: 20px;
	}

.datum
	{
		font-family 			: Verdana;
		font-size 				: 12px;
		text-align 				: right;
		margin-right 			: 20px;
	}
	
.kontaktform
	{
		font-family	 			: Verdana;
		font-size 				: 12px;
		width 					: 560px;
		height 					: 30px;
		background 				: #fff;
		border 					: #393939 1px solid;
		padding 				: 5px;
		margin-left 			: 20px;
		margin-top				: 5px;
	}
	
	.kontaktform2
		{
			font-family	 			: Verdana;
			font-size 				: 12px;
			width 					: 560px;
			height 					: 30px;
			background 				: #fff;
			border 					: #393939 1px solid;
			padding 				: 2px;
			margin-left 			: 20px;
			height 					: 300px;
		}
		
		.text2
			{
				font-family	 			: Verdana;
				font-size 				: 12px;
				width 					: 560px;
				height 					: 30px;
				background 				: #fff;
				margin-left  			: 20px;
				padding-bottom 			: 5px;
			}
	
		.submit
			{
				margin-top				: 10px;
				margin-left 			: 20px;
			}
	
.info
	{
		font-family 			: Verdana;
		font-size 				: 10px;
		color 					: red;
		margin-right 			: 10px;
	}
	
.spongednet
	{
		font-family 			: Verdana;
		font-size 				: 10px;
		color 					  : #777777;
		margin-right 			: 10px;
	}
	
a:link { font-weight:normal; color:#777777; text-decoration:none; }
a:visited { font-weight:normal; color:#555555; text-decoration:none; }
a:focus { font-weight:normal; color:#777777; text-decoration:underline; }
a:hover { font-weight:normal; color:#777777; text-decoration:underline; }
a:active { font-weight:normal; color:#121212; text-decoration:underline; }
