/* css-Datei zum Quelltext der Projektpräsentationen */
/* Standardelemente */
/* Alle Elemente ohne Ränder */
* {
	margin: 0;
	padding: 0;
		
}
h1{
	font-family: verdana, arial;
	font-size: 1.3em;
        color: #FF0000;
}
h2{
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 1.0em;
}
h4{
	font-family: verdana,arial;
	font-size: 0.8em;
}
h3{
	font-family: verdana,arial;
	font-size:	1.0em;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #000000;
}

/*Divs: */
#container {
	width: 1080px;		/*feste Breite */
	background-color: #FF3300;
	font-family: verdana, arial, sans-serif;
	border: 2px #999999 solid;
	margin: 20px auto;		/*Rand oben/unten  rechts/links*/
; clip:  rect(   )

}
#kopf {
	padding-top: 10px;
	background-color: #FF3300;
	height: 100px;
	background-image: url(../Bilder/norwegen.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 5% 10%;
	font: 18pt Verdana, color; color: #FF3300: #0000FF, align: center;
	font-weight: bold;
	; clip: rect(   );
}

#navi {
	background-color: #FF3300;
	padding-left: 0px;
	list-style-type: none;
	font-size: 9pt;
	width: 175px;
	float: left;			/*Navigationsbereich links ausrichten*/
; color: #FF3300
; border-color: #FF0000 #FF0000 black black; border-top-width: thin
}
#rechts{
	background-color: #ffff99;
	padding-left: 0px;
	font-size: 0.8em;
	width: 100px;
}
#text {
	margin-left: 175px;		/*linker Rand des Textbereiches */
	border-left: 2px black solid;
	font-size: 12px;
	width:780px; 
	background-color:#ffffff;
	padding-left: 10px;		/*Abstand zum linken Rand des Containers*/
; clip:  rect(   )
}





/* Linkliste umformatieren */

#navi a {
	margin-bottom: 0.8em;
	display: block;
	width: 120px;
	height: 25px;
	font-weight: bold;
	list-style-type: none;
	background-color: #FFFF33;
	padding: 0; color: #FF0000; border: medium #999999 solid.em;
	padding-top: 3px;
	border: 5px solid silver;
	text-decoration: none; /*keine Unterstreichung */
}

#navi a:hover {
	margin-bottom: 0.8em;
	display: block;
	width: 120px;
	height: 25px;
	font-weight: bold;
	list-style-type: none;
	background-color: #c0c0c0;
	padding: 0; color: #FF0000; border: medium #999999 solid.em;
	padding-top: 3px;
	border: 5px solid silver;
	text-decoration: none; /*keine Unterstreichung */
}

/* Hyperlinkdarstellung */
a:link{
	color:#008000;
}
a:visited{
	color:#000099;
}
a:hover{
	color:#6699cc;
}
a:active, a:focus{
	color:#ffff99;
	background-color: #ffffff;
}

/* Tabellen */
table {
	caption-side:top;
	font-family: Arial, Verdana, sans-serif;
	border-collapse: collapse;  /*kein Zwischenraum zwischen Tabellenrahmen*/
}
td{
	border: 0px solid #000;
	font-size: 9pt;
	padding: 0.5em;
	
}
th{
	border: 0px solid #000;
	font-size: 12pt;
	padding: 0.5em;
	color:#CC0000;
}
.zitat {
	font-size: 8pt;
	color:#660033;

}
.rot {
	font-size: 8pt;
	font-weight: bold;
	color:#FF0000;
	
}
.schwarz {
	font-size: 8pt;
	font-weight: bold;
	color:#000000;
}

.blau {
	font-size: 8pt;
	font-weight: bold;
	color:#0066FF;
}
.blauoben {
	font-size: 1.1em;
	color:#0066FF;
}
.oben {
	font-size: 8pt;

}
td{
		font-size: 10pt;
		a:link{
		color:#ff3300;
		}
		a:visited{
		color:#ffff99;
		}
		a:hover{
		color:#0066ff;
		}
		a:active, a:focus{
		color:#993366;
		background-color: #ffffff;
		}
}
table.links {
	caption-side:top;
	border-collapse: collapse;  /*kein Zwischenraum zwischen Tabellenrahmen*/
; border-color: #FF00FF black black
}
table.links th {
	border: 0px solid #000;
	color:#000000;
	font-size: 11pt;
	text-align: left;
	padding-left: 0.1em;
	
}
table.links td {
	color:#008000;
	font-size: 9pt;
	padding-left: 1.5em;
		a:link{
		color:#ff3300;
		}
		a:visited{
		color:#FF6699;
		}
		a:hover{
		color:#990000;
; background-color: #999999
		}
		a:active, a:focus{
		color:#993366;
		background-color: #ffffff;
		}
}


