
/* --- undo ------------ */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* --- reset ------------ */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

p, ol, ul {
	line-height: 1.67em;
}

a {
	color: #1C1400;
}

hr {
	display: none;
}

/* Clear */ 
 
 .clear {
	clear:both;
}

.floatLeft { float:left; }
.floatRight { float:right; }

.warning { color:#f00; }



/* --- html ------------ */
html {
	min-height: 99%;
	margin-bottom: 1px;
}

body {
	background: #1c1400;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff4d3;
}

/* \*/ * html body { text-align:center; font-size: xx-small; } /* *//* IE 5.5 Hack */


/* Seite */
#site-content {
	position:relative;
	display:block;
	margin:0 auto;
	padding:0;
	height:100%;
	width:790px;
	color:#fff4d3;
	background: #fff4e3;
	text-align:left;
}

/* Kopf */

#kopf {
	margin:0;
	padding:0;
	height: 270px;
}


/* Navigation im Kopfbereich */

#nav-kopf {
	margin: 0px;
	padding: 0px;
	background: #5F3606;
}

#nav-kopf li {
	display: inline;
	font-size: 16px;
	font-weight: bold;
}

#nav-kopf ul li a,
#nav-kopf ul li a:link {
	margin: 0px;
	background: #5F3606;
	padding: 4px 10px;
	text-decoration: none;
	color: #fff4e3;
}

#nav-kopf ul li a:hover{
	background: #fff4e3;
	color: #5F3606;
}

#nav-kopf ul li a.current , 
#nav-kopf ul li a.current:link{
	background: #fff4e3;
	color: #5F3606;
}

/* Gesamt-Inhalt */

#inhalt {
	margin: 0px auto;
	padding: 30px 30px 40px 40px;
	color: #1C1400;
}

/* Schrift */

#inhalt h1 {
	margin-bottom: 10px;
	}
	
#inhalt h2 {
	margin-top: 20px;
	margin-bottom: 6px;
	}	

#inhalt p {
	margin-bottom:1.0em;
	}

#inhalt ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom:1.3em;
}

/* Inhalt links */

#content {
	float: left;
	width: 490px;
	margin-bottom: 40px;
	font-size: 13px;
	line-height:1.6em;
}

/* hide from IE/MAC \*/
* html #content {
	height:1px;
}
	/* end hide */

/* --- bilder ------------ */

#content div.floatLeft img {
	margin:4px 25px 4px 0;
	border: none;
}
#content div.floatRight img {
	margin:4px 0 4px 25px;
	border: none;
}	

#content a {
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

/* Inhalt rechts */

#sidebar {
	float: right;
	width: 200px;
	margin: 70px 0 30px 0;
	font-size: 11px;
	line-height:1.2em;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li li {
	margin: 0;
	padding: 1px 0 1px 0;
}

#sidebar li li.aktiv {
	text-decoration: underline;
}

#sidebar li ul {
	margin-bottom: 20px;
	margin-left: 16px;
	list-style-type: disc;
}

#sidebar li li a {
}

#sidebar h2 {
	padding: 0;
	margin: 0 0 6px 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

.bilside img{
	padding-top: 10px;
}

/* fuss */

#footer {
	margin: 0 auto;
	background: #1c1400;
	padding: 5px 20px 50px 20px;
	color: #FFF4E3;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer p a,
#footer p a:link {
	color: #FFF4E3;
	text-decoration: underline;
}

#footer p a:hover {
	text-decoration: none;
}
 /* Modul-Formular ---------------------------------------------*/

form {
	border: none;
}

input, textarea {
	background-color:transparent;
	border-color:#5F3606;
	border-width:1px;
	border-style:solid;
	font-family: arial, Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	margin-bottom:10px;
}

.txt {
    margin-left : 0;
}

.but {
    margin-left: 0;
	color: #FFF4E3;
    background-color:#5F3606;
	border-color:#5F3606;
	border-width:1px;
    border-style:solid;
}

.formerror {
    color: red;
}

 /* Modul-Gästebuch ---------------------------------------------*/

.gb_a_kopf {
    background-color:#E3DA97;
	border-color:#5F3606;
	border-width:1px;
    border-style:solid;
    padding: 2px 3px 2px 5px;
}

.gb_a_text {
    padding: 0 3px 0 5px;
    margin-top: -9px;
}

.a63-pagination li{
	display: inline;
}

.a63-pagination li a{
	text-decoration:none;
}

.a63-pagination_aktuell {
	font-weight:bold;
}

