/* * {
	margin: 0;
	padding: 0;
}*/

body {
	background: #00001B;
	margin: 0;
	color: white;
	font: 13px/18px Arial, Helvetica, sans-serif;
}

#container {
	width: 930px;
	background: transparent;
}

#navibox {
	background: transparent;
	color: black;
	font-size: 14px;
	float: left;
}

#navibox ul {
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#navibox li a, #navibox li a:visited {
	background: #1A1A32;
	margin-bottom: 3px;
	width: 160px;
	color: white;
	text-decoration: none;
	display: block;
	padding: 7px;
}

#navibox li a:hover, #navibox li a:active {
	background: #393733;
	margin-bottom: 3px;
	width: 160px;
	color: white;
	text-decoration: none;
	display: block;
	padding: 7px;
}

#navibox li.act a {
	background: #393733;
	margin-bottom: 3px;
	width: 160px;
	color: white;
	text-decoration: none;
	display: block;
	padding: 7px;
}

#headline {
	color: #000046;
	background: transparent;
	font-size: 36px;
	padding-top: 30px;
	padding-bottom: 25px;
	text-transform: uppercase;
}

#contentbox {
	background: transparent;
	text-align: left;
	display: table;
	width: 700px;
	padding-top: 20px;
	padding-bottom: 10px;
}

a {
	color: #BDB76B;
	text-decoration: underline;
}

a:visited {
	color: #BDB76B;
	text-decoration: underline;
}

a:active {
	color: #BDB76B;
	text-decoration: underline;
}

a:hover {
	color: #BDB76B;
	text-decoration: none;
}

a.print {
	font-size: 10px;
	text-decoration: underline;
	color: #BDB76B;
}

#footer {
	font-size: 10px;
	line-height: 10px;
	padding-top: 10px;
	clear: left;
	border-top: 1px solid white;
}

#footer_left {
	float: left;
}

#footer_right {
	text-align: right;
}

a.footer {
	font-size: 10px;
	text-decoration: underline;
	color: #BDB76B;
}

h1 {
	font-size: 18px;
	color: #BDB76B;
}


table caption {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #BDB76B;
	margin-bottom: 5px;
}

th.td-0, th.td-1, th.td-2, th.td-last {
	padding: 3px;
	font-size: 13px;
	font-weight: bold;
	background: #393733;
	color: #FFFFFF;
}

td.td-0, td.td-1, td.td-2, td.td-last {
	padding: 3px;
	font-size: 11px;
	background: #FFFFFF;
	color: #00001B;
}

div.tx-veguestbook-pi1 { color:#FFFFFF; font-size: 11px; }
.tx-guestbook-list-header { background-color: #1A1A32; color: #FFFFFF; font-weight:bold; }
.tx-guestbook-list-row { background-color: #FFFFFF; color: #000000; }
.tx-guestbook-list-rowleft { background-color: #333; color: #000000; }
.tx-guestbook-list-entrycomment-title {font-weight: bold; }
.tx-guestbook-list-entrycomment { font-style: italic; }
.tx-guestbook-list-small { font-size: 9px; color: #666666; }
.tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #666666; }
.tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
.tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; }
.tx-guestbook-latest-header { background-color: #539521; color: #FFFFFF; font-weight:bold; }
.tx-guestbook-latest-row { background-color: #FFFFFF; }
.tx-guestbook-latest-small { font-size: 9px; color: #666666; }
.tx-guestbook-form-inputfield-med { border-style: solid; border-width: 1px; border-color:#006; font-size:12; color:#393733; background-color: #FFF; width:100; height:20; }
.tx-guestbook-form-inputfield-big { border-style: solid; border-width: 1px; border-color:#006; font-size:12; color:#393733; background-color: #FFF; width:150; height:20; }
.tx-guestbook-form-textarea { border-style: solid; border-width: 1px; border-color:#006; font-size:12; color:#393733; background-color: #FFF; width:230; }
.tx-guestbook-form-obligationfield { color: #CC0000; }
.tx-guestbook-form-error { color: #CC0000; }