@charset "UTF-8";

html { /*für dauerhaften Scrollbalken, damit zentrierte Inhalte auf Seite nicht wobbeln */
	height: 100%;
	padding: 0 0 1px 0;
}

body { 	background-color:maroon;
	margin:0px;
	font-family:verdana, tahoma, lucida-sans, calibri, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#ffd700;
	text-align:left; 
}

#main { width:1000px;
	margin-left:-500px;
	position:absolute;
        left:50%;
}

#text { width:520px;
        margin-left: 220px;
/*        position:absolute;*/
        margin-top: 20px;
}

.foot {
    margin-top:4em;
    color:#daa520;
    font-size:10px;
    border-top:1px dotted #daa520;
    padding-top:0.8em;
}

.vorabstand {
    margin-top:50px;
}


/* ÜBERSCHRIFTEN */

h1,h2,h3,h4 {
	color:#ffd700; 
	text-align:left; 
	font-weight:normal; }

h1 {    font-size:22px;
	line-height:30px;
	margin-bottom: 20px; }

h2 {	font-size:20px; 
	line-height:24px;
        margin-top:40px; }

h3 {	font-size:18px;
	line-height:22px;
	margin-top:20px; }

h4 {	font-size:14px;
	line-height:18px; 
	font-style:italic; 
	margin-top:10px; }

.subtitle {
    font-size:18px;
    line-height:22px;
    font-style:italic;
    margin-top:-15px;
    margin-bottom: 30px;
    text-align:left;
 }


/* BILDER */

/* vorab versteckt laden, damit nichts wackelt */
.hidepics {
  width:0px;
  height:0px;
  display:none;
}

img { border:none; }

