/* Global Styles */

body {
	margin: 0px;
	margin-left:auto;
	margin-right:auto;
	width: 1004px;
	background: url(../images/nav/bg.png);
	background-repeat: repeat-y;
	background-color: #000000;
}

table {
	background-color: #eeeeee;
}

td {
	font: 12px arial;
	color: #111111;
}
	
a {
	color: #990000;
	text-decoration: underline;
	font-weight:bold;
	}
	
a:hover {
	color: #cc0000;
	text-decoration: none;
	}
	
/* ID Styles */

#navigation a {
	font: 12px arial;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .1em;
	line-height: 16px;
	display: block;
	padding-left: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-top: 8px;
	border: 2pt solid #00461f;
	border-right-width: 0px; 
	border-left-width: 0px;
	margin-right: 0px;
	}
	
#navigation a:hover {
	color: #FFFF00;
	background-image:url(../images/nav/nav_hover.jpg);
	letter-spacing: .1em;	
	background-color: #000000;
	border: 2pt solid #000000;
	border-right-width: 0px; 
	border-left-width: 0px;
	margin-right: 0px;	 
	}
	
#navigation {
	background-color: #00461f;
}

#navigationActive {
	font: 12px arial;
	color: #FFFF00;
	height: inherit;
	font-weight: bold;
	letter-spacing: .1em;	
	text-decoration: none;
	background-image:url(../images/nav/nav_active.jpg);
	background-color: #0000a7;
	border: 2pt solid #000000;
	border-right-width: 0px; 
	border-left-width: 0px;
	padding-bottom: 0px;
	padding-bottom: 8px !important;
	padding-top: 0px;
	padding-top: 8px !important;
	padding-left: 8px;
	margin-right: 0px;	
}

#navigationSub a {
	font: 10px arial;
	color: #ffffff;
	letter-spacing: .1em;	
	font-weight: bold;
	text-decoration: none;
	border: 1pt solid #00461f;
	border-right-width: 0px; 
	border-left-width: 0px;
}
	
#navigationSub a:hover {
	color: #FFFF00;
	letter-spacing: .1em;
	background-image:url(../images/nav/nav_sub_hover.jpg);	
	background-color: #0000a7;
	border: 1pt solid #000000;
	border-right-width: 0px; 
	border-left-width: 0px; 
}

#navigationSubActive {
	font: 10px arial;
	color: #FFFF00;
	background-color: #0000a7;
	background-image:url(../images/nav/nav_sub_hover.jpg);
	font-weight: bold;
	letter-spacing: .1em;	
	text-decoration: none;
	border: 1pt solid #000000;
	border-right-width: 0px; 
	border-left-width: 0px;
	padding-left: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-top: 8px;
}

#news {
	background-color: #777777;
}

#padding {
	padding: 20px 5px 20px 5px;
	}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:11px arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}

#calheader td {
	font-weight:bold;
	}
	
#logo {
	font: 18px arial;
	color: #000033;
	line-height: 24px;
	letter-spacing: .4em;
}

#content {
 width: 555px;
 height: auto;
 background-image: url('../images/box_content.jpg');
 background-repeat: repeat-y;
}

#content_top {
 height: auto;
 background-image: url('../images/box_top.jpg');
 background-repeat: no-repeat;
 padding: 10px 10px 10px 10px;
}

#content_bottom {
 width: 555px;
 height: 10px;
 background-image: url('../images/box_bottom.jpg');
 background-repeat: no-repeat;
}

#headings {
	background-color: #d3dee6;
	border: 2px solid black;
}

/* Class Styles */

.logo {
	font: 22px times new roman;
	color: #0E177C;
	letter-spacing: .3em;
	font-weight: bold;
	line-height: 30px;
	vertical-align: middle;
	}

.tagline {
	font: 11px times new roman;
	color: #CC3300;
	letter-spacing: .2em;
}

.special {
	width: 340px;
	border: 2px solid red;
	padding: 5px;
}

.smallText {
	font: Arial, Helvetica, sans-serif;
	color: #CC3300;
	line-height: 18px;
}

.datum {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC3300;
	line-height: 18px;
}

.pageHeader {
	font:30px times new roman;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:38px;
}
	
.bodyText {
	font: 12px arial;
	color: #000000;
	line-height: 24px;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px times new roman;
	color: #003399;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}

.contentTitle{
	font: 22px arial;
	color: #000033;
	line-height: 28px;
	letter-spacing: .1em;
}

.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.welde {
	color: #FFFF33;
}

.besucher {
	color: #CCCCCC;
}

.smallFont {font-size: 11px}
