body{
	background-color:	#4584a7;
	margin:			3px 0px 20px 0px;
	text-align:		center;
	font-size:		16px;
	font-family:		Arial,Helvetica,Geneva,sans-serif;
	color:			#445566;
	line-height:		1.7em;
}
table{
	font-size:		100%;
}
div#topbox{
	text-align:		center;
	margin:			0px auto;
}
div#topbanner{
	text-align:		center;
	border:			2px solid #eeeeee;
	background-color:	#eeeeee;
	padding:		0px;
	margin:			10px 10px 10px 10px;
	position:		relative;
}
div#topbanner img{
	margin:			2px;
	border:			none;
}
div#tagline{
	text-align:		center;
	font-weight:		bold;
	color:			#ffffff;
}
div#page{
	max-width:1024px;
	background-color:	#ffffff;
	text-align:		left;
	margin:			0px auto;
	position:		relative;
}
div#menu{
	float:			left;
	width:			200px;
	padding-bottom:		20px;
}
div#menu a, div#breadcrumbs a{
	text-decoration:	none;
}
div#menu a:hover, div#breadcrumbs a:hover{
	text-decoration:	underline;
}
div#main{
	float:			left;
	width:			600px;
}
div#content{
	padding:		20px;
	padding-top:		10px;
}
div#header{
	height:			95px;
	padding:		0px;
	margin:			0px;
	position:		relative;
}
div#marketing_top,div#marketing_bottom{
	width:auto;
	padding:			20px 10px 15px 10px;
}
div#marketing_top{
	height:90px !important;
	overflow:hidden;
}
div#logo{
	float:			left;
	width:			200px;
	text-align:		center;
	background-color:	#ffffff;
	padding:		12px 0px 10px 0px;
}
div#menutoggle{
	display:none;
}
div#logo img{
	position:relative;
	left:5px;
	top:1px;
	width:120px;
	height:auto;
}
div#footer{
	text-align:		center;
	color:			#ffffff;
	line-height:		1.2em;
	padding:		10px;
}
div#footer a{
	color:			#ffffff;
	text-decoration:	none;
}
div#footer a:hover{
	text-decoration:	underline;
}
input[type=checkbox] {
   position:absolute;
   opacity:0;
   left:-50px;
}
label#toggle_label{
	display: none;
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 7;
	cursor: pointer;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transition: all .4s;
	height:65px;
	width:65px;
	overflow:hidden;
	padding:0;
	background-image:url('/images/menu.svg');
	background-position:top right;
	border:1px solid #cccccc;
}
div.label{
	clear:both;
	float:left;
	width:200px;
	color:#778899;
	margin-bottom:20px;
}
div.value{
	float:left;
	width:350px;
	margin-bottom:20px;
}
div.value li{
	padding:0;
	margin:0;
}
div.value ul{
	padding:0 0 0 17px;
	margin:0;
}
@media only screen and (max-width: 800px){
	body{
		font-size:		18px;
		line-height:		1.8em;
	}
	table{
		font-size:		inherit;
	}

	div#page{
		width:auto;
	}
	div#marketing_top,div#marketing_bottom{
		margin:			10px;
		padding:0px;
		text-align:center;
		width:auto;
		float:none;
	}
	div#main{
		float:			none;
		width:			100%;
	}
	div#menu{
		position:absolute;
		left:0px;
		top:80px;
		-webkit-transform: translate3d(-220px, 0, 0);
		transform: translate3d(-220px, 0, 0);
		transition: all .4s;
		z-index:6;
		border-left:7px solid #fff;
		border-right:7px solid #fff;
		border-bottom:7px solid #fff;
		-webkit-box-shadow: 0px 5px 10px 0px rgba(39,83,84,0.25);
		-moz-box-shadow: 0px 5px 10px 0px rgba(39,83,84,0.25);
		box-shadow: 0px 5px 10px 0px rgba(39,83,84,0.25);
		padding-bottom:		0px;
		font-size:inherit;
		line-height:180%;
	}
	div#logo{
		float:			none;
		width:			auto;
	}
	label#toggle_label{
		display:block;
	}
	input[type=checkbox]:checked ~ label#toggle_label,label#toggle_label.ldisp{
		transition: all .4s;
		background-position:top left;
	}
	input[type=checkbox]:checked ~ div#menu,div#menu.disp {
		transform: translate3d(0px, 0, 0);
		-webkit-transform: translate3d(0px, 0, 0);
		transition: all .4s;
	}
	div#submenu{
		display:none;
	}
	div.label{
		float:none;
		width:auto;
		color:#778899;
		margin-bottom:2px;
	}
	div.value{
		float:none;
		width:auto;
		margin-bottom:20px;
	}
}
div#credits{
	margin:			0px;
}
p{
	margin:			0 0 1em 0;
}
.cleared{
	clear:			left;
	margin-bottom:		20px;
}
div.teaser{
	clear:			left;
	margin-bottom:		20px;
	overflow:		auto;
}
img.icon{
	float:			left;
	margin:			2px 10px 10px 0px;
	width:			50px;
	height:			50px;
}
div.intro{
	font-family:		monospace;
	font-size:		1.1em;
	line-height:		1.2em;
	border-left:		2px solid #cccccc;
	padding:		5px 5px 5px 10px;
	margin-bottom:		20px;
	background-color:	#f6f6f6;
}
div.box{
	background-color:	#f0f6ff;
	border:			1px solid #c0c9cc;
	padding:		10px;
}
.floating{
	float:			right;
	margin:			4px 0px 10px 15px;
}
.lfloating{
	float:			left;
	margin:			4px 15px 10px 0px;
}
div#rightcol{
	background-color:	#ffffff;
	border-left:		1px solid #63829D;
	float:			right;
	clear:			right;
	width:			170px;
	font-family:		Verdana,Arial,sans-serif;
	padding:		0px 0px 0px 10px;
	margin:			0px 0px 0px 10px;
}
div.fix{
	padding:		0px;
	clear:			both;
	text-align:		center;
	margin-top:		0px;
	height:			1px;
	overflow:		hidden;
}
div#fix a{
	text-decoration:	none;
	color:			#445566;
}
div#fix img{
	vertical-align:		middle;
	margin:			0 0.3em 0 0.3em;
}
div.fix{
	clear:			both;
	height:			0px;
	width:			0px;
}
a{
	text-decoration:	underline;
	color:			#005CB4;
}
img{
	border:			none;
}
img.element{
	width:			28px;
	height:			43px
}
h1{
	font-family:		Georgia,Garamond,"Times New Roman",Times,serif;
	font-size:		2em;
	font-weight:		normal;
	margin-bottom:		0.7em;
	padding-bottom:		0px;
	margin-top:		0.7em;
	color:			#993300;
	line-height:		1.2em;
}
h2{
	font-family:		Georgia,Garamond,"Times New Roman",Times,serif;
	font-size:		1.5em;
	font-weight:		normal;
	margin-bottom:		1em;
	margin-top:		1.5em;
	color:			#445566;
	clear:			left;
	line-height:		1.2em;
}
h3{
	font-family:		Georgia,Garamond,"Times New Roman",Times,serif;
	font-size:		1.3em;
	font-weight:		normal;
	margin-bottom:		0.5em;
	margin-top:		1.5em;
	color:			#667788;
}
h4{
	font-family:		Arial,Helvetica,Geneva,sans-serif;
	font-size:		1em;
	font-weight:		bold;
	margin-bottom:		0.6em;
	margin-top:		0.4em;
	color:			#445566;
}
input,textarea{
	font-family:		Arial,Helvetica,Geneva,sans-serif;
	font-size:		1.1em;
}
.orange{
	color:			#ff9900;
	font-weight:		bold;
}
div#marker{
	overflow:		hidden;
	position:		absolute;
	z-index:		3;
	height:			21px;
	width:			35px;
}
div#pse_link{
	text-align:		right;
}
sup{
	position:relative;
	vertical-align:		top;
	font-size:		0.9em;
    bottom: 0.3em;

}
sub{
	position:relative;
	vertical-align:		bottom;
	font-size:		0.9em;
    bottom: -0.3em;
}
.page_link{
	padding-left:		2px;
	padding-right:		2px;
	border:			1px solid #DF9859;
	text-decoration:	none;
	margin:			1px;
}
.centered{
	text-align:		center;
}
div#menupad{
	padding:		10px 0px 5px 14px;
	margin:			0px;
	background-color:#D3DAE2;
}
div#menupad ul{
	list-style:		none;
	margin:			0;
	padding:		0;
}
div#menupad span#active{
	background-color:	#EAEDF0;
	display:		block;
	position:		relative;
	left:			-2px;
	padding:		0 0 0 2px;
}
div#menupad span#active a{
	color:			#445566;
}
div#menupad li{
	width:			auto;
	vertical-align:		top;
}
div#menupad span.tree0, div#menupad span.tree1, div#menupad span.tree2, div#menupad span.tree3{
	display:		block;
	margin:			0 0 0 5px;
	padding:		0 0 0 10px;
	background-repeat:	repeat-y;
	background-position:	top left;
}
div#menupad span.tree0{
	background-image:	url('data:image/gif;base64,R0lGODlhCQAeAPABAKCgoP///yH5BAUAAAEALAAAAAAJAB4AAAIfDIKJp8lt4JJRvnZVdnRP24XgCHlVKaIklrKr1sJQAQA7');
}
div#menupad span.tree1{
	background-image:	url('data:image/gif;base64,R0lGODlhCQAMAPABAKCgoP///yH5BAUAAAEALAAAAAAJAAwAAAITDIKJp8lt4JJRvnZVdhT471FBAQA7');
	background-repeat:	no-repeat;
}
div#menupad span.tree2{
	background-image:	url('data:image/gif;base64,R0lGODlhCQDIAPABAKCgoP///yH5BAUAAAEALAAAAAAJAMgAAAKGDIKJp8lt4JJRvnZVdhT471XQNlndaaYjuqoY+7oaPMucXbZ6vNf9/cvxhj4i0CgsKo/LJPPpjIqQ02YVepWSstytl4b94rpgbZk8FgfRazXVbYWHz3Jzmo6/69t5/v7dB/gXF0g4OHdo57coyGjoiAip2Ej5WBl5OWm5icmp2Qn6KcqmUAAAOw==');
}
div#menupad span.tree3{
	background:		none;
}
div#menupad div.menuheader{
	font-weight:		bold;
	letter-spacing:		2px;
	font-size:		0.85em;
	position:		relative;
	left:			-10px;
}
div#menupad div.menusection{
	margin-bottom:		3px;
	border-left:		2px solid #cccccc;
	padding-left:		18px;
}
div#submenu{
	background-color:#bfcfde;
	padding:		60px 0px 60px 0px;
	margin:			0px;
}
div#counter{
	background-image:	url('/images/bg_counter.gif');
	background-position:	top center;
	background-repeat:	no-repeat;
	padding:		6px;
	text-align:		center;
	line-height:		1em;
}
div#counter img{
	margin:			0 0 10px 0;
}
div#pse_full{
	position:relative;
	overflow-x: auto;
}
div#pse_mini{
	text-align:left;
	position:relative;
	overflow-x: auto;
}
div.column{
	width:			200px;
	float:			left;
}
table.daten{
	border-collapse:	collapse;
	border-spacing:		0;
}
table.daten td{
	font-weight:		normal;
	text-align:		left;
	padding:		5px 0px 5px 0px;
	vertical-align:		middle;
	border-bottom:		1px solid #ccddee;
}
table.daten th{
	font-weight:		normal;
	text-align:		left;
	padding:		5px 10px 5px 0px;
	vertical-align:		top;
	border-bottom:		1px solid #ccddee;
}
table.data{
	border-spacing:		0;
	border-collapse:	collapse;
	margin-top:		12px;
	margin-bottom:		12px;
}
table.data td, table.data th{
	border:			1px solid #ccddee;
	text-align:		right;
	padding:		3px 7px 3px 7px;
}
table.data th{
	font-weight:		bold;
}
h2 img{
	float:			left;
	vertical-align:		middle;
	margin-right:		10px;
}
ul.link_list{
	color:			#005CB4;
	padding-left:		2em;
}
div#block{
	width:auto;
	padding:			20px 0px 15px 20px;
	margin:			8px 0px 8px 0px;
}
div#headbox{
	font-size:		12px;
	position:		absolute;
	top:			0px;
	left:			0px;
	width:			150px;
	height:			50px;
	margin-left:		40px;
	line-height:		24px;
	text-align:		left;
	color:			#7788aa;
}
div#headbox a{
	text-decoration:	none;
}
p#cred{
	text-align:		center;
	margin:			30px 10px 10px 10px;
	padding-top:		10px;
	border-top:		1px solid #cccccc;
}
div.menu_feature{
	margin-top:		25px;
	margin-left:		25px;
}
div.link{
	margin:			5px 0px 5px 0px;
	text-align:		left;
}
div#sole{
	padding:		10px 0px 0px 0px;
	border-top:		1px solid #999999;
	margin:			40px 0px 40px 0px;
}
div#sharing{
	margin:			3px 0px 0px 0px;
	padding:		0px 2px 0px 2px;
}
a img{
	border:none;
}
table.download{
	width:			100%;
	border-collapse:	collapse;
	border-spacing:		0;
}
table.download th, table.download td{
	text-align:		left;
	padding:		5px 15px 5px 15px;
	vertical-align:		top;
	border-bottom:		1px solid #ccddee;
	text-align:		left;
}
table.download th{
	font-weight:		bold;
	background-color:	#eeeeee;
}