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

body {
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
}

td, th {
}

img {
}

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

a:hover {
	text-decoration: line-through;
}
.show {
	display:inline;
}

.hide {
	display:none;
}

h1 {
	font: small-caps lighter 11pt Helvetica, sans-serif;
	margin: 7px 0px 5px 0px;
	letter-spacing: 1px;
	color: #CC6666;
}

h2{
	font: small-caps lighter 10pt Helvetica, sans-serif;
	margin: 7px 0px 5px 0px;
	letter-spacing: 1px;
	color: #CC6666;
}

h3 {
	font: small-caps lighter 8pt Helvetica, sans-serif;
	margin: 7px 0px 5px 0px;
	letter-spacing: 1px;
	color: #CC6666;
}

p {
	font: 10pt Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 15px 0px;
	line-height: 1.3em;
}

#box {
	margin: 0px auto;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/panda_head.png);
	font-size: 10pt;
	width: 900px;
	text-align: left;
}

#menu_prev_next {
	display: block;
	text-align: left;
	padding: 0px 0px 10px 0px;
	height: 60px;
	border-bottom: 1px dotted #999999;
	margin: 10px 0px 30px 0px;
}

a.menu_prev_next {
	text-decoration: none;
	margin-right: 3px;
}

a.menu_prev_next:hover {
	color: #66CCFF;
}

a.aktuelle_seite {
	text-decoration: underline;
	margin-right: 3px;
}

a.aktuelle_seite:hover {
	color: #66CCFF;
}

#content {
	width: 660px;
	padding: 0;
	margin-left: 220px;
}

#menu {
	width: 180px;
	padding: 0;
	color: #666666;
	margin: 200px 0px 0px 0px;
	float: left;
}


#untermenu {
	padding: 0;
	margin: 0px 0px 10px 30px;
}

.menu1{
	font: oblique 10pt Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 5px 0px 2px 0px;
	display: block;
	margin: 0px 0px 5px 20px;
}

h1.menu {
	margin: 0px 0px 20px 30px;
	color: #CC6666;
}

a.menu1 {
	background-color:#FFFFFF;
	color: #66CCFF;
	padding: 0px 0px 3px 0px;
	text-decoration: none;
}

a.menu1:hover {
	text-decoration: line-through;
}

.untermenu {
	display: block;
	list-style: none;
	line-height: 14pt;
	border-bottom: #333333 dotted 1px;
	font: lighter 10pt "Times New Roman", Times, serif;
	text-decoration: none;
	margin-left: 0px;
	padding: 2px 0px;
	}

a.untermenu {
	color: #666666;
	background-color: #FFFFFF;
}

a.untermenu:hover {
	text-decoration: line-through;
}

.copyright {
	font: lighter 9pt "Times New Roman", Times, serif;
}

.thumbnail{
	margin-right: 5px;
}

.comment {
	font: 10pt "Times New Roman", Times, serif;
	line-height: 12pt;
}

.update {
	color:#F30;
}