html {
	height: 100%;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

body {
	background: #FFFFFF;
	color: #000000;
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 0px 10px;
}

body,p,b,td {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
}

/* Scriftformatierung */

b {
	font-weight: bold;
	color: #9DBC0F;
}

.gross {
	font-size: 16px;
	font-weight: bold;
	color: #F39700;
}

.mittel {
	font-size: 14px;
	font-weight: bold;
	color: #9DBC0F;
}

.rot {
	font-size: 12px;
	font-weight: bold;
	color: #F39700;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: inherit;
	color: #9DBC0F;
}

/* Formatierung der Content-Bereichs */

table.content {
	width: 600px;
	vertical-align: top;
}

table.zahlen  {
	width: 480px;
	vertical-align: top;
	border-collapse: collapse;
}

td.zahlen  {
	border:  solid 1px #D3D3D3;
	padding: 3px;
}

td.contenttext {
	padding: 7px 7px 7px 7px;
	text-align: left;
	border-bottom:  1px solid #EFF1EF;
}

td.contentleft {
	text-align: center;
	border-bottom:  1px solid #EFF1EF;
	border-right:  1px solid #EFF1EF;
	padding: 0px 5px 0px 5px;
}

/* Links */

a {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #F39700;
	font-weight : bold;
	text-decoration : none;
}

a:link, visited, active  {
	text-decoration : none;
}

a:hover  {
	text-decoration : underline;
}

/* Links */

a.gross {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #F39700;
	font-weight : bold;
	text-decoration : none;
}

a.gross:link, visited, active  {
	text-decoration : none;
}

a.gross:hover  {
	text-decoration : underline;
}

/* Links Border left */

a.thin  {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color : #F39700;
	font-weight : normal;
}

a.thin:link, visited, active  {
	text-decoration : none;
}

a.thin:hover  {
	text-decoration : underline;
}

/* Sonstige Formatierungen */

#strich {
	color: #F39700;
}

#bild {
	border: 1px;
	display: inline;
	margin-right: 10px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	float: left;	
}

#bildright {
	border: 0px;
	display: inline;
	margin-right: 5px;
	margin-left: 10px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	float: right;
}

#bildcenter {
	border: 0px;
	display: inline;
	margin-right: 5px;
	margin-left: 10px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	float: center;
}

#bildleftborder {
	border-bottom:  1px solid #FFFFFF;
	border-top:  1px solid #FFFFFF;
}

/* Kontakt-Formular */

label.formular {
	float: left;
	text-align:right;
	margin: 0px;
	vertical-align: top;
	width: 150px;
	padding-left: 0px;
}

input.felder  {
	font-size : 11px;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border: #9DBC0F 1px solid;
	width: 300px;
	background-color: #EFF1EF;
}

textarea  {
	font-size : 11px;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-right: 0px solid; 
	border-top: 0px solid; 
	border: #9DBC0F 1px solid; 
	height: 100px;
	width: 300px;
	background-color: #EFF1EF;
}

input.button  {
	font-size : 11px;
	font-weight: bold;
	color: #6A6421;
	background-color: #EFF1EF;
	border: 1px solid #9DBC0F;
	width: 180px;
} 
