* {
	margin:  0;
	padding: 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

body {
	font-size: 0.9em;
	background-color: #fff;
	color: #000;
}

#header {
	background-color: #ffffff;
	padding: 0;
	border: 0px solid #0c9;
	margin: 10px;
	height: 132px;
	width:  730px;
}

#left {
	width:     80px;
	position:  absolute;
	top:      142px;
	left:       0px;	
	padding:       15px;
	margin:        10px 0px 10px 10px;
	background: #9acea7;
	border:     2px solid #349d4e;
	-moz-border-radius:   30px;
	-khtml-border-radius: 30px;
	font-size:            1.2em;
	font-weight:          bold;
	line-height:          30px;
}

#left_bottom {
	width:        80px;
	position:    absolute;
	top:         320px;
	left:          0px;
	padding-left: 10px;
	background: #ffffff;
}

#main {
	background: #ffffff;
	border:     2px solid #349d4e;
	border-radius:        30px;
	-moz-border-radius:   30px;
	-khtml-border-radius: 30px;
	padding:          15px 15px 0px 15px;
	border:            2px solid #349d4e;
	margin:            0px 0px 0px 135px;
	width:           570px;
}

#footer {
	background-color: #9acea7;
	color:            #000000;
	text-align:       center;
	padding:          0px;
	margin:          10px;
	width:           730px;
}

/* NAJU Streifen */
.naju1 {
	width:         730px;
	height:          6px;
	background:    #9acea7;
	border-top:      4px solid #c2e2ca;
	border-bottom:   2px solid #c2e2ca;
}
.naju2 {
	width:         730px;
	height:         10px;
	background:  #349d4e;
	/* border-top:     10px solid #349d4e; */
	border-bottom:   4px solid #e2091b;
}

table.header {
	border-spacing:   0px;
	width:          730px;
}

td.header {
	text-align:        right;
	vertical-align:    bottom;
	background-image:  url(../images/background.png);
	background-repeat: no-repeat;
}

h1 {
	color:       #e2091b;
	font-size:   1.6em;
	font-weight: bold;
}

h2 {
	color:       #000000;
	font-size:   1.4em;
	font-weight: bold;
}

table.footer {
	border-spacing:   10px;
	width:           730px;
}

table.kontakt {
	width:          570px;
}

td.left_center {
	text-align:     left;
	vertical-align: middle;
}
th {
	text-align: left;
}

td.termine {
	width:          120px;
	vertical-align: top;
}
td.right {
	text-align: right;
}

a {
	color:           #000000;
	text-decoration: none;
}

a.footer {
	color:     #349d4e;
	font-size: 0.8em;
}

img {
	border: 0;
}

h3.home {
	color:       #000000;
	font-family: fantasy;
	font-size:   1.4em;
	font-weight: bold;
}

b.red {
	color:  #e2091b;
	font-family: fantasy;
	font-size:   1.4em;
	font-weight: bold;
}

#main h2 {
    padding-bottom: 1.0em;
}
#main p {
    padding-bottom: 2em;
    line-height:    1.3em;
}
#main li {
    padding-bottom: 1.2em;
    line-height:    1.3em;
}

p.home {
	font-family: fantasy;
	font-size:   1.4em;
}

p.right {
	text-align: right;
}

ol {
	margin-left:   10px;
	margin-right:  10px;
	padding-left:  15px;
	padding-right: 15px;
}

ul.home {
	margin-left:   10px;
	margin-right:  10px;
	padding-left:  15px;
	padding-right: 15px;
	list-style-type: square
}

li.home {
	font-family: fantasy;
	font-size:   1.4em;	
}

