body {
	/*background-color: #888888;*/
	background: url('/images/stripe2.png');
	margin: 32px;
}
#container {
	position: relative;
	width: 100%;
	min-width: 600px;
	background-color: #dddddd;
	border-radius: 16px;
	box-shadow: 8px 8px 4px #333333;
}
#nav {
	text-align: center;
	color: #0000ff;
	height: 64px;
	font-weight: bold;
}
#nav a {
	color: #0000ff;
	margin-left: 8px;
	margin-right: 8px;
	text-decoration: none;
}
#header {
	text-align: center;
	padding-top: 8px;
	height: 64px;
}
#body {
	min-height: 400px;
	padding-bottom: 50px;
	padding-left: 32px;
	padding-right: 32px;
}
#footer {
	position: absolute;
	left: 16px;
	bottom: 1px;
	border: none;
}
#statuscontainer {
	width: auto;
	height: 22px;
}
#userstatus {
	text-align: center;
	position: absolute;
	right: 32px;
	margin-top: -8px;
	width: 208px;
	height: 27px;
}
#logincontainer {
	height: 128px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
	font-size: 18px;
	padding: 16px;
	background-color: #f4f4f4;
	border-radius: 16px;
	box-shadow: 4px 4px 2px #333333;
}
#google_translate_element {
	float: right;
	padding-right: 32px;
}
div.center {
	margin-left: auto;
	margin-right: auto;
}
a {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: #0044ff;
	text-decoration: underline;
}
a.link {
	color: #0000ff;
	padding-left: 16px;
	font-weight: bold;
	text-decoration: none;
}
a.link:hover {
	color: #0055ff;
	text-decoration: underline;
}
span.nav{
	color: #000000;
	margin-left: 8px;
	margin-right: 8px;
	text-decoration: underline;
}
p.howto_desc {
	font-size: 14px;
	margin-top: 4px;
	padding-left: 16px;
}
p.paragraph {
	text-indent: 32px;
}
div.howto_tutorials {
	margin-top: -8px;
	padding-left: 32px;
}
div.scrollable {
	height: 100%;
	width: 100%;
	overflow: auto;
}
img.w3 {
	margin-top: 16px;
	margin-left: 16px;
}
td.formlabel {
	text-align: right;
}
ul.linklist {
	list-style: none;
}
ul.linklist li {
	padding-bottom: 8px;
}
div.permitform_right {
	position: absolute;
	top: 128px;
	left: 400px;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.indent32 {
	padding-left: 32px;
}
.indent16 {
	padding-left: 16px;
}
.pad_r {
	padding-right: 32px;
}
.pad_r_128 {
	padding-right: 128px;
}
.monospace {
	font-family: monospace;
}
.big {
	font-size: 1.2em;
}
.align_l {
	text-align: left;
}