﻿
body {
	background-color: #E1DBD4;
	background-image:url('../skulpturen/background.jpg');
	background-repeat:repeat-x;
	margin:auto 0px;
}

a:hover {
	text-decoration:none;
}

img {
	border-top-color:#38312B;
	border-top-style: dotted;
	border-top-width:3px;
	border-bottom-color:#38312B;
	border-bottom-style: dotted;
	border-bottom-width:3px;
	border-left:0px;
	border-right:0px;
}

.copyright a {
	
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	color:black;
}


/* Positionierte Elemente*/

#h1 {
	width:400px; 
	height:50px; 
	position:relative; 
	top: -50px; 
	left:-50px; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 48px;
	color: #CB6633;
	font-weight: bold;
	z-index:1;
}

#h2 {
	width:200px; 
	height:50px; 
	position:relative; 
	top: 15px; 
	left:-270px; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 32px;
	color: #CB6633;
}
	
#h3 {
	width:300px; 
	height:50px; 
	position:relative; 
	top: -85px; 
	left:210px; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 32px;
	color: #CB6633;
}
	
#table {
	width:800px;
	position:relative; 
	top: -40px; 
	left:85px; 
	text-align:center;
}

/* Navigationsformatvorlagen*/

#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	width:180px;
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
	text-align:center;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 7px;
	padding: 6px;
	border: 0px;
	background-color: #CB6633;
}
#navigation a:hover {
	text-decoration: none;
	color: #CB6633;
	background-color: #FFFFFF;

	
	
	
	
	

