/* -------- Allgemein -------- */

body
	{
	scrollbar-track-color: #003300;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #003300;
	scrollbar-highlight-color: #003300;
	scrollbar-shadow-color: #003300;
	overflow-y: 'auto';
	overflow-x: 'auto';
	-moz-scrollbars-horizontal: 'auto';
	-moz-scrollbars-vertical: 'auto';
	}

p, .p, li, ul, ol, .pb, h1, h2, h3, .nv, .h2
	{
	font-family: Verdana, Arial, Univers, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ccccff;
	margin-top: 0;
	}
.nv
	{
	text-decoration: none;
	}

a.pb
	{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	}

h1
	{
	font-size: 17px;
	font-weight: normal;
	line-height: 24px;
	color: #ccccff;
	text-transform: uppercase;
	}

h2,.h2
	{
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #cccc00;
	margin: 0;
	text-transform: uppercase;
	text-decoration: none;
	}

.h2:hover
	{
	color: #ff9900;
	}

h3
	{
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #ff9900;
	margin: 0;
	}

.blink
	{
	color: #ffffff;
	text-decoration: none;
	}

.blink:hover
	{
	color: #ff9900;
	}
.vita
	{
	color: #ff9900;
	}

.impressum
	{
	font-size: 11px;
	line-height: 15px;
	color: #cccc00;
	text-decoration: none;
	}

.contactform
	{
	font-size: 12px;
	line-height: 18px;
	color: #cccc00;
	text-decoration: none;
	}

p.impressum, ul
	{
	margin-bottom: 0px;
	margin-top: 0px;
	}

.kontakt
	{
	color: #003300;
	text-transform: uppercase;
	text-decoration: none;
	}

a.kontakt:hover, a.impressum:hover
	{
	color: #ff9900;
	}


.fachgebiete
	{
	color: #ffffff;
	}


#links, #starttext
	{
	display: none;
	}

/* -------- Formulare -------- */

form
	{
	margin: 0;
	display: inline;
	}

.input0, .input1, .input2, .select0, .absenden, textarea0
	{
	font-family: Arial, Univers, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #003300;
	margin: 0;
	padding: 0;
	line-height: 16px;
	background: #ffffff;
	}

/* -------- Formulare optimiert fuer NN6+ und IE4+ -------- */

.input0, .input1, .input2
	{
	height: 20px;
	}

.input0, .select0
	{
	width: 168px;
	}

.input1
	{
	width: 45px;
	}

.input2
	{
	width: 117px;
	}

.absenden
	{
	background: #ffffff;
	height: 18px;
	line-height: 12px;
	}

.textarea0
	{
	width: 504px;
	height: 95px;
	}


