html {
	font-family:Helvetica, Arial, Geneva, Swiss, SunSans-Regular, Futura, sans-serif;
	margin:0;
	}

body{
	color: #000000;
	background-color: #ffffe0;
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, Futura, sans-serif;
	margin:0;
	}
body,td{font-size: 1em;
	line-height: 150%}

img { border-width: 0 }

ul{
	margin-left:0px;
	padding-left:0px;
	}
li{
	margin-left: 15px;
	}


h1{
	width: 600px;
	background: url("../elemente/linie.gif") bottom center no-repeat;
	color: #1e41af;
	font-size: 1.6em;
	text-align: center;
	margin: 0;
	padding: 10px 0 20px;
	}


h2 {
	font-size: 1.8em;
	margin: 30px 0 0 0;
	color: #1e41af;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	}

h3 {
	font-size: 1.5em;
	margin: 0;
	padding: 0
	}


a:link { color: #1e41af; text-decoration: none }
a:visited { color: #1e41af; text-decoration: none }
a:hover { color: #eb911e; text-decoration: underline }

.inhalt a { text-decoration: underline }

/* Stile, frei fuer Verwaltung*/

.schrift_1  { color: #c50; font-weight: bold }
.schrift_2   { color: #c00; font-weight: bold }
.schrift_3    { color: #1e41af; font-weight: bold }
.schrift_4    { color: black; font-weight: bold }
.klein_kursiv{font-size: 0.8em;font-style: italic;line-height: 90%}

.hg_1 { background-color: #f5f5e1 }
.hg_2 { background-color: #fff099 }
.hg_3  { background-color: #dce6ff }

.kein_umbruch{white-space: nowrap}

.rahmen_1  { border: solid 2px #1e41af }
.rahmen_2  { border: solid 2px #eb911e }
.rahmen_3  { border: solid 5px #dce6ff }


.tabelle_preise{
	border: solid 1px #1e41af;
	background-color: #fff099;
	padding:2px;
	}

.tabelle_preise td{
	padding:2px;
	}

.zelle_weiss{
	background-color: #ffffff;
	}
.zelle_grau{
	background-color: #dddddd;
	}

.zelle_gelb { background-color: #ffe055 }
