body{
	background-color:#d5e5a3;
}

.green3{
	color:#759400;
}
.bGreen3{
	background-color:#759400;
}
.green10{
	color:#70cefa;
}
.bGreen10{
	background-color:#70cefa;
}


#mainPage{
	width:800px;
	margin:0px auto;
	background:#fff url(leftside.gif) repeat-y left top;
}
#content{
	margin:10px;
	text-align:left;
}

.topCorner{
	width:100%;
	height:20px;
	background:url(top.gif) no-repeat left top;
}

.topCorner span{
	display:block;
	position:relative;
	height:20px;
	background:url(top-right.gif) no-repeat right top;

}

#navbar{
	min-height:38px;
	overflow:hidden;
	background-color:#0092a9;
	margin-top:20px;
}
#navbar table{
	margin-left:auto;
	margin-right:auto;
	border-spacing:0;
}
#navbar ul{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space:nowrap;
}
#navbar ul li{
	margin: 0;
	padding: 0;
	float:left;
	width:120px;
	height:38px;
	line-height:38px;
	background:url(navigator.png) no-repeat ;
	cursor:pointer;
	font-weight:bold;
}
#navbar ul li.over{
	background-position: 0px -38px;

}
#navbar ul li.down{
	background-position: 0px -76px;

}
#navbar ul li.aktive{
	color:#759400;
	background-position: 0px -114px;
	cursor:none;
}
#navbar ul li a{
	text-decoration:none;
	color:white;
}

.center-content{
	position:relative;
	background:url(rightside.gif) repeat-y right top;
	padding:5px 4px 5px 4px;
	/*margin:-1px 0 -50px 0;*/
	text-align:center;
}


.bottomCorner{
	background:url(bottom.gif) no-repeat left bottom;
}

.bottomCorner span{
	display:block;
	position:relative;
	height:60px;
	background:url(bottom-right.gif) no-repeat right top;
}

.editIcon{
	padding-left:5px;
	border:none;
}


.angebotNavi{
	width:100%;
	margin:0;
	padding:0;
	list-style-position: outside;
	list-style-type: none;
	text-align:center;
	margin-left:20px;
	margin-right:20px;
	cursor:pointer;
}
.angebotNavi li{
	float:left;
	width:202px;
	height:76px;
	margin-left:20px;
	margin-right:20px;
	background:url(angebotNaviBG.gif) no-repeat left top;
}
.angebotNavi a{
	text-decoration:none;
	color:#759400;
}
.angebotNavi li:hover, .angebotNavi li:hover a,
.angebotNavi li.active, .angebotNavi li.active a{
	background-position: 0px -76px;
	color:white;
}
.angebotNavi .kurs{
	font-weight:bold;
	height:40px;
	padding-top:5px;
}
.angebotNavi .name{
	padding-top:10px;
	font-style:italic;
	font-size:smaller;
}

.angebotContent{
	padding-top:60px;
}
.kontakt{
	font-size:smaller;
}
.kontakt .name{
	height:55px;
}
.kontakt .kurs{
	height:80px;
}
.kontakt .telephon{
	font-weight:bold;
	font-size:medium;
}
.angebotPerson{
	float:right;
	position:relative;
	top:-40px;
	padding-right:20px;
	padding-left:10px;
}

#mailForm .input{
	width:300px;
	border: 1px solid #759400;
	color:#0092A9;
}
#mailForm textarea{
	height:150px;
}
#mailForm table td{
	vertical-align:top;
}
#mailForm label{
	padding-right:20px;
}
.sendButton{
	float:right;
}


table.planTable{
	width:100%;
}
table.planTable th{
	width:20%;
}
table.planTable th div.titleUnderline{
	border-top: 1px solid #759400;
	height:1px;
	margin-right:20px;
}
table.planTable tr.mittag{
	text-align:center;
}
table.planTable td{
	font-size:smaller;
	height:40px;
	vertical-align:top;
}
hr {
	border-width:0;
	border-style:solid;
	border-top-width:1px;
	color:#759400;
}

