/* Die Veränderung dieser Datei beeinflusst das Aussehen der Seite */

/* Allgemeine Definitionen */
html {
	overflow: scroll;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EDEDED;
	margin-top: 10px;
	line-height: 1.5em;
}

img { border: 0px; }

h1 {
	font-size: 18px; 
	font-weight: bold;
	color: #660000; 
	text-align: center;
	margin-top: 5px;
}

h2 {
	font-size: 16px; 
	font-weight: bold;
	color: #660000; 
	text-align: center; 
	margin-top: 10px;
	margin-bottom: 20px;
}

h3 {
	font-size: 14px; 
	font-weight: bold;
	color:  #660000; 
	text-align: center; 
	margin-top: 5px;
}

hr {
	border: 1px solid #FF6600 ; 
}

table {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
table.center { margin: 0px auto; }
td { text-align: left; }

.absatz_0  { margin-top:  0px; }
.absatz_10 { margin-top: 10px; }
.absatz_30 { margin-top: 30px; }
.absatz_50 { margin-top: 50px; }
.absatz_80 { margin-top: 80px; }
.absatz_250 { margin-top: 250px; }

.center { text-align: center; }

.left { text-align: left; }

.small { font-size: 9px }

.unterBild { margin-top: 0px; font-size: 10px; text-align: center; }



.fill { height: 370px }

.rahmen { 
	border: 1px solid #000000;
	padding: 5px;
}

img.left {
	margin: 5px;
	float: left;
}

img.right {
	margin: 5px;
	float: right;
}

/* Gesamtinhalt mit Rahmen */
#gesamtinhalt {
	width: 760px; 
	margin: 0px auto; 
	border: 1px solid #ffcc66;
}

/* Inhalt */
#inhalt {
	background-color: #FFF2CC;
	width : 730px;
	min-height: 470px;
	padding: 15px; padding-top: 10px;
}

a:link {
	font-size:12px;
	color: #990000;
	font-weight: normal;
	text-decoration:none;
}

a:visited {
	font-size:12px;
  	color: #990000;
  	font-weight: normal;
  	text-decoration:none;
}

a:hover, a:active {
	font-size:12px;
	text-decoration: none;
	font-weight: normal;
	color:#FF3300;
}

/* Die Titelzeile */
#title {
	width: 760px;
	height: 90px;
	padding:0px;
	margin: 0px auto;
}

/* Das Menü */
#menu {
	color: #000000;
	background-color: #FFF2CC;
	background-image: url(../design/verlauf_hd.jpg);
	text-align: center;
	font-size: 11px;
	height: 18px;
	font-weight: normal;
}

/* Die Hyperlinks im Menü */
a.menu:link, a.menu:visited
{ 
  	color: #990000;
  	text-decoration:none;
  	font-size: 11px;
	font-weight: normal;
}
a.menu:active, a.menu:hover
{ 
	color: #FF3333;
  	font-size: 11px;
	font-weight: normal;
}

/* Fußzeile */
#fuss {
	color: #000000;
	background-color: #FFF2CC;
	background-image: url(../design/verlauf_dh.jpg);
  background-repeat: repeat;
	text-align: center;
	font-size: 11px;
	height: 20px;
}
