@media only screen and (min-device-width: 800px) { html { overflow:hidden; } }
html { height:100%; }
body { height:100%; overflow: auto; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000000; background-color:#3c3c3c; }
a{ color:#ffffff; text-decoration:underline; }
a:hover{ color:#00ffff; text-decoration:underline; }
p {margin-top:-10px;}
p.ul {margin-top:-8px;margin-bottom:1px;font-weight : bold;}
p.legende {margin-top:0px; margin-bottom:10px; color:#ffffff;}
ul {margin-top:0px;margin-bottom:0px;}
#first {}

h2 {margin-bottom:0px; color:#ffffff;}
table.panoframes {
	margin-top:5px; 
	margin-bottom:10px;
	/* 
	border-width : 10px;
	border-style : solid;
	border-color : #3c3c3c;
	*/
}
table.text {
	padding-top : 8px;
	padding-right : 8px;
	padding-left : 8px;
	padding-bottom : 8px;
	background-color:#c8c8c8;
	width: 760px;
}

table.text td{
	vertical-align : top;
	text-align : left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

table.text a{ 
	color:#000000;
}

table.text li {
	margin-left:-26px;
}

tr.gerade { 
	background-color:#dcdcdc;
}

tr.ungerade { 
	background-color:#f0f0f0;
}

td.left{
	font-weight : bold;
	text-align : right;
	vertical-align : top;
	width: 150px;
	padding-right : 15px;
}

td.left_{
	font-weight : bold;
	text-align : right;
	vertical-align : top;
	width: 80px;
	padding-right : 15px;
}

td.top{
	font-weight : bold;
}

td.right{
	text-align : left;
}

p.c{
	text-align : center;
	color:#ffffff;
	font-size:10px;
	margin-top:20px;
}

div.overf{
	overflow: auto;
	height: 300 px;
	width: 300 px;
	text-align : center;
}