* {
	margin: 0;
	padding: 0;
	font-family: Arial, Sans Serif;
	line-height: 1.5em;
}

body {
	background-color: #fefefe;
	margin:5px 0px; 
	padding:0px;
	text-align:center;
}

body * {
	text-align:left;
}

img {
	border: none;
}


input, textarea {
    border: 1px #ccc solid;
}


p.bodytext {
	margin-bottom: 1.0em;
}

div#frame {
	margin-left: auto;
	margin-right: auto;
	/*border: 1px #aaa solid;*/
	background-color: #fff;
	width: 950px;

}

div#page {
	position: relative;
}

img#logo {
	display: block;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 950px;
}

div#headerpic_container {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

img#headerpic {
	width: 950px;
}

#headerpic_button {
	position: absolute;
	top: 15px;
	right: 1px;
	display: none;
}

div#footer {
	font-size: 8pt;
	text-align: center;
}

ul#navi li{
	float: left;
	list-style-type: none;
	margin-right: 5px;
	margin-bottom: 8px;
}

ul#navi li a {
	display: block;
	height: 34px;
	background-repeat: no-repeat;
}

ul#navi li a:hover {
	background-color: #F8DA11;
}

#nav_Hof 		{ width: 180px; background-image: url(images/btn_hof.gif); }
#nav_Laden 		{ width: 198px; background-image: url(images/btn_laden.gif); }
#nav_Kurse 		{ width: 315px; background-image: url(images/btn_kids.gif); }
#nav_Kontakt 	{ width: 164px; background-image: url(images/btn_kontakt.gif); }

.active { background-color: #F8DA11; }

a:hover {
	background-color: #F8DA11;
}


a, a:visited {
	color: black;
}

div.clearer {
	clear: both;	
}

#content {
	font-size: 16px;
	float: left;
	margin-bottom: 20px;
	width: 600px;
}

#content2 {
	float: right;
	width: 235px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	/*overflow: hidden;*/
}


#content2 img {
	width: 235px;
}


#content h1.csc-firstHeader {
	/*font-family: "Times";*/
	font-size: 30px;
}

#content h1 {
	font-size: 20px;
	margin-top: 15px;
}

#content2 h1 {
	margin-top: 5px;
	/*font-family: "Times";*/
	font-size: 12pt;
}

div#footer_container {
	display: block;
/*	position: absolute;
	bottom: 0;*/
}

div.gallery {
	margin-top: 10px;
	width: 680px;
}


div.gallery a:hover {
    background-color: transparent;
}
div.gallery img {
	width: 124px;
	height: 124px;
	margin: 0 6px 6px 0px;
}

h2.tx-guestbook-header {
    padding:0!important;
}