BODY {
	color: #000000;
	background: #66FF99;
	margin-top: 0;
}

/*Verhindert das <form ...> einen vertikalen Abstand macht*/
FORM {
	margin: 0 0 0 0;
}

TD{
	color: #000000;
	background: #66FF99;
	font-family: "Georgia", "Times New Roman", serif;
	
}

UL {
	font-size: 85%;
	line-height: 2em;
	list-style: square outside none;
	margin-right: 25%
}

/*Spalte Feldnamen Kontakformular*/

.colleft {
	width: 100px;
	font-size: 90%;
	float: left;
	padding-top: 4px;
}

/*Vertikale Linie*/

table {
	margin: 20px 0 0 0;
}

TD.linie{
	color: White;
	background: #66FF99 url(images/vline.gif) repeat-y;
	width: 50px;
}


/*Spalte links Navigation*/
TD.rownav {
	line-height: 150%;
	font-size: 90%;
	width: 160px;
}

/*Spalte mit dem Inhalt*/
TD.rowmain {
	padding-right: 15px;
}

/*Absatzeinzug*/
DIV.pindent{
	margin-left: 25px;
}

/*Horizontale Linie vor Unterkapiteln*/
.hrlinie {
	border-top: 1px solid #009966;
}

h1{
	background: transparent;
	color: #676767;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 1.5em;
	margin-top: 1em;
}

h2{
	background: transparent;
	color: #676767;
	font-size: 115%;
	font-weight: bold;
	margin-top: 1em;
}

h2.links{
	background: #336666;
	color: #FFFF99;
	font-weight: normal;
	font-size: 105%;
	margin-top: 1em;
}

h3{
	background: transparent;
	color: #676767;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

INPUT, TEXTAREA {
	background: #FFFFFF;
	border: 1px solid #696969;
	color: #000033;
	font-family: Georgia, "Times New Roman", serif;
	margin-top: 4px;
}

input.req{
	border: 1px solid #990000;
}

input.box{
	border: none;
}

.button {
	color: Black;
	background-color: #CCFF66;
	border: 1px solid #000033;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 9pt;
}

  .nav {
	font-size: 75%;
}

.mittel{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 80%;
}

.klein {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 70%;
}

.formular {
	color: #676767;
	background: #FFFFFF;
	font-family: Georgia, "Times New Roman", serif;
}

a:link {
	background: transparent;
	color: #336666;
	text-decoration: underline;
}

a:visited {
	background: transparent;
	color: #800080;
	text-decoration: underline;
}

a:hover {
	background-color: #FFFFCC;
	color: #666666;
	text-decoration: underline;
}

a:active {
	background: transparent none;
	color: #666666;
	text-decoration: underline;
}


