html {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	background: #FCFFED;
	color: #742800;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

h1 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9DBC0F;
}

h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #9DBC0F;
}

hr {
	height: 1px;
	border: #742800 1px dotted;
	margin: 0px;
	padding:0px;
}

ul li {
	list-style-image: url(../images/pfeil.gif)
}

ol li {
	padding-bottom: 10px;
}

.rot {
	color: #FF6600;
	font-size: 12px;
	font-weight: bold;
}

.gross {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #9DBC0F;
}

.klein {
	font-size: 10px;
}


/* Formatierung der Tabelle */

td.braun {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight : bold;
	color: #F1F7D4;
	height: 30px;
	background-color: #BF4A0C;
	text-align: right;
}

td.braunbild {
	background-color: #BF4A0C;
	vertical-align: top;
}

td.rot {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight : bold;
	color: #F1F7D4;
	background-color: #FF6600;
	text-align: left;
	height: 30px;
}

td.rotunten {
	background-color: #FF6600;
}

td.textbereich {
	vertical-align: top;
}

td.content {
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	line-height: 17px;
}

td.footer {
	font-size: 10px;
}

td.borderright {
	background-image: url(../images/bg_schatten.gif);
}

/* Angebots-Tabelle */

td.angebotleft {
	padding: 7px 7px 7px 7px;
	text-align: center;
	border-bottom:  1px dotted #742800;
	border-right:  1px dotted #742800;
}

td.angebottext {
	padding: 5px 5px 5px 5px;
	text-align: left;
	border-bottom:  1px dotted #742800;
}

/* Links */

a {
	color: #9DBC0F;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight : normal;
	text-decoration : underline;
}

a:link, visited, active  {
	text-decoration : underline;
}

a:hover  {
	text-decoration : none;
}

/* Navigation */

a.navi {
	color: #F1F7D4;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight : bold;
	text-decoration : none;
	margin: 0px 6px 0px 6px;
}

a.navi:link, visited, active  {
	text-decoration : none;
}

a.navi:hover  {
	text-decoration : underline;
}

/* Sub-Navigation */

a.subnavi {
	color: #742800;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight : normal;
	text-decoration : none;
}

a.subnavi:link, visited, active  {
	text-decoration : none;
}

a.subnavi:hover  {
	text-decoration : underline;
}

/* Sonstige Formatierungen */

#bildmehr {
	border: 0px;
	display: inline;
	padding: 0px 0px 0px 0px;
	text-align: right;
	float: right;
}

#bildright {
	border: 0px;
	display: inline;
	padding: 0px 10px 0px 0px;
	text-align: right;
	float: right;
}

#bildleft {
	border: 0px;
	display: inline;
	padding: 0px 10px 0px 0px;
	text-align: right;
	float: left;
}

/* Formular */

label.formular {
	float: left;
	text-align:right;
	margin: 0px;
	vertical-align: top;
	width: 150px;
	padding-left: 0px;
}

input.felder  {
	font-size : 12px;
	color: #742800;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border: #742800 1px solid;
	width: 300px;
	background-color: #D8E49F;
	padding: 2px 0px 2px 0px;
	margin: 2px 0px 2px 5px;
}

select  {
	font-size : 12px;
	color: #742800;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border: #742800 1px solid;
	width: 120px;
	background-color: #D8E49F;
}

textarea  {
	font-size : 12px;
	color: #742800;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-right: 0px solid; 
	border-top: 0px solid; 
	border: #742800 1px solid; 
	height: 100px;
	width: 300px;
	background-color: #D8E49F;
	padding: 2px 0px 2px 0px;
	margin: 2px 0px 2px 5px;
}

input.button  {
	color: #742800;
	background-color: #D8E49F;
	border: 3px double #742800;
	width: 180px;
	margin: 2px 0px 2px 5px;
} 