﻿@charset "utf-8";

body {
	background-color: #666666;		
	font-family: Geneva, Verdana, Tahoma, Arial, sans-serif;
	color: #660000;
	margin: 0 auto;		
}

#kopfbereich {
	margin: 0 auto;
	background-image: url(../bilder/grauverlauf2.png);
	background-repeat: repeat-y;
	width:1200px;
	height:2000px;
	}

#hauptnavigation a{
	text-decoration:none;
	color: #660000;
}
	
#hauptnavigation p{  
	font-size: 35px;
	font-weight: bold;
	text-shadow: 2px 2px #999999;
	margin: 0 ;
	padding: 30px 0 0 0 ;
	}
	
#tablet{
	position:auto;
	width: 1340px;
	margin-top: 20px ;
	position: center;	
		}	
	
#linie {
	width: 1200px;
	padding-bottom: 15px;
	border-bottom: 2px solid #660000;
	margin: 0 auto;	
	}

#hauptnavigation li{    
	font-size: 15px;
	float: right;
	margin: -10px 10px 0px 0 ;
	padding: 0em 0em 45px 74px ;
	list-style: none ;	
	}
		
img:hover{
	color: #660000;
	box-shadow: 1px 1px 1px 1px ;
	}
	
#hauptnavigation a:hover{
	color: #fff;
	}

		


	