@import url("layout.css");

/* ******  body  ****** */

html, body {
/*background-image: url(../images/wasser-hintergrund.jpg); */
/*background-repeat: repeat; */
color: #FFFFFF;
background-color: #f6e1c5;
}

html, body, h2, h3, h4, div, p, ul, li, table, input, textarea {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size:10pt;
	line-height: 130%; 

}

body {text-align: center;
}

h1 {
	font-size:12pt;
	font-weight:bold;
	line-height: 130%;
}

hr { 
	border:solid #FFFFFF 1px;
	border-collapse:collapse;
}        

ul {
         list-style-type:square; 
         line-height: 130%;
}

marquee {
	color: white;
	font-size: 1.3em;
	font-weight:bold;
	}


tr {
	vertical-align:top;
}

/* ****** link ****** */

a:link { font-weight:normal; font-style:normal; color:#ffffff; text-decoration:none }
a:visited { font-weight:normal; font-style:normal; color:#ffffff; text-decoration:none }
a:hover { font-weight:normal; font-style:normal; color:#ffffff; text-decoration:underline }
a:active { font-weight:normal; font-style:normal; color:#ffffff; text-decoration:underline }
a:focus { font-weight:normal; font-style:normal; color:#ffffff; text-decoration:underline }

.Auswahl {
	width:100%;
	font-family: "Courier New", "Courier", monospace; 
	font-size:8pt;
}


.weisse_schrift a:link { font-weight:normal; font-style:normal; color:#e67817; text-decoration:none }
.weisse_schrift a:visited { font-weight:normal; font-style:normal; color:#e67817; text-decoration:none }
.weisse_schrift a:hover { font-weight:normal; font-style:normal; color:#e67817; text-decoration:underline }
.weisse_schrift a:active { font-weight:normal; font-style:normal; color:#e67817; text-decoration:none }
.weisse_schrift a:focus { font-weight:normal; font-style:normal; color:#e67817; text-decoration:none }

.weisse_schrift {
                color: #eb4326;
                font-size:8pt;
}

.Kopfzeile {
	font-size:8pt;
	color: #00C8FF;
	}
	

