body {
	background-color: #666666;
	margin: 0px;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}

img {
	border: 0px;
}

* html body {
	text-align: center;
}

* html div {
	text-align: left;
}

.show {
     visibility: visible;
     display: block;
}
.hidden {
     visibility: hidden;
     display: none;
}

.vis {
     visibility: visible;
}
.invis {
     visibility: hidden;
}

table {
	border-collapse: collapse;
}

table td {
	vertical-align: top;
/*border: 1px solid #FF0000;*/
	padding: 0px;
}

table {
	font-size: 12px;
}
table.main {
	border-right: 2px solid #000000;
	width: 900px;
}
table td.left {
	background: #000000 url('gfx/cars.jpg') no-repeat bottom;
	font-family: Tahoma, Arial;
	font-size: 11px;
	height: 600px;
	width: 219px;
}
div.leftspace {
	background: #EEC508;
	height: 3px;
	line-height: 3px;
}
table td.mid {
	width: 15px;
}
table td.content {
	/*background: repeat-x url('gfx/verlauf_content.jpg');*/
	padding-right: 5px;
	padding-top: 20px;
	/*font-size: 12px;*/
}
table tr.space {
	height: 3px;
}
table td.footer {
	background: #000000;
	height: 28px;
	text-align: center;
	vertical-align: middle;
}
table td.footer a {
	color: #EEC508;
	font-size: 10px;
	text-decoration: none;
}
table td.footer a:hover {
	text-decoration: underline;
}

table.contact input {
	width: 200px;
}

div.outline {
	margin: 0px auto;
	width: 901px;
	background: #EEC508;
}
div.weiss {
	background: #FFFFFF url('gfx/verlauf_weiss.jpg') repeat-x bottom;
}

div.logotext {
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	width: 177px;
}

div.verlauf_oben {
	height: 18px;
	background: #000000 url('gfx/verlauf_oben.jpg') no-repeat left center;
}

body#body {
	text-align: left ! important;
	background: #EEC508;
	width: 100%;
}

div#gal {
	bottom: 5px;
	left: 0px;
	position: absolute;
	text-align: center;
	width: 100%;
}
div#gal_auswahl {
	background: #EEC508;
	border: 1px solid #000000;
	height: 96px;
	margin: auto;
	width: 548px;
}
table.gal_tbl {
	margin-top: 3px;
}
table.gal_tbl td {
	vertical-align: middle;
}
td.gal_img {
	border: 1px solid #000000;
	height: 90px;
	width: 120px;
}
td.gal_img img {
	/*width: 120px;*/
}
td.gal_space {
	width: 10px;
}

ul.b {
	font-weight: bold;
}
ul.big li {
	font-size: 16px;
}

div {
	margin: 0px;
}

div.rund {
	background: url('gfx/rundeecke_topleft.gif') top left no-repeat;
	width: 450px;
}

div.rund div {
	background: url('gfx/rundeecke_topright.gif') top right no-repeat;
}

div.rund div div {
	background: url('gfx/rundeecke_bottomleft.gif') bottom left no-repeat;
}

div.rund div div div  {
	/* top right bottom left*/
	padding: 10px 50px 23px 50px;
	background: url('gfx/rundeecke_bottomright.gif') bottom right no-repeat;
}
div.rund div div div ul {
	background: #FFFFFF;
	list-style-image:url('gfx/ul_arrow.gif');
	margin: 0px;
	padding: 0px;
}
div.rund_white {
	background: url('gfx/rundeecke_topleft_white.gif') top left no-repeat;
	width: 450px;
}

div.rund_white div {
	background: url('gfx/rundeecke_topright_white.gif') top right no-repeat;
}

div.rund_white div div {
	background: url('gfx/rundeecke_bottomleft_white.gif') bottom left no-repeat;
}

div.rund_white div div div  {
	/* top right bottom left*/
	padding: 10px 50px 23px 50px;
	background: url('gfx/rundeecke_bottomright_white.gif') bottom right no-repeat;
}
div.rund_white div div div ul {
	background: #EEC508;
	list-style-image:url('gfx/ul_arrow_white.gif');
	margin: 0px;
	padding: 0px;
}

ul.nav {
	background: #000000;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 219px;
}

ul.nav li {
	height: 32px;
	line-height: 32px;
	text-align: right;
	padding: 0px 10px;
}

ul.nav li.sel {
	background: #EEC508;
	border-bottom: 1px solid #FFFFFF;
}
ul.nav li.sel a {
	color: #000000;
}

ul.nav li a {
	color: #EEC508;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
ul.nav li a:hover {
	text-decoration: underline;
}

a {
	color: #000000;
}

a.index {
	width: 100%;
	height: 560px;
	display: block;
}
a.adaclink {
	background: url('gfx/adac.jpg');
	display: block;
	float: right;
	height: 60px;
	width: 200px;
}
a.adaclink:hover {
	background: url('gfx/adac_hover.jpg');
}

h1 {
	font-size: 24px;
}

h1.under {
	background: no-repeat left bottom url('gfx/verlauf_underline.jpg');
}
h2 {
	font-size: 16px;
}

/*guestbook*/
.post {
	border-bottom: 1px solid black;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.poster {
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}