@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #fffbeb;
}
ul {
	list-style-type: none;
	list-style-position: outside;
}
th {
	color: #8e9361;
	font-size:18px;
	line-height:24px;
	font-weight: bold;
}
#logo {
	position: absolute;
	left: 80px;
}
#logo img {
	border: 0px;
}
#wrapper {
	background-image: url(../images/contentBg.png);
	background-repeat: repeat-y;
	background-position: 200px 0px;
	width: 950px;
}
#mainnavi {
	width: 180px;
	text-align:right;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	color: #8e9361;
	padding-top: 265px;
	float: left;
}
#mainnavi a:link {
	text-decoration: none;
	color: #8e9360;
}
#mainnavi a:visited {
	text-decoration: none;
	color: #8e9360;
}
#mainnavi a:hover {
	text-decoration: underline;
	color: #8e9360;
}
.activeLink {
	text-decoration:underline;
}
.rightCell {
	text-align:right;
	width: 120px;
}
.smallNum {
	font-size: 11px;
	line-height: 18px;
}
#buehne {
	width: 750px;
	height: 418px;
	float: right;
	margin-top: 35px;
	padding-bottom:20px;
}
#content {
	width: 950px;
	padding-left: 250px;
	padding-bottom: 100px;
	width: 550px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	text-indent: -5px;
}
#content a:link {
	text-decoration: none;
	color: #8e9360;
}
#content a:visited {
	text-decoration: none;
	color: #8e9360;
}
#content a:hover {
	text-decoration: underline;
	color: #8e9360;
}
#rose {
	width: 550px;
	heigt: 200px;
	padding-left: 200px;
}
#footer {
	background-image: url(../images/footerBg.png);
	background-repeat: no-repeat;
	background-position: 200px 0px;
	height: 50px;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8e9360;
	padding-left: 340px;
	padding-top: 25px;
}
#footer a:link {
	color: #8e9360;
	text-decoration:none;
}
#footer a:visited {
	color: #8e9360;
	text-decoration:none;
}
#footer a:hover {
	color: #8e9360;
	text-decoration:underline;
}#wrapper #content p {
	padding-bottom: 5px;
	text-indent: 1px;
}

