* {
	padding: 0;
	margin: 0;
	color: #00F;
	background-repeat: no-repeat;
} 

body {
	margin:0;
	padding: 0;
	color: #000;
	line-height: 20px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	background-color: #FEFFC1;
}

img {border: none;}
a{ color: #173D7F; text-decoration: none; }
a:hover {  color: #000; }

#content {
	width: 970px;
	padding:10px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #000;
	background-color: #FEFFC1;
}

#header {
	height: 170px;
	background-color: #FEFFC1;
	background-repeat: no-repeat;
}
#header h1 {
	font-size: 22px;
	letter-spacing: -1px;
	padding: 15px 0 0 10px;
	color: #1614F1;
}
#header h1 a { 
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #ccc;
}
#header h2 {
	font-size: 16px;
	color: #00F;
	padding: 0 0 0 10px;
	font-weight: bold;
}

#navigation {
	height: 39px;
	line-height: 30px;
	background-color: #FEFFC1;
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#navigation li {
float:left;
list-style-type:none;
border-right:1px solid #444;
}
#navigation li a {
display:block;
padding:0 20px;
text-decoration:none;
color: #fff;
letter-spacing:1px;
}
#navigation li a:hover {
background: #333 url(images/menuover.gif) repeat-x;
color:#fff;
text-decoration:none;
}

.left {
	float: left;
	width: 150px;
	padding: 10px;
}
.left h2 {
margin-top: 10px;
font: bold 12px Verdana, 'Trebuchet MS', Sans-serif;
padding: 5px 0 5px 5px; 	
border-bottom: 1px dotted #999;
}
.left ul  {
color: #999;
text-align: left;
margin: 3px 0 8px 0; 
padding-left: 20px;
text-decoration: none;	
list-style-type:square;	
}
.left ul li {
padding: 2px 0 2px 0px;
margin: 0 2px;	
}
.left ul a {
font-weight: 600;
color: #173D7F;
}
.left ul a:hover { color : #333; }

.right {
	float: right;
	width: 900px;
	padding: 10px;
	margin-right: 20px;
}
.right h2 {
padding: 2px 0 5px 0px; 
font: bold 14px Verdana, 'Trebuchet MS', Sans-serif;
color: #444;	
border-bottom: 1px dotted #999;
margin-bottom: 5px;
margin-top: 10px;
}

#footer {
	color: #000;
	margin-top:19px;
	height: 35px;
	line-height: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DCDF90;
	background-image: url(/Images/Fuss.jpg);
	background-position: center center;
}
#footer a {
	color: #009;
	text-decoration: none;
}
#footer  a:hover {
	color: #009;
}

