/* Global Styles */


body {
	margin:0px;
	background-color:14285f;
	font: 14px arial;
	color: #DDFFFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
}
	
table {
	border-color:#FF6600;
	border-style:solid;
}

td {
	font:12px arial;
	border-color:#000000;
	border-bottom-color:#000000;
	border-left-color:#000000;
	border-right-color:#000000;
	border-top-color:#000000;
	
}
	
th {
	background-color:#6699CC;
	color:#000000;
	border-color:#FF6600;
	border-bottom-color:#FF6600;
	border-right-color:#FF6600;
	text-align: center
	
}
		
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #FFCC66;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}
	
h1 {
	font:22px georgia;
	color: #FF6600;
 	line-height:20px; 
	letter-spacing:.1em;
	
}

h2 {
	font:16px georgia;
	color: #FF6600;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
}
	
/* Layoutelemente */


#navigation a {
	font:12px georgia;
	color:#FFCC66;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}

.whiteborder {
	border-left-color:#FF6600;
	border-left-style:solid;
	border-left-width:1px;
}

#logo {
	font:18px georgia;
	color: #FF6600;
	line-height:24px;
	letter-spacing:.4em;
	}

#tagline {
	font:12px georgia;
	color: #FF6600;
	line-height:18px;
	letter-spacing:.4em;
	}


/* Individuelle Elemente */
	
.detailText {
	font:12px arial;
	
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#99CCFF;
	}
	

.pictureSubtitle {
	font-size:11px;
	color: #DDFFFF;
}

.dataTable {
	border-spacing: 2px;
	color: #000000;
	background-color: #FFFFBB;
}

.dataTable a {
	color:#000000;
}

.dataTable TD {
	color: #000000;
}