/* Grundfarben
Hintergrund: 153-25-25 #991919
dunkler Navi-Streifen: 102-12-12 #660c0c
heller Texthintergrund: 255-255-255 #ffffff
Gold: 255-185-80 #ffb950
*/

body {
	background-color:#991919;
	font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size:10pt;
}

h1 { 
	font-family:Times New Roman,Times,Garamond,serif;
	font-size:20pt;
	font-style:italic;
	color:#333333;
	font-weight:bold;
}

h2 { 
	font-family:Times New Roman,Times,Garamond,serif;
	font-size:12pt;
	color:#333333;
	font-weight:bold;
	letter-spacing: 1px;
	line-height:18pt;
}

h3 { 
	font-family:Times New Roman,Times,Garamond,serif;
	font-size:11pt;
	color:#333333;
	font-weight:bold;
	letter-spacing: 0.6px;
	line-height:15pt;
	margin-top:-6pt;
}

strong {
	color:#660c0c;
}

td {
	font-size:10pt;
}

/* Umschliessender Div-Container */
.outerDiv { 
	width: 780px;
	height:460px;
	position: absolute;
	top:60px;
	left:90px;
	background-color:#ffffff;
	font-size:9pt;
	color:#000000;
}

/* Elemente im Div-Container */ 

#linksoben { 
	position: absolute;
	left: 140px;
	top: 60px;
	width: 250px;
	height: 80px;
}

#linksunten { 
	position: absolute;
	left: 160px;
	top: 130px;
	width: 230px;
	height: 250px;
}

#rechtsoben { 
	position: absolute;
	left: 440px;
	top: 150px;
	width: 300px;
	height: 40px;
	border: solid black 1px;
}

#rechtsunten { 
	position: absolute;
	left: 480px;
	top: 270px;
	width: 240px;
	height: 130px;
	font-family:Times New Roman,Times,Garamond,serif;
	font-style:italic;
	text-align:right;
	font-size:12pt;
	font-weight:bold;
	color:#ffb950;
}

/* Navigation */

.navi {
	background-color: #660c0c;
	position: absolute;
	left: 0px;
	top: 430px;
	width: 780px;
	height: 34px;
	z-index:99;
}

#nav {
	position: absolute;
	left: 10px;
	width:760;
	color:#ffffff;
	font-weight:bold;
}

#nav a:hover {
	color:#ddcccc;
}

#nav td  {
  font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
  font-size:8pt;
  text-align:center;
  }
  
#nav td a { 
	color:#ffffff;
	text-decoration:none;
}


/* Design-Kleinkram außerhalb des Div-Containers */

#strichhori {
	position:absolute;
	top:59px;
	left:0px;
	width:103%;
	height:1px;
	background-color:#ccbbbb;
}

#strichvert {
	position:absolute;
	top:0px;
	left:89px;
	width:1px;
	height:100%;
	background-color:#ccbbbb;
}

#schattenrechts {
	position:absolute;
	top:60px;
	left:870px;
}

#schattenunten {
	position:absolute;
	top:524px;
	left:90px;
}
