/* Global Styles */

body {
	margin:0px;
	background-color: #102060;
	margin-top: 0px;
	}
	
th {
	font:36px georgia;
	background-color: #9999FF;
	color: #102060;
	line-height:40px;
	letter-spacing:0.1em;
	}

td {
	color:#CCCCCC;
	font-family: arial;
	font-size: 12px;
	}
	
h1 {
	font:16px georgia;
	color: #CCCC00;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:20px;
	}	
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
li {
	list-style-image: url(images/gePunkt.gif);
	}
	
a {
	color: #9999FF;
	text-decoration:none;
	}
	
a:hover {
	color: #FF99FF;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:12px georgia;
	color: #9999FF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid #102060;
	border-right-width: 0px;
	border-left-width: 0px;
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted #FF99FF;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:18px georgia;
	color: #CCcc00;
	line-height:24px;
	letter-spacing:0.4em;
	}

#tagline {
	font:11px georgia;
	color: #C0e000;
	line-height:18px;
	letter-spacing:0.2em;
	font-style: italic;
	}
	
#dateformat a {
	color:#99CC00;
	font:12px georgia;
	color: #99CCFF;
	letter-spacing:0.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	font:12px arial;
	color:#e0e0e0;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	vertical-align: text-top;
	}
	
.pageName{
	font:22px georgia;
	color: #CCcc00;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.subHeader {
	font:16px georgia;
	color: #e0e066;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:20px;
	}	
	
.sidebarHeader {
	font:14px georgia;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	color: #C0E000;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#CCCCCC;
	}
