/* Stylesheet fuer SCGN.de */

/* fuer eine blau hinterlegte Tabelle im <table> Tag <table id="tabelleblau"> notieren */
/* fuer ein am rechten Rand platziertes Bild im <img> Tag <img src="img/bildname.jpg" id="bildrechts" /> notieren */

body { /* Legt die grundsaetzlichen Einstellungen fest */
	margin:0px;
	padding:0px;
	height: 100%;
	width: 100%;
	font:11px/20px verdana, arial, helvetica, sans-serif;
	color:#666; /* Schriftfarbe dunkelgrau */
	background-color:#ccc; /* allgemeine Hintergrundfarbe hellgrau */
	}
p { 
	margin:0px 0px 16px 0px;
	padding:0px;
	}
	
/* Header Styles ANFANG */
#Header {
	font-size: 11px;
	margin:0px;
	padding: 40px 0px 0px 228px;
	height:92px; /* Header ist insgesamt 132px hoch - 40 px padding oben + 92px Inhalthoehe */
	background-image: url(img/korsar08_header.jpg);
	background-repeat: no-repeat;
	color: #E3E9F1;
	background-color:#3576C8;
	letter-spacing: 0.4em; 
	}
#Header h1 {
	margin: 0px;
	padding: 0px 5px 5px 0px;
	color: #E3E9F1;
	font-size: 37px;
	font-weight:normal;
	letter-spacing:0em; 
	}
	
/* Inhalt Styles ANFANG */
#Content {
	margin:50px 50px 50px 218px;
	padding:10px;
	}
#Content h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #3576C8;
	font-size: 19px;
	font-weight: normal;
	}
#Content>p {
	margin:0px 0px 15px 0px;
	}
#Content #tabelleblau { 
	color: #fff;
	}
#Content #tabelleblau tr th {
	background-color: #3576C8;
	padding: 5px;
	}
#Content #tabelleblau tr td {
	background-color: #3576C8;
	padding: 5px;
	}
#Content #tabelleblau tr td a {
	color: #D5EDB3;
	}
#Content #bildrechts { 
	float: right;
	margin:10px;
	}
	
/* Navigationstyles ANFANG */
#Menu {
	color: #3576C8;
	position:absolute;
	top:158px; /* 20px Luft vom Header - Header ist 132px hoch */
	left:2px;
	width:178px;
	padding:0px;
	margin:0px;
	text-align: right;
	}
/* freundlich zum Opera 5 Browser sein */
body>#Menu {width:178px;}
#Menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#Menu li {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
	}
#Menu li a {
	display: block;
	padding: 5px 10px 5px 0px; 
	background-color: #3576C8;
	color: #fff;
	text-decoration: none;
	width: 168px;
	font-weight:bold;
	}
html>body #Menu li a {
	width: auto;
	}
#Menu li a:hover {
	background-color: #D5EDB3;
	color: #3576C8;
	}
