/* Globals */

body {
	background: #800000;
	margin: 0;
	padding: 0;
	}
	
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #5B0000;
	letter-spacing: 0.07em;
	}	
	
h1 {
	font-family: "Hoefler Text", Georgia;
	color: #3D0000;
	font-size: 34px;
	font-weight: normal;
	text-align: right;
	border-bottom: 1px solid;
	padding: 0 0 5px 0;
	}	
	
/* Layout */

#wrapper {
	background: #FFF;
	}

#header {
	background: #800000 url(images/header_bg.jpg) repeat-x;
	height: 240px;
	padding: 0 0 0 5px;
	}
	
#menu {
	margin: 40px 0 10px 10px;
	min-height: 600px;
	}

#menu a:link {
	color: #3D0000;
	font-family: "Hoefler Text", Georgia;
	font-size: 20px;
	text-decoration: none;
	margin: 0 0 0 15px;
	line-height: 35px;
	font-weight: normal;
	}
	
#menu a:visited {
	color: #3D0000;
	font-family: "Hoefler Text", Georgia;
	font-size: 20px;
	text-decoration: none;
	margin: 0 0 0 15px;
	line-height: 35px;
	font-weight: normal;
	}	

#menu a:hover {
	color: #800000;
	border-bottom: 1px solid #cc6600;
	}	
	
#content {
	min-height: 600px;
	width: 800px;
	padding: 0 0 10px 0;
	}	
		
#content img {
	border: 1px solid #333;
	}
 
#footer {
	background: #800000 url(images/footer_bg.jpg) repeat-x;
	min-height: 70px;
	} 	
	
td a:link {
	font-weight: bold;
	font-size: 18px;
	color: #800000;
	text-decoration: none;
	}	
	
td a:visited {
	font-weight: bold;
	font-size: 18px;
	color: #800000;
	text-decoration: none;
	}	
	
td a:hover {
	font-weight: bold;
	font-size: 18px;
	color: #800000;
	border-bottom: 1px solid #800000;
	}	
		
/* Specials */

.fat {
	font-weight: bold;
	}	
	
.italic {
	font-style: italic;
	}	
	
.ahnen {
	border: 1px solid #8B6339;
	}		
	
.enter {
	position: relative;
	margin-top: 50px;
	}	
