* {
	margin: 0;
	padding: 0;
	outline: none;
}

html, body {
	height: 100%;
}

body {
	background-color: #EEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
}
h1 {
	font-size: 18px;
}
h1.title30 {
	/*line-height: 30px;*/
	height: 30px;
	margin-bottom: 20px;
}
h1.line30{
	border-bottom: 1px solid #69c;
	height: 29px; /* + 1px border */
	margin-bottom: 20px;
}
h2 {
	font-size: 16px;
}
#field {
	background-color: #FFF;
	border: 1px solid #CCC;
	
	text-align: left;
}
#nav {
	width: 200px;
}
.menu {
	position: absolute;
	visibility: hidden;
}
#content {
	width: 520px;
	margin: 40px 10px 40px 10px;
}
#content p {
	margin-bottom: 5px;
}
a.inverse:link {
	text-decoration: none;
}
a.inverse:hover {
	text-decoration: underline;
}
a.black_inverse:link, a.black_inverse:visited {
	color: #000;
	text-decoration: none;
}
a.black_inverse:hover {
	color: #00f;
	text-decoration: underline;
}

.scrollbox {
/*
scrollbar-base-color = Basisfarbe der Scroll-Leiste
scrollbar-3dlight-color = Farbe für 3D-Effekte
scrollbar-arrow-color = Farbe für Verschiebepfeile
scrollbar-darkshadow-color = Farbe für Schatten
scrollbar-face-color = Farbe für Oberfläche
scrollbar-highlight-color = Farbe für oberen und linken Rand
scrollbar-shadow-color = Farbe für unteren und rechten Rand
scrollbar-track-color = Farbe für freibleibenden Verschiebeweg
*/
scrollbar-base-color: #fff; 
scrollbar-3dlight-color: #fff;
scrollbar-arrow-color: #69c;
scrollbar-darkshadow-color: #fff;
scrollbar-face-color: #fff;
scrollbar-highlight-color: #69c;
scrollbar-shadow-color: #69c;
scrollbar-track-color: #fff;
}

.nospaceafter {
	margin-bottom: 0 !important;
}
