/*	STYLESHEET GASTHAUS LOHGARTEN
==================================================================*/

* {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: justify
}

h1 {
	font-size: 30px;
	margin-bottom: 20px;
}

img {
	margin: 20px;
}

ol {
	margin-top: 14px;
}

/*------------------------------WRAPPER---------------------------*/

#wrapper {
	background-image:url(shadow.gif);
	background-repeat: repeat-y;
	width: 808px;
	margin: 10px auto 0px auto;
}

/*------------------------------HEADER----------------------------*/

#header {
	background-image: url(header.jpg);
	height: 154px;
}

/*------------------------------MAIN------------------------------*/

#main {
	margin-left: 4px;
	margin-right: 4px;
}

#main p {
	margin-top: 12px;
	margin-bottom: 12px;
}

/*------------------------------NAVI------------------------------*/

#navi {
	background-color: #001101;
	margin-top: 5px;
	float: left;
	background-position: bottom;
	background-repeat: no-repeat;
	height: 450px;
}

#navi li {
	backround-color: #FF0000;
	list-style-type: none;
	margin-top: 5px;
}

#navi a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	width: 130px;
	height: 30px;
	padding-top: 7px;
	padding-left: 30px;
}

#pyraser a {
	color: #001101;
	padding-top: 0px;
	padding-left: 0px;
	width: 0px;
	height: 0px;
}

#navi a:hover {
	background-color: #f3f4cc;
	color: #001101;
}

/*------------------------------CONTENT---------------------------*/

#content {
	padding: 20px;
	margin-left: 160px;
	min-height:430px;
}

#content li {
	margin-bottom: 20px;
	margin-left: 20px;
}

/*------------------------------FOOTER-----------------------------*/

#footer {
	background-image: url(footer.gif);
	height: 54px;
	background-position:bottom;
}

/*------------------------------TYPO3------------------------------*/
#csc-textpic-text {
	padding-left: 20px;
}

.csc-mailform-field label{
	display: block;
	margin-top: 20px
}

.csc-mailform-field {
	margin-left: 20px
}

.csc-mailform {
	margin-top: 20px;
	width: 220px;
}

.csc-mailform-submit {
	margin-left: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.csc-textpic-caption {
	text-align: center;
	padding: 20px;
}

DIV.csc-textpic DIV.csc-textpic-imagerow {
	clear: none;
}

DIV.csc-textpic-above DIV.csc-textpic-text { clear: none; }

#usercounter {
	position: fixed;
	right: 0px;
	top: 20px;
	margin-right: -25px;
}

#usercounter font {
	display: none;
}

#zusatz {
	width: 300px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

#zusatz li {
	display: inline;
	color: #81c785;
	font-size: 10px;
}

#zusatz a {
	color: #81c785;
	font-size: 14px;
	text-decoration: none;
}


#zusatz a:hover {
	color: #001101;
	text-decoration: underline;
}