/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0

Update: 17.12.2008, Regina Bauer, Webblüte - Design & mehr
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:123.1%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3, h5 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
del {
	text-decoration:line-through;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #999;
	padding:5px;
	line-height:1.2em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre, h4 {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

/******************Regina Bauer**************/

#hd {
height: 110px;
background: transparent url(../bilder/logo_hoffrisch.gif) no-repeat;
}

#hd h1{
font-family: "Trebuchet MS", arial, sans-serif;
color:#34A458;
padding-left: 150px;
padding-top: 60px;
}
#bd h2 {
	color: #00A3F0;
}

#bd h3 {
	color: #00A3F0;
}

#bd h4 {
	color: #34a458;
}

.yui-u a {
	color: #00a3f0;
}
.yui-u a:hover {
	color: #34a458;
}
#uebersicht table {
	margin:0!;
	padding:0!;
}

/* set millions of background images */
.rbroundbox { background: url(../bilder/nt.gif) repeat; }
.rbtop div { background: url(../bilder/tl.gif) no-repeat top left; }
.rbtop { background: url(../bilder/tr.gif) no-repeat top right; }
.rbbot div { background: url(../bilder/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../bilder/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 10px; }
.rbroundbox { width: 100%; margin: 1em auto; }

/************Gruene Box*********/
/* set millions of background images */
.rbroundbox2 { background: url(nt.gif) repeat; }
.rbtop2 div { background: url(tl.gif) no-repeat top left; }
.rbtop2 { background: url(tr.gif) no-repeat top right; }
.rbbot2 div { background: url(bl.gif) no-repeat bottom left; }
.rbbot2 { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop2 div, .rbtop2, .rbbot2 div, .rbbot2 {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent2 a{ color: #000; }
.rbcontent2 { margin: 0 10px; }
.rbroundbox2 { width: 100%; margin: 1em auto; }
/*****************/

.right {
	float: right;
	margin-left:10px;
}

.left {
	float: left;
	margin-right:10px;
}
.rand{border: 1px solid #34a458;}

#uebersicht td {border: 0px; padding: 0; line-height: 0;}
#angebote td {border: 0px;}
.gallery{
width:750px;
height:150px;
border:#acacac 0px solid;
clear: right;
z-index:100;
}