body {
	background-color: #003458;
}

body, td, div, p, a {
	color: white;
	font-size: 13px;
	font-family: 'Arial';
}

p {
	margin-top: 0px;
}

a {
	text-decoration: underline;
}

a:hover {
	color: #006bb1;
	text-decoration: none;
}

a:active {
	color: red;
}

p:first-letter {
	font-size: 1.2em;
}

h1, h2, h3, h3, h4, h5, h6 {
	margin-top: 0px;
}

h1 {
	display: none;
}

h2 {
	font-weight: normal;
	font-size: 1.8em;
}

h3 {
	font-weight: normal;
	font-size: 1.6em;
}

h4 {
	font-weight: normal;
	font-size: 1.4em;
}

h5 {
	font-weight: normal;
	font-size: 1.2em;
}

h6 {
	font-weight: normal;
	font-size: 1.1em;
}

input, textarea, select {
	border: 1px solid white;
	color: white;
	background-color: transparent;
}

input:focus {
	color: black;
 	background-color: white;
}

body,textarea, select {
	scrollbar-base-color: transparent;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: white;
	scrollbar-darkshadow-color: transparent;
	scrollbar-face-color: #0071bd;
	scrollbar-highlight-color: #0071bd;
	scrollbar-shadow-color: white;
	scrollbar-track-color: transparent;
}

#titel {
	font-weight: bold;
	font-size: 1.2em;
}

#schlagwort {
	color: #9b9b9b;
	font-weight: normal;
	word-spacing: 0.2em;
}

#warnung {
	font-weight: bold;
	color: red;
}

#hinweis {
	color: yellow;
}

#hinweis:before, #warnung:before {
	content: "» ";
}

