/* Allgemeine Styles */

body {
	margin:0px;
	background-color:#CC6600;

	}


td {
	color:#F7BC5B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
a {
	color: #CC3300;
	}
	
a:hover {
	color: #990000;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #FF9900
	}

#navigation a {
	color: #FFFFFF;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	padding:8px 6px 8px 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#navigation a:hover {
	color:#FF9900;
	font-weight:bold;
	background-image: url(bullet1.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	}
	
	
#navheader {
	font:24px georgia;
	color: #1F2669;
	letter-spacing:.4em;
	padding:10px;
	line-height:30px;
	}
	
#logo 	{
	font:14px Arial, Helvetica, sans-serif;
	color: #FF9900;
	letter-spacing:.5em;
	line-height:30px;
	}

#tagline 	{	
	font:11px Arial, Helvetica, sans-serif;
	color: #FF9900;
	letter-spacing:.2em;
	line-height:14px;
	}
	
#dateformat a:hover {
	color: #690000;
	}

/* Text Styles */
	
.bodyText {
	color:#690000;
	line-height:normal;
	letter-spacing:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #F7BC5B;
	}
	
.pageName{
	color: #690000;
	line-height:24px;
	letter-spacing:0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #690000;
	}
	
.subHeader {
	color: #680000;
	line-height:18px;
	letter-spacing:0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.smallText {
	color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FBF5ED;

}


.subTitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #690000;
}

