* {
	margin:0;
	padding:0;
}
html {
	overflow:scroll;
}

/* Grund Formatieruntg
-----------------------------------------------------------------------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#333333;
	color:#FFFFFF;
	text-align:center;
}

h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 3px 0 7px 0;
}
h1 {
	font-size:24px;
} 
h2 {
	font-size:20px;
} 
h3 {
	font-size:17px;
} 
h4 {
	font-size:15px;	
}
p {
	padding: 1px 0 1px 0;
}
/* Layout der Seite
-----------------------------------------------------------------------------------------*/
#wrapper {
	width:960px;	
	margin:15px auto;
	border:#CCCCCC solid 1px ;
	text-align:left;
}
#header {
	height:95px;
	width:960px;
	margin-bottom:10px;	
}
#navi {
	width:950px;	/* 	Gesammt breite der Seite 960px 	*/
	height:25px;
	line-height:25px;
	background-color:#000000;
	text-align:right;
	padding-right:10px;
}
#sidebar {
	width:115px;
	float:left;
}

#menu {
	margin-top:0px;
}
#content {
	width:815px; /* 	Gesammt breite  des Content850px 	*/
	background-color:#282828;
	float:left;
	padding:15px 15px;
}
#footer {
	clear:both;	
	width:960px;
	height:15px;
	font-size:10px;	
	text-align:center;
	line-height:7px;
	background-color:#000000;
	padding-top:10px;
}

/* Hauptnavigation der Seite
-----------------------------------------------------------------------------------------*/
#navi a:link,
#navi a:visited,
#navi a:hover,
#navi a:active {
	color:#FF0000;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	padding:0 10px;
}
#navi a:hover {
	color:#990000;
}
#navi a:active {
	text-decoration:underline;
}

/* Bilder /- Nebenavigation der Seite
-----------------------------------------------------------------------------------------*/
#menu a:link,
#menu a:visited,
#menu a:hover,
#menu a:active {
	display:block;
	text-decoration:none;
	padding:2px 5px;
	margin:0 0 1px 1px;
	font-weight:600;
	color:#FFBFBF;
	font-size:0.95em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CAE4FF;
}
#menu a:hover {
	background-color:#EAF4FF;
	color:#000000;
}
#menu a.aktiv {
	background-color:#EAF4FF;
	color:#000000;
	border-left:#F00 solid 2px;
}
/* Hiperlinks im Text
-----------------------------------------------------------------------------------------*/
#content a:link {
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}
#content a:visited {
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}
#content a:hover {
	color:#FF9900;
	font-weight:bold;
	text-decoration:none;
}
#content a:active {
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}

/* Ausrichtung für Bilder und Rahmen bei Verlinkung
-----------------------------------------------------------------------------------------*/
.rechts {
	float:right;
	padding:10px 10px;
}
.links {
	float:left;
	padding:0 15px 20px 5px;
}
p.links span {
	display:block;
}
#content a img {
	border: #FF0000 solid 2px;
}
#content a:hover img {
	border: #FF9900 solid 2px;
}