body {
	background:#d6efce url(_img/bg.gif) repeat-y;
	padding:0px;
	margin:0px;
	overflow:hidden;
	font-family:'Lucida Grande', Tahoma, Verdana, sans-serif;
	font-size:12px;
	}

table {
	font-family:'Lucida Grande', Tahoma, Verdana, sans-serif;
	border-collapse:collapse;
	font-size:12px;
	}

table th {
	background:#34ad09;
	text-align:left;
	}

tr.cut td {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	}

table.navi {
	border-collapse:collapse;
	border:0px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	left:0px;
	}

table.navi td.menu {
	width:100px;
	background:url(_img/tab_off.gif);
	text-align:center;
	cursor:hand;
	}
table.navi td.menu_sel {
	width:100px;
	background:url(_img/tab_on.gif);
	text-align:center;
	}

div.subnav {
	position:absolute;
	top:120px;
	left:141px;
	width:800px;
	height:15px;
	padding:5px;
	z-index:2;
	border-bottom:#34ad09 2px solid;
	}
div.subnav a {
	text-decoration:none;
	}
div.subnav a:visited {
	text-decoration:none;
	}
div.subnav a:hover {
	color:#666666;
	}


div.news {
	position:absolute;
	top:145px;
	left:790px;
	width:150px;
	height:450px;
	background:#c5e8ba;
	padding:5px;
	z-index:1;
	border-left:#888888 1px solid;
	font-size:9px;
	}
div.news a, div.news a:visited {
	font-size:9px;
	text-decoration:none;
	}
div.news a:hover {
	text-decoration:underline;
	}
div.news p {
	font-size:12px;
	font-weight:bold;
	color:#34ad09;
	}

div.for_safari {
	position:absolute;
	top:595px;
	left:790px;
	width:150px;
	height:15px;
	background:#c5e8ba;
	padding:5px;
	z-index:1;
	border-left:#888888 1px solid;
	border-bottom:#888888 2px solid;
	font-size:10px;
	font-weight:normal;
	}
div.for_safari a {
	font-size:10px;
	text-decoration:underline;
	}
div.for_safari a:hover {
	text-decoration:none;
	}

div.main {
	position:absolute;
	top:150px;
	left:141px;
	width:630px;
	height:470px;
	z-index:5;
	overflow:auto;
	}

div.entry {
	border:#34ad09 1px solid;
	background:#c5e8ba;
	width:590px;
	padding:10px;
	margin-bottom:10px;
	}

span.img_navi {
	background:#34ad09;
	border:#00FF00;
	padding:5px 20px 5px 20px;
	position:relative;
	top:-5px;
	cursor:pointer;
	}

span.img_navi:hover {
	background:ffff00;
	}


span.gallery_album {
	border:#34ad09 1px solid;
	background:#c5e8ba;
	width:290px;
	padding:10px;
	margin-bottom:10px;
	margin-right:10px;
	}

span.entry_edit {
	color:#444444;
	border:#34ad09 1px solid;
	background:#c5e8ba;
	position:relative;
	top:-12px;
	padding:3px;
	cursor:hand;
	}
span.entry_edit:hover {
	background:#34ad09;
	}

div.headline {
	width:580px;
	background:#FFFF00;
	padding-left:10px;
	margin-bottom:5px;
	font-size:20px;
	color:#34ad09;
	}
div.chapter {
	font-size:20px;
	color:#34ad09;
	font-weight:bold;
	position:relative;
	margin-bottom:10px;
	}
div.topic {
	width:600px;
	border-bottom:#666666 1px solid;
	margin-bottom:7px;
	}

a {
	font-family:'Lucida Grande', Tahoma, Verdana, sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#000000;
	font-weight:bold;
	}
a:visited {
	font-family:'Lucida Grande', Tahoma, Verdana, sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#000000;
	font-weight:bold;
	}
a:hover {
	text-decoration:none;
	}

a.greylink {
	font-size:10px;
	color:#AAAAAA;
	text-decoration:none;
	}
a.greylink:hover {
	color:#888888;
	}
	
a.news {
	border:#34ad09 1px solid;
	background:#d6efce;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	top:5px;
	}
a.news:visited {
	border:#34ad09 1px solid;
	background:#d6efce;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	top:5px;
	}
a.news:hover {
	border:#d6efce 1px solid;
	background:#34ad09;
	}

a.aktion {
	border:#34ad09 1px solid;
	background:#d6efce;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	font-size:9px;
	}
a.aktion:visited {
	border:#34ad09 1px solid;
	background:#d6efce;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	font-size:9px;
	}
a.aktion:hover {
	border:#d6efce 1px solid;
	background:#34ad09;
	text-decoration:none;
	font-size:9px;
	}

input {
	border:#34ad09 1px solid;
	background:#c5e8ba;
	}
input:hover {
	border:#000000 1px solid;
	}
input[type=submit] {
	border:#34ad09 1px solid;
	background:#c5e8ba;
	cursor:hand;
	}
input[type=submit]:hover {
	border:#000000 1px solid;
	background:#d6efce;
	}
textarea {
	border:#34ad09 1px solid;
	background:#c5e8ba;
	}
textarea:hover {
	border:#000000 1px solid;
	}


