/* Grundeinstellungen */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FBF1CE url(../img/header_background_side.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2B2B2B;
	margin-bottom: 10px;
	text-align: center;
}

h1, h2, h3, h4, p {
	clear: both;
	margin: 0px;
}

h1, h2, h3, h4 {
	margin-bottom: 10px;
	padding-bottom: 9px;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #993300;
}

fieldset {
	padding:0px;
	margin:0px;
	border:0px none;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
}

h3 {
	padding-top: 9px;
	padding-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

/* p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 170%;
	text-align: justify;
} */


/* �nderungen Gastro Dreams */

ul, ol {
	/* margin-bottom: 1.5em; */
        margin-left:20px !important;
	/* line-height: 140%; */
	text-align: justify;
}

p {
	margin-bottom: 3px;
	line-height: 170%;
	text-align: justify;
}



a {
	color: #AF3A00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
        background-color:#FFF;
        padding: 3px;
	float: left;
	margin: 5px 20px 0 0;
	border:#e7e3cf 4px solid
}

img.imgborder {
	border:#e7e3cf 4px solid
}

img.right {
        background-color:#FFF;
        padding: 3px;
	float: right;
	margin: 5px 0 0 20px;
	border:#e7e3cf 4px solid
}

/* Wrapper */
#wrapper {
	width: 950px;
	margin: 0 auto;
	background: url(../img/header_background.gif) no-repeat 50% 0%;
}

/* Header */
#header{
	height: 366px;
	width: auto;
}

div#header_text{
	padding-top: 70px;
	text-align: right;
	padding-right: 50px;
	margin-bottom: 10px;
}

div#header_text strong {
	font-size: 10pt;
	color: #3d2300;
}

div#header_img{
	height: 192px;
}
* html div#header_img img{
	margin-left: 47px;
}
/* Menu */
#menu{
	padding-top: 19px;
	padding-left:97px;
}


#menu div{
	float: left;
	padding-top: 7px;
}

#menu div a{
	line-height: normal;
	font-size: 10pt;
	font-weight: bold;
	color: #705304;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}

#menu div a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Seiten und Bl�cke */

#page {
	background: url(../img/page_background.gif) repeat-y;
	/*margin-left: 15px;
	padding-top: 0px;*/
	float: left;
	clear: both;
	width: 950px;
}

#findform{
	text-align: left;
	margin-bottom: 10px;
	vertical-align: top;
}

#findform *{
	vertical-align: top;
}

input#query {
	width: 127px;
	height: 26px;
}

input#go {
	background: #FCF1D3 url(../img/search.gif) no-repeat;
	border: 0px;
	width: 20px;
	height: 20px;
	margin-top: 3px;
}

button#go img{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#sitewrap {
	padding: 0px 0px 0px 0px;
	clear: both;
}

#rightbl_outher{
	clear: right;
	float: right;
	margin-right: 25px;
}

#rightbl_outher_background{
	width: 200px;
	background: #FDE198;
}

#rightbl {
	/*padding: 20px;*/
	font-size: 11px;
	/*margin-right: 25px;*/
}

#rightbl p {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #808080;
}

#content {
	clear: none;
	float: left;
	width: 530px;
	background:#FBE7B2;
	padding: 0px;
	position:relative;
}

#content h1{
	font-weight: normal;
}

#content p{
	line-height: 140%;
}

/* #content * img{
	border: 0px;
} */

#content img {
     border:#8C5112 1px solid;
}

#content h1, h2 {
	/*border-bottom:#e7e3cf 1px solid;*/
}

#content p, h1, h2, h3, h4 {
	margin:10px;
}

#content ul, ol {
	/* list-style: none; */
    list-style-image:url(../img/list_arrow.gif);
	margin:0px 10px 20px 5px;
	/*margin:10px 10px 20px 20px;*/
}

#content ul li {
	/* background:url(../img/img09.gif) no-repeat 1px 9px; */
	padding-left: 0px;
}

div.lefttext { margin:10px; text-align: left; line-height:140%; }
div.righttext { margin:10px; text-align: right; line-height:140%; }
div.centertext { margin:10px; text-align:center;  line-height:140%; }
div.imgleft img { float: left; margin: 5px 20px 0 0; border:#e7e3cf 4px solid }
div.imgright img { float: right; margin: 5px 0 0 20px; border:#e7e3cf 4px solid }

#leftbl_outher{
	float: left;
	margin-left: 25px;
	width: auto;
	padding: 0px 5px 5px 0px;
	background-color: #FCF1D3;
	text-align: left;
}

#leftbl {
	background-color: #FCF1D3;
	font-size: 11px;
	width: 160px;
}

#leftbl a:hover {
	color: #AF3A00;
	text-decoration: none;
}

#leftbl a {
	color: #000000;
	text-decoration: none;
}

#leftbl p {
	padding: 5px;
	text-align: left;
}

#leftbl h2 {
	margin: 0px;
	padding: 0px;
	border: 1px solid #D27D00;
	text-align: left;
	padding: 4px 14px;
	font-size: 12px;
	font-weight: bold;
	background:url(../img/box_header.gif) repeat-x;
	color: #7A5A03;
	margin-bottom: 10px;
}

#contbox {
	width: 160px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #FDE198;

	/*padding: 10px 0px 0px 10px;*/
}

#contbox p {
	margin: 0px 10px 0px 10px;
}

#contbox img{
	margin-bottom: 0px;
}

#contbox span {
	display: block;
	background:red;
}

#footer {
	background-color: red;
	background:url(../img/footer_background.gif) no-repeat 50% 0%;
	clear: both;
	text-align: right;
	color: #FFFFFF;
	height: 30px;
}

#footer div#footer_left {
	font-size: 11px;
	margin: 0px;
	text-align: left;
	padding: 7px 30px;
	float: left;
	text-align: left;
}



#footer div#footer_right {
	font-size: 11px;
	margin: 0px;
	text-align: left;
	padding: 7px 30px;
	float: right;
	text-align: right;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.entry {
	padding: 5px 0px 10px 0px;
	clear: both;
	float: left;
	clear: both;
	width:100%;
}

.entry p {
	border-top:#e7e3cf 1px solid;
	margin:0px !important;
	padding:0px 10px 0px 10px;
}

.entry p a {
	font-size: 11px;
}

.entry p span {
	font-size: 10px;
	color:#808080;
}

.entry p strong a {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

.paid img.right {
	border:#ffffff 4px solid;
}

.paid  {
	padding: 5px 0px 10px 0px;
	clear: both;
	border-bottom:#F2EDD0 1px solid;
	background:#e7e3cf;
	float: left;
	clear: both;
	width:100%;
}

.paid p {
	margin:0px !important;
	padding:0px 10px 0px 10px;
}

.paid p a {
	font-size: 11px;
}

.paid p span {
	font-size: 10px;
	color:#808080;
}

.paid p strong a {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.entry img, .paid img{
width: 117px !important;
height: 88px !important;
float:right !important;
margin: 22px 0 10px 10px !important;
}
.category {
	clear: none;
	float: left;
	padding-left:15px;
    width: 235px;

	height: auto;
	font-size: 11px;
	text-align: left;
	padding-bottom:10px !important;
}

.category img{
	border: 0px !important;
}

.category_inner{
	margin-left: 50px;
}

.category * a.sub_cat, .category * a.sub_art {
	font-size: 11px;
	color: #3c2c03;
}

.category * a.sub_cat:hover, .category * a.sub_art:hover {
	text-decoration: underline;
}

/* (HV) Farben und Art der Unterkatgorie (Kategorie oder Artikel) */
.category * a.sub_cat {
	/*color: red;*/
}

.category * a.sub_art {
	/*color: green;*/
}

.category * h3 {
	margin: 0px 0px 7px 0px;
	padding:0px;
	clear: none;
}

.category * {
	color: #845511;
	text-decoration: none;
}

.category * h3 span {
	font-size: 11px;
	color: #845511;
}

.category img {
	float: left;
	margin: 0px 10px 0 0;
}

.stats {
	clear: both;
	padding: 0px 10px 4px 10px;
	line-height: 20px;
}

.stats b {
	float: left;
	width: 100px;
	text-align: right;
}

.stats span {
	float: left;
	width: 350px;
}

input.stdtxt {
	padding: 2px 3px;
	border: 1px solid #7a7d7f;
	background: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	color: #505050;
	font-family: Arial;
	width: 207px;
}

textarea.stdblb {
	padding: 2px 3px;
	border: 1px solid #7a7d7f;
	background: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	color: #505050;
	font-family: Arial;
	width: 207px;
	height: 70px;
}

select.stddd {
	background: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	color: #505050;
	font-family: Arial;
	width: 215px;
}

input.stdgo {
	padding: 1px 5px;
	height: 22px;
	width: 79px;
	border: 1px solid #aaadaf;

	background: #e7e3cf;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-family: Arial;
}

.usrfrm div {
	font-size: 11px;
	color:#707070;
	clear: both;
	padding: 0px 10px 8px 10px;
}

.usrfrm label {
	float: left;
	width: 140px;
	font-size: 11px;
	color:#AF3A00;
	margin-top:4px;
}

.usrfrm b {
	float: left;
	clear: right;
	font-size: 11px;
	color:#707070;
	font-weight: normal;
	padding-top:3px;
	padding-left:10px;
}

.usrfrm img {
	border: 1px solid #7a7d7f;
}

.usrfrm span {
	float: left;
	width: 155px;
	text-align: right;
}

p#topnav {
	text-align:right;
	color:#a0a0a0;
	font-size:11px;
}

#topnav span {
	color:#AF3A00;
}

.errbox {
	background:white;
	padding:10px;
	border:#e04909 2px solid;
}

p#brng {
	text-align: center;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
p#brng a {
	text-decoration: none;
	margin-right:8px;
}
p#brng strong {
	font-weight: normal;
	margin-right:8px;
}
