/* ============ ALLGEMEINE EINSTELLUNGEN ============ */

/* fondhell = #ddd0c8 */
/* fonddunkel + navi a:hover = #aa9083 */
/* navi a = #bba498 */
/* braun = #603e30 */

html {
}

body {
	margin: 0%;
	padding: 0%;
	background: #fff url(bg_DDD0C8_w750px.gif) 200px 200px repeat-y;
}

body, p, div, span, h1, h2, h3, th, td, li, input, textarea, select, option, optgroup, button {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

div {
	margin: 0%;
	padding: 0%;
}

h1 {
	margin: 0;
	padding: 0;
	color: #603e30;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}

h1 a{
	color: #7db035;
}
h1.negativ {
	color: #f8fafb;
}
h2 {
	color: #603e30;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
}
h2.negativ {
	color: #fff;
	padding-bottom: 4px;
}

h2.negativ a{
	color: #fff;
}

p {
	margin: 0;
	padding: 0;
}
p.negativ { color: #fff;}

a {
	color: #bba498;
	text-decoration: underline;
}
a.negativ { 
	color: #fff; 
	font-weight: bold; 
	text-decoration: underline; 
}

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

a:hover.negativ{
   	color: #ddd0c8;
	text-decoration: none;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

table {
	margin: 0;
	padding: 0;
	border: none; 
	vertical-align: top;
}

td { 
	height: 15px;
	border-bottom: #000 solid 1px;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	}

#partner td { 
	height: 15px;
	border-bottom: #000 solid 1px;
	vertical-align: bottom;
	margin: 0;
	padding: 5px 0;
	}

td a{ 
	color: #603e30;
	text-decoration: underline;
	}

ul {
	color: #000;
	margin: 0 0 0 15px;
	padding: 0 0 0 0px;
}

sup {
	font-size: 8px;
	line-height: 9px;
	margin: 0px;
	padding: 0px;
}

/* ============ FORM ELEMENTS ============ */

form {
	padding: 0;
	margin: 0;
}

input {
	border: 1px solid #fbf3e0;
}

#eingabefeld {
	width: 350px;
	height: 20px;
	background: #fff;
	border: 1px solid #603e30;
}

#auswahlfeld {
	border: 1px solid #603e30;
	background: #603e30;
	color: #fff;	
}

textarea {
	border: 1px solid #603e30;
	background: #fff;
	width: 350px;
	height: 150px;
    font-size: 11px;
}


select, optgroup, option {
	font-size: 11px;
	width: 230px;
	height: 20px;
	background: #aa9083;
}

optgroup {
    font-style: normal;
}

button {
    color: #000;
    background-color: #FFF;
    border: none;
    cursor: hand;
	cursor: pointer;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 10px;
}

button:hover {	
	text-decoration: underline;
} 


/* ============ NAVIGATION ============ */

/* fondhell = #ddd0c8 */
/* fonddunkel + navi a:hover = #aa9083 */
/* navi a = #bba498*/
/* braun = #603e30 */

/* === Navigation Indexseite === */

#topnavi {
	z-index:10;
}

#topnavi a {
	width: 83px;
	height: 35px;
	text-align:center;
	font-size: 12px;
	font-weight: normal;
	color: #aa9083;
	float: left;	
	text-decoration: none;
	position:relative;
	background: #fff url(arrow_big.gif) 0px 0px no-repeat;
	z-index:120;
}

#topnavi a:hover {
	color: #603e30;
	background: #fff url(arrow_big.gif) 0px 0px no-repeat;
}

#topnavi a .info {
	display: none;
	text-align:left;
}

#topnavi a:hover .info {
	position:absolute;
	top: 35px;
	left:0px;
	width: 250px;
	height: auto;
	display: block;
}


/* === Haupt-Navigation linke Seite === */

#mainnav {
	margin: 20px 0 0 0;
	width: 200px;
}

#mainnav p {
	color: #603e30;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	vertical-align:middle;
	display: block;
	overflow: hidden;
	padding: 0px 0px 0px 20px;
	background: transparent url(bg_navi_aktiv.jpg) 0px 0px no-repeat;  
}

#mainnav a {
	color: #bba498;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	vertical-align:middle;
	display: block;
	margin: 0 0 0 -20px;
	padding: 0px 0px 0px 20px;	
	background: #fff;  
}

#mainnav a:hover {
	color: #aa9083;
	background: transparent url(bg_navi_ahover.jpg) 0px 0px no-repeat;  
}

#mainnav a .info {
	display: none;
	position: absolute;
	left: 20px;
	top: 205px;
	width: 180px;
	height: 100px;
}

#mainnav a:hover .info {
	display: block;
	
}


/* === Fußzeilennavigation Index === */

#footer {
	position:absolute; 
	top:800px; 
	margin: 0px 0px 0px 25px;
}

#footer a {
	width: 83px;
	height: 20px;
	text-align:center;
	vertical-align:bottom;
	font-size: 10px;
	font-weight: normal;
	color: #aa9083;
	float: left;	
	text-decoration: none;
	position:relative;
	z-index:120;
}

#footer a:hover {
	color: #603e30;
	background: #fff url(css/arrow_sm.gif) no-repeat left;
}





/* ============ Inhalt ============ */

/* fondhell = #ddd0c8 */
/* fonddunkel + navi a:hover = #aa9083 */
/* navi a = #bba498*/
/* braun = #603e30 */

/* ==== NUR FUER INDEXSEITE === */

#container {
	width: 700px;
	height: 100%;
	text-align: left;
	vertical-align: top;
	border: none; 
}

#container #spalte_li {
	width: 200px;
	vertical-align: top;
	border: none; 
}

#container #spalte_re {
	width: 200px;
	vertical-align: top;
	border: none; 
}

#container #spalte_mi {
	width: 300px;
	background: #603e30;
	z-index:100;
	vertical-align: top;
	border: none; 
}

/* === ENDE NUR FUER INDEXSEITE === */


#inhalt {
}

/* === Kopfbereich === */

#inhalt #kopfbereich {
	position: relative;
	width: 100%;
	height: 200px;
	background: #FFFFFF url(hombach_logo_140px.gif) 20px 10px no-repeat;
}

#inhalt #kopfbereich #navi_li {
	position: absolute;
	bottom: 10px;
	left: 20px;
	float:left;
}

#inhalt #kopfbereich #navi_li img {
	padding: 0px 20px 0px 0px;
}

#inhalt #kopfbereich #navi_re {
	position: absolute;
	left:740px;
	top:10px;
	width: 200px;
	text-align: right;
	font-size: 9px;
}

#inhalt #kopfbereich #navi_re a {
	padding: 0 0px 0 10px;
	float:right;
	color: #aa9083;
	font-weight:bold;
	text-decoration:none;
}
	
#inhalt #kopfbereich #navi_re a:hover {
	color: #603e30;
	text-decoration:underline;
}

#inhalt #kopfbereich #headline {
	position: absolute;
	left: 230px;
	top: 50px;
	color:#603e30;
}

#inhalt #kopfbereich #copy {
	position: absolute;
	left: 565px;
	top: 50px;
	width: 375px;
}

#inhalt #kopfbereich_info {
	background: #fff;
	width: 100%;
	height: 110px;
}

#inhalt #kopfbereich_info #copy {
	position: absolute;
	left: 200px;
	top: 30px;
	width: 375px;
}


/* === Themenstreifen === */

#inhalt #themenstreifen {
	width: 100%;
	height: 110px;
	background: #603e30;
}

#inhalt #themenstreifen #abblinks {
	padding: 5px 0px 0px 20px;
	float:left;
}

#inhalt #themenstreifen #bilderleiste {
	margin: 5px 0 0 20px;
	float: left;
}

#inhalt #themenstreifen #bilderleiste img {
	margin: 0px 5px 0px 0px;
}

#bilderleiste img {
	margin: 0px 5px 0px 0px;
}

#inhalt #themenstreifen #bilderleiste a .info {
	display: none;
	position: absolute;
	left: 220px;
	top: 310px;
	z-index: 100;
	width: 325px;
	color:#000000;
	font-size: 10px;
	font-style: italic;
	background: #ddd0c8;
}

#inhalt #themenstreifen #bilderleiste a:hover .info {
	display:block;
}

#inhalt #themenstreifen #bilderleiste a .info-gross {
	display: none;
	position: absolute;
	left: 220px;
	top: 310px;
	width: 490px;
	height: 410px;
	z-index: 1000;
	color:#000000;
	font-size: 10px;
	font-style: italic;
	background: #ddd0c8;
}

#inhalt #themenstreifen #bilderleiste a:hover .info-gross {
	display:block;
}

/* === Themenstreifen Navigationsbereich === */

#inhalt #themenstreifen #subhead {
	position: absolute;
	left: 730px;
	top: 215px;
	width:200px;
	height:80px;
	line-height: 20px;
	font-weight: bold;
	color:#FFFFFF;
}

#inhalt #themenstreifen #subhead a {
	text-decoration: none;
	line-height: 20px;
}

#inhalt #themenstreifen #subhead a:hover {
	text-decoration: underline;
}

#inhalt #themenstreifen #subhead #aktiv {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background: #aa9083;
}

/* === Themenstreifen Navigation Bildleiste === */


#inhalt #themenstreifen #unternavi {
	position: absolute;
	left: 730px;
	top: 285px;
	width:200px;
	line-height: 20px;
	font-weight: bold;
	vertical-align: middle;
}

#inhalt #themenstreifen #unternavi a {
	text-decoration: none;
	width: 20px;
	text-align: center;
	line-height: 20px;
	float: left;
}

#inhalt #themenstreifen #unternavi a:hover {
	color: #fff;
	text-decoration: none;
}

#inhalt #themenstreifen #unternavi #aktiv {
	font-size: 14px;
	color: #fff;
	background: #aa9083;
	width: 20px;
	line-height: 20px;
	text-align:center;
	float: left;
}	



/* === Text und Bilder === */

/* === Bildspalte === */

#inhalt #bildspalte {
	position:absolute;
	left: 220px;
	top: 310px;
	width: 331px;
}

#inhalt #bildspalte img {
	margin: 0 0 5px 0;
}

#inhalt #bildspalte #infobox {
	border: #603e30 solid 1px;
	display: block;
	background: #eee7e2;
	height: 120px;
}

#inhalt #bildspalte #infobox img {
	float: left;
	margin: 10px;
}

#inhalt #bildspalte #infobox h2{
	color: #603e30;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0;
}

/* === Textspalte === */

#inhalt #textspalte {
	position:absolute;
	left: 565px;
	top: 325px;
	width: 375px;
}

#inhalt #textspalte_schmal {
	position:absolute;
	left: 730px;
	top: 320px;
	width: 200px;
}

#inhalt #textspalte_schmal a .info{
	display: none;
	position:absolute;
	left:-510px;
	top: -10px;
}

#inhalt #textspalte_schmal a:hover .info{
	display:block;
	z-index:200;
}

/* === Produktseiten === */

#inhalt #produktliste {
	position: relative;
	width: 710px;
	height: 265px;
	border-bottom: #bba498 1px solid
}

#inhalt #produktliste table {
	position: absolute;
	left: 345px;
	bottom: 15px;
	width: 365px;
}

#inhalt #produktliste div {
	position: absolute;
	left: 345px;
	top: 50px;
	width: 300px;
}



/* === Infofenster === */

#infofenster table {
	width: 375px;
}

#infofenster .height_20px {
	height: 20px;
}




/* fondhell = #ddd0c8 */
/* fonddunkel + navi a:hover = #aa9083 */
/* navi a = #bba498*/
/* braun = #603e30 */

/* ============ TEXTFORMATE ============ */


.bild_re {
	float: right;
	padding-left: 20px;
}

.bild_li {
	float: left;
	padding-right: 20px;
}

.abst_oben {
	margin-top: 5px;
}

.underline_subh {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	border: none;
}

.no_border {
	border: none;
}

.subhead_18px {
	font-size: 18px;
	line-height: 22px;
	color: #603e30;
	font-weight: bold;	
	border: none;
}

.subhead_13px {
	font-size: 13px;
	color: #163a4d;
	font-weight: bold;	
}

.text_10px {
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;	
}

.text_9px {
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
}

.text_5px {
	font-size: 5px;
	line-height: 5px;
}

#trennlinie{
	border-bottom: 1px solid #000;
}

