/* Body */
body {
	background-color:#ffffe6;
	color:#b09848;
}

body.header {
	background-color: #990033;
	color: #b09848;
}

/* Links*/
a:link {
	color:#B09848;
	/*text-decoration:none;*/
}

a:visited {
	color:#B09848;
	/*text-decoration:none;*/
}

a:hover {
	color:#B09848;
	/*text-decoration:none;*/
}

a:active {
	color:#B09848;
	/*text-decoration:none;*/
}

a:focus {
	color:#B09848;
	/*text-decoration:none;*/
}

img {
	border: 0px;
}
/* Tabellen */

table {
	width: 90%;
}

td.nav_small {
	width: 20%;
	height: 27px;
	padding-left:15px;
	padding-right:15px;
	background-color: #990033;
	color: #b09848;
	font-weight: bold;
}

td.nav_small_blind {
	width: 20%;
	height: 27px;
	padding-left:15px;
	background-color: #ffffe6;
	color: #ffffe6;
	font-weight: bold;
}

td.nav_large {
	width: 80%;
	height: 108px;
	text-align:center;
}

td.wc_small {
	text-align: center;
	vertical-align: top;
	width: 35%;
	padding-bottom: 25px;
	padding-top: 25px;
}

td.wc_large {
	text-align: left;
	width: 65%;
	padding: 25px;
	color: #b09848;
	line-height: 150%;
	font-size: 14pt;
	font-family: 'Times New Roman',Times,serif;
}

td.arrange_header {
	text-align: left;
	width: 100%;
	padding: 0px;
	color: #b09848;
	line-height: 150%;
	font-weight: bold;
	font-size: 14pt;
	font-family: 'Times New Roman',Times,serif;
}

td.arrange_content {
	text-align: left;
	width: 100%;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	color: #b09848;
	line-height: 150%;
	font-size: 14pt;
	font-family: 'Times New Roman',Times,serif;
}

td.price_table {
	text-align: left;
	border: 1px solid #b09848;
	width: 25%;
	padding: 10px;
	color: #b09848;
	line-height: 150%;
	font-size: 14pt;
	font-family: 'Times New Roman',Times,serif;
}

td.price_text {
	text-align: left;
	width: 90%;
	padding: 25px;
	color: #b09848;
	line-height: 150%;
	font-size: 14pt;
	font-family: 'Times New Roman',Times,serif;
}

td.index {
	text-align: center;
	width: 33%;
	padding: 10px;
	color: #b09848;
	line-height: 150%;
	font-size: 12pt;
	font-family: 'Times New Roman',Times,serif;
}

td.request {
	text-align: left;
	vertical-align: top;
	width: 50%;
	padding: 10px;
	color: #b09848;
	line-height: 150%;
	font-size: 14pt;
	font-family: 'Times New Roman',Times,serif;
}

input {
	width: 175px;
}

input.button {
	width: 180px;
}

select {
	width: 175px;
}	

textarea {
	width: 175px;
}

td.header_img {
	text-align: left;
	vertical-align: bottom;
	height: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #990033;
	color: #b09848;
	font-size: 12pt;
	font-family: 'Times New Roman',Times,serif;
}

td.header_text {
	text-align: left;
	vertical-align: bottom;
	height: 40px;
	padding-bottom: 7px;
	padding-top: 10px;
	background-color: #990033;
	color: #b09848;
	font-size: 12pt;
	font-weight: bold;
	font-family: 'Times New Roman',Times,serif;
}

td.footer_text {
	text-align: center;
	vertical-align: center;
	width: 10%;
	background-color: #990033;
	color: #b09848;
	font-size: 12pt;
	font-weight: bold;
	font-family: 'Times New Roman',Times,serif;
}