/*
Verwendete Farben:
	body		#000 (Schrift)
				#fff (Hintergrund)
	attention	#0092ad (Rahmen)
				#f5f5f5 (Hintergrund)
				#f7f7f7 (Huntergrund attention sub)
Verwendete Schriften:
	body		Georgia
	geisel		Georgia; Courier, Times
	diamant		Geneva (sehe keinen Unterschied zu Arial)
*/


* {margin:0; padding: 0;}

body {
	color: #000; background-color: #fff;
	background-image: url(../images/bg_4.gif);
	background-repeat: repeat-x;
	font-size: 100.01%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#navigation {
	position: absolute;
	top: 183px;
	left: 75px;
	width: 180px;
	visibility: visible;

}

#inhalt {
	padding: 175px 10% 30px 350px; 
	/* position: absolute;
	top: 150px;
	right: 10%;
	left: 350px;
	background-color: #fff;
	padding: 5px 10px; */
}

#inhalt h1 {
	font-size: 185%;
	color: #000;
	margin-bottom: 1.2em;
}

#inhalt h2 {
	font-size: 165%;
	font-weight: bold;
	color: #000;
	margin-bottom: 1.0em;
}
#inhalt h3 {
	margin-bottom: 0.7em;
}
#inhalt p {
	line-height: 140%;
	font-weight: normal;
	color: #000;
	margin-bottom: 1.5em;
}
#inhalt ul {
	font-size: 95%;
	line-height: 125%;
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: 1.5em;
}
#inhalt ol {
	font-size: 95%;
	line-height: 125%;
	list-style-position: outside;
	margin-bottom: 1.5em;
}
#inhalt li {
	margin-bottom: 0.8em;
}

.attention {
	padding: 0.2em 0.4em;
	border: 3px solid #0092ad;
	background-color: #f5f5f5;
}
.attention_sub {
	padding: 0.1em 0.4em;
	font-size: 0.95em;
	border: 1px solid #0092ad;
	background-color: #f7f7f7;
	margin: 0em 0.8em;
}
.fussnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	line-height: 0.9em;
}
.beispiele {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0em 2.2em;
	margin: -1.0em 0em;
}
.farbe_rot {
	color: #f00;
}

/* Layout für "Diamanten sind unvergänglich" + "Ohne Anwendung ..." */
#diamant {
	width: 525px;
	font-family: Arial, Helvetica, sans-serif;
}
#diamant p {
	margin: 0.7em 0;
	font-size: 1.1em;
}
#diamant h2 {
	font-size: 2.5em;
	text-align: center;
}
/* Ende Layout "Diamanten/Ohne Anwendung ..." */

/* Layout für "Die perfekte Geisel" */
#geisel p {
	margin: 0.8em 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
      /* "Courier New", Courier, mono; */
	font-size: 1.2em;
}
#geisel h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 34pt;
	text-decoration: overline;
}
/* Ende Layout "Seine perfekte Geisel" */

/* Layout "Nachtwache" */
#nachtwache h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 34pt;
}
#nachtwache p {
	margin: 0.8em 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	letter-spacing: -0.02em;
	word-spacing: -0.1em;
}



/* Layout für "Die Gewalt der Gerade" */
#sc02 {
	width: 500px;
}
#sc02 p {
	margin: 0.85em 0em;
	font-size: 1.1em;
}
#sc02 h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 35px;
	font-weight: 700;
	text-decoration: underline overline;
	text-align: center;
	word-spacing: -0.2em;
	
}
.compcour {
	font-family: "Courier New", Courier, mono;
	font-size: 0.9em;
	text-align: center;
}
.compcour2 {
	font-family: "Courier New", Courier, mono;
	font-size: 0.8em;
	font-style: normal;
	text-align: right;
	word-spacing: -0.1em;
}
.compcour3 {
	font-family: "Courier New", Courier, mono;
	font-size: 0.9em;
	font-style: normal;
	text-align: left;
	word-spacing: -0.1em;
	letter-spacing: -0.1em;
}
.news {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-align: center;
}
/* Ende des Layouts für "Die Gewalt der Gerade" */

