/* Reset */
@import "reset.css";

/*********************************************************************************

				Oliver Kreischer
				Programmierung | Design
				Zellerberg 3
				82340 Feldafing
				
				http://www.kreischer.de
				Telefon: 08157-9993093

**********************************************************************************/


/* ### HTML ###################################################################### */
html {
	min-height: 101%;
	margin-bottom: 1px;
	background-color: #B57443;
}

/* ### BODY ###################################################################### */
body {
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}

a:link,a:visited {
	color: #ffcc00;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}


a:focus { outline: none; color: #000;}


.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #ffcc00;
	font-size: 18px;
	font-style: italic
}

a:focus { outline: none; }
legend { display:none; }



.clear {
	font-size: 1px;
	line-height: 1px;
	height:1px;
	clear: both;
}


/* Seitenwrapper */
#wrapper {
	position:relative;
   	margin: 0 auto;
	width: 800px;
	margin-top: 10px;
}

/* Top Navigation*/
#topnav	{
	margin-left: 8px;
	}
	
#topnav ul {
	list-style: none;
	margin:0;
	padding:0;
	}
#topnav li {
	float:left;
	text-align:center;
	font-weight: bold;
	font-size: 16px;
	}

#topnav li a {
	display: block;
	padding: 5px 6px 0 6px;
	color:#e8e8e8;
	text-decoration:none;
	}
	
	
#topnav li a:hover, li a:focus, li a.active {
	color: #ffcc00;
	}

#topnav li a.active {
	color: #ffcc00;
}

/* Subnavigation */
#subnav {
	display: block;
	float: left;
	width: 200px;	
	line-height: 23px;
	font-size: 16px;		
	margin-top: 60px;
	padding-left: 15px;
}

#subnav li a{
	font-weight: bold;
	padding-top: 2px;
	display: block;
	color: #fff;

	text-decoration: none;	
}

#subnav li li  {
	background: url('arrow_subnav.gif') 16px 9px no-repeat;
}

#subnav li li a {
	font-weight: bold;	
	padding-top: 1px;
	height: 25px;	
	padding-left: 32px;
	color: #616163;
	text-decoration: none;	
}

#subnav .active {
	font-weight: bold;
	color: #ffcc00;
}

#subnav li li .active {
	font-weight: bold;
	color: #ffcc00;
}

#subnav li a:hover, li a:focus, li a.active {
	color: #ffcc00;
	}


#subnav .subnavheadline {
	height: 25px;	
	padding-top: 5px;
	display: block;
	color: #616163;
	text-decoration: none;
}	

#subnav h2 {
	width: 200px;
	margin: 0;
	color: #fff;
	font-size: 11px;
	line-height: 13px;	
}

#subnav h1 {
	width: 200px;
	margin: 0;
	color: #ffcc00;
	font-size: 14px;
	line-height: 13px;	
}

	
#subnav h3 {
	width: 200px;
	margin: 0;
	color: #747476;
	font-size: 10px;
	margin-bottom: 2px;
	font-weight: normal;
	line-height: 13px;	
	text-transform: uppercase;
}

#subnav p {
	width: 200px;
	margin: 0;	
	margin-top: 4px;	
	color: #fff;
	font-size: 12px;
	line-height: 13px;
}


.zurueck a {
	margin-top: 2px;
	color: #032b55;
	text-decoration:none;
}
.zurueck a:hover,
.zurueck a:active,
.zurueck a:hover,
.zurueck a:active {
	color: #000;
}

#subnav .subabstand {
	height: 17px;	
	display: block;
}
	

/* Wrapper für Hauptnavigation + Content */
#contentwrap {
	position:relative;
	float: left;
	width: 800px;
	text-align:left;
}

/* Logo und Claim */
#logowrap {
	height: 55px;
	width: 800px;
	margin: 0 auto;	
}

#logowrap h1 {
	background: url('logo.jpg') 8px 0 no-repeat;
	width: 800px;
	height: 55px;

}
#logowrap h1 a {
	color: #000;
	display: block;
	width: 800px;
	height: 55px;
	outline:0;
}
#logowrap h1 a:hover {
}
#logowrap h1 a span {
	display: none;
}



/* Content-Bereich */
#content {
	float: right;
	width: 550px;
	margin-top: 60px;
	color: #fff;
	line-height: 20px;
}

/* Überschriften */
h1, h2, h3 {
	color: #ffcc00;
}
h1 { margin: 0 0 10px 0; font-size: 18px;}
h2 { margin: 0 0 1.0em 0; font-size: 16px;}
h3 { margin: 0 0 0 0; font-size: 14px; }
h4, h5, h6 {
	color: #000;
}
h4 { margin: 0; padding: 0;font-size: 11px; color: #fff; font-weight: normal; line-height: 13px;}
h5 { margin: 0 0 1.0em 0; font-size: 1.2em; }
h6 { margin: 0 0 5px 0; font-size: 1.6em; }

.schwarz {font-weight: bold;color: #000;}

#content h2 {
	margin-bottom: 5px;
}

/* Listen */
#content ul {
	list-style: none;
	margin: 2.0em 0 2.0em 15px;
}
#content ul li {
	background: url('bullet.gif') 5px 7px no-repeat;
 	margin-bottom: 1px;
	padding-left: 20px;
}

#content ol {
	list-style: decimal;
	margin: 2.0em 0 2.0em 2.5em;
}
#content ol li {
 	margin-bottom: 0.5em;
}


/* Text mit Bild */
#content .txt-img {
	clear: both;
}
#content .txt-img .floatLeft {
	float: left;
	margin: 0 1.0em 0 0;
}
#content .txt-img .floatRight {
	float: right;
	margin: 0 0 0 1.0em;
}

#content p {
	margin-bottom: 12px;
}




/* Footer */
#footer {
	width: 800px;
	margin: 0 auto;
	clear: left;
	padding-top: 20px;
}

#footerbottom {
	border-top: 1px solid #995b20;

}

#footercontent {
	font-size: 10px;	
	color: #fff;
	margin-top: 6px;
}

#footer .copyright {
	font-size: 10px;
	float: left;
	margin-left: 20px;
}

#footer .links {
	float: right;
	font-size: 10px;	
	text-align: right;
	margin-right: 20px;
}


#footer a {
	display: inline-block;
	color: #ffcc00;
	text-decoration: none;
}
#footer a:hover, #footer .links a:active {
	color: #ffcc00;
	text-decoration: underline;
}



/*
ins {
	text-decoration: none;
	border-bottom:dotted 1px #0a3a67;
	}
*/


.linie {
	display: block;
	height: 30px;
	background: url('navlinie.gif') repeat-x center;
	clear: both;
}

.linienews {
	display: block;
	height: 30px;
	background: url('navlinie.gif') repeat-x center;
	clear: both;
}


.extern {
	padding-left:15px;
	color: #000;
	background:url('ext_link.gif') no-repeat 1px 2px;	
	color: #ffcc00;
	text-decoration: none;
	}

.extern :hover,
.extern a:hover,
.extern a:active,
.extern a:focus {
		text-decoration: underline;
	}


	/*	Formulare *****************************************************************/
	div#form-module fieldset {
				font-size: 14px;
	}

	div#form-module p {
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		font-size: 14px;
		clear: both;
		margin-bottom: 3px;
	}
	div#form-module p.formcheckbox, 
	div#form-module p.formmcheckbox {
		float: left;
		width: 100%;
	}
	div.com-usersearch p.ftxt, 
	div.com-usersearch p.fslct {
		float: left;
	}

	div#form-module p.formselect, 
	div#form-module p.formtextarea, 
	div#form-module p.formcheckbox, 
	div#form-module p.formmcheckbox {
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
		font-size: 14px;
	  	margin-bottom: 3px;
	}
	div#form-module p.formhtml, 
	div#form-module p.formcaptcha {
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
		margin-top: 10px;
		margin-bottom: 5px;
		font-weight: bold;
	}
	div#form-module p.formhtml {
		font-weight: bold;
	}


	/******************************	Label */
	div#form-module p label {
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
		display: block;
		float: left;
		width: 180px;
		padding-top: 1px;
	}
	div#form-module p.formtextarea label {
		float: none;
	}
	div#form-module p.formcheckbox label {
		padding-top: 0px;
	}
	div.com-answer div#form-module div.com-content p.formtext label {
		width: 80px;
	}
	div#form-module p.formtextarea label {
		display: block;
		float: left;
		width: 180px;
		padding-top: 1px;
	}

	/******************************	Captcha */
	div#form-module p.formcaptcha input {
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
		margin-top:4px;
	}
	div#form-module p.formcaptcha span {
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
		display:block;
	}

	/******************************	Input */
	div#form-module p.formtext input, 
	div#form-module p.formpassword input, 
	div#form-module p.formcaptcha input {
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
		font-size: 12px;
		padding: 2px;
		width: 330px;
	}
	div.com-answer div#form-module div.com-content p.formtext input {
		width: 300px;
	}
	div#form-module p.formcaptcha input {
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
		width: 180px;
	}
	div#form-module p.formtext input, 
	div#form-module p.formpassword input, 
	div#form-module p.formcaptcha input, 
	div#form-module p.formmediapool input {
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
		border: 1px solid #d9d9d9;
		font-size: 12px;
	}

	/******************************	TEXTAREA */
	div#form-module p.formtextarea textarea {
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
		padding: 2px;
		width: 330px;
		height: 200px;
		font-size: 12px;
		border: 1px solid #d9d9d9;
	}
	div.com-answer div#form-module div.com-content p.formtextarea textarea {
		width: 330px;
	}
	/******************************	Select */
	div#form-module p.formselect select {
		border: 1px solid #d9d9d9;

	}

	/******************************	CHECKBOX */
	div#form-module p.formcheckbox input, 
	div#form-module p.formmcheckbox input {
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
		float: left;
		margin: 1px;
		margin-left: 180px;
	}
	div#form-module p.formmcheckbox input {
		margin-left: 0px;
	}
	div#form-module p.formcheckbox label, 
	div#form-module p.formmcheckbox label {
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
		float: left;
		margin-left: 10px;
		width: 330px;
	}

	/******************************	LINE */
	div#form-module p.formline {
		overflow: hidden;
		height: 1px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
	}

	div#form-module .inp_disabled {
		height: 20px;
		background-color: #e0e0e0;

	}

	.auswahl {
		margin-left: 180px;

	}


	.form_warning li{
		color: #fff;	
		font-weight: bold;
	}


	/******************************	SUBMIT */
	div#form-module p.formsubmit label {
		display: none;
	}
	div#form-module p.bt1, 
	div#form-module p.formsubmit input {
		margin-left: 180px !important;
		margin-left: 183px;
		width: 200px;
	}
	div#form-module p.formsubmit input {
		padding: 2px;
		background-color: #d9d9d9;
		border: 0;
		color: #000;
	}

	#slideshowcontainer {
		position: absolute;
		margin-left: -25px;
		padding: 0;
		z-index: -1;
	}


.image dd {
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 10px;
}




.list_content {
	font-weight:normal;
	text-decoration:none;
	font-size:14px;
	width: 500px;
	display: block;
	margin-left: 30px;
	margin-bottom: 15px;
	}

.list_content2 {
	padding-top: 2px;
	width: 30px;
	float: left;
}

.list_content3 {
  	font-size:12px;
	margin-top: -18px;
	text-decoration:none;
	padding-left: 58px;
	padding-bottom: 10px;
	}



.scrollwrapper {
height: 190px;
overflow: hidden;
}


.accordionueberschrift {
	margin-left: 3px;
	font-size: 14px;
	padding-left: 10px;
	padding-bottom: 8px;
	cursor: pointer;
	font-weight: bold;
	color: #ffcc00;
	background:url('bullet.gif') no-repeat 0px 6px;
}


.accordioninhalt {
	display:none;
	color: #000;
	padding: 15px;
	margin-bottom: 10px;
}

#content .accordioninhalt ul {
	list-style: none;
	margin: .5em 0 .5em 0;
}


#contentwrap table {
	width: 99%;
}

#contentwrap table,
#contentwrap th,
#contentwrap td {
	border-collapse: collapse;
	color: #fff;
}

#contentwrap caption {
	font-size: 12px;
	margin: 5px;
}

#contentwrap td,
#contentwrap th {
	padding: 5px;
}

#contentwrap thead th {
	text-align: center;
	font-size: 12px;
}

#contentwrap tbody th {
	font-weight: bold;
}

#contentwrap tbody tr { background: #B57443; }

#contentwrap tbody tr.odd { background: #B57443; }

#contentwrap table a:link {
	color: #718ABE;
	text-decoration: none;
}

#contentwrap table a:visited {
	color: #718ABE;
	text-decoration: none;
}

#contentwrap table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

#contentwrap tfoot th,
#contentwrap tfoot td {

	font-size: 12px;
}
#contentwrap tbody tr:hover {
  }



/****/

.highslide {
   	cursor: url(../highslide/graphics/zoomin.cur), pointer;
   	display: block;
   	float: left;
}

.highslide-container div {
	font-size: 10pt;
}

.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}

.highslide {
}

.highslide img {
	display: block;
	margin: 4px 8px 2px 4px;
	border: 1px solid #000;	
}

.highslide:hover img {
	border: 1px solid #ffcc00;	
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {

}

.highslide-image {

}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border-top: none;
	background: white;
	padding: 5px 0 0 5px;
	color: #000;
	text-align: left;
}
.highslide-heading {
	display: none;
	height: 20px;
	overflow: hidden;
	cursor: default;
	color: #000;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}

.highslide-dimming {
	position: absolute;
	background: #B57443;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(../highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: gray;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	top: -23px;
	left: 7px;
}
.highslide-controls ul {
	height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.highslide-controls li {
	float: left;
}
.highslide-controls a {
	background-image: url(../highslide/graphics/controlbar-white-small.gif);
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-controls .highslide-move {
	display: none;
}
.highslide-move a {
	cursor: move;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}


/*gästebuch*/

.gheadline {
	font-size: 12px;
	background-color: #bc7744;
	margin:0;
	padding: 0;
}

.gnr {
	margin:0;
	padding: 0;
	font-size: 10px;
	line-height: 10px;

}

.gantwort {
	padding: 5px;
	background-color: #bc7744;
}

.gname {
	margin:0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

.gname a:link, .gname a:visited {
	color: #ffcc00;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}


ul.gpaging {
	height: 22px;
}

ul.gpaging li a{
	display: block;
	float: left;
	width: 20px;
	padding: 0;	
	list-style: none;
	background-image: none;
	text-align: center;
}

/*********/
.shopartikel {
	margin-left: -15px;
	margin-bottom: 70px;

}

.shopbild {
	margin-left: -250px;
	display: block;
	width: 220px;
	float: left;
}

.shoptext {
	width: 500px;
	font-size: 13px;
	line-height: 16px;
}

.shoptext h1 {
	margin-bottom: 15px;
	
}

.shoptext p {
	margin:0;
	padding: 0;
}

.preis {
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
}


