div {
	margin:0;
	padding:0;
	overflow:hidden;
}


html {
	background-image: url("../pictures/bg.jpg");
	background-repeat:no-repeat;
}

#page {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	color:#5b2f17;
	background-image: url("../pictures/header_1.jpg");
	background-repeat:no-repeat;
	background-position:center top;
}


h1 {
	color:#5b2f17;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:100;
	margin-top:5px;
	margin-bottom:5px;
	padding:0;
}

h2 {
	color:#5b2f17;
	font-size:13px;
	margin-top:0;
	margin-bottom:5px;
	padding:0;
}

#page a {
	color:#5b2f17;
	text-decoration:none;
}

#wrapper {
	width:800px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0;
	overflow:hidden;
}




/* =============== Kopfbereich =================== */
/* =============================================== */


/* Headerbereich */
#top {
	width:800px;
	height:270px;
	margin:0 0 10px 0;
	padding:0;
	overflow:hidden;
}

/* Div im Headerbereich: SPRACHE, PFAD und Hauptnavigation */
#top_alone {
	width:800px;
	height:115px;
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;
	text-align:right;
}

/* Platzierung der Sprachauswahl */
#language {
	position:relative;
	float:right;
	width:800px;
	height:15px;
	margin:0;
	padding:0;
	top:20px;
	text-align:right;
	overflow:hidden;
}

/* Platzierung des Pfadverlaufs der Seiten */
#path {
	position:relative;
	width:800px;
	height:15px;
	top:25px;
	float:right;
	margin:0;
	padding:0;
	left:0px;
	text-align:right;
	overflow:hidden;
}

/* Link Pfadverlauf */
#path a {
	color:#9d693e;
}


/* Bereich Hauptnavigation */
#part_top {
	width:800px;
	height:20px;
	position:relative;
	font-weight:bold;
	float:right;
	top:30px;
}

#part_top {
	color:#5b2f17;
	font-weight:bold;
}

#part_top a:hover {
	color:#9d693e;
	font-weight:bold;
}

#part_top a:active {
	color:#9d693e;
	font-weight:bold;
}

#part_top ul {
	margin:0;
	padding:0;
	list-style-type:none;
	color:#5b2f17;
	display:inline;
}


#part_top li {
	margin:0;
	display:inline;
	color:#5b2f17;
	padding:0;
}


/* Bereich Suche */
#page_search {
	position:relative;
	float:right;
	width:182px;
	height:23px;
	margin:0;
	padding:2px 0 0 2px;
	margin-bottom:5px;
	top:0px;
}

/* Kasten Suche */
#search {
	background-color:white;
	width:140px;
	height:14px;
	font-size:10px;
	color:#828280;
	border:0;
	margin-left:2px;
	border: 1px solid #dadada;
}

/* =============== ENDE Kopfbereich =================== */
/* ==================================================== */



#middle {
	width:800px;
	height:auto;
	float:left;
	overflow:hidden;
}




/* =============== Subnavigation ====================== */
/* ==================================================== */


/* Bereich für News, Subnavi, etc. */
#navi {
	width:200px;
	height:auto;
	float:left;
	margin:0 15px 0 0;
	padding:0;
	overflow:hidden;
}

/* 1. Navigationsbox OBEN mit Bild hinterlegt */
#nav_box {
	position:relative;
	float:left;
	width:200px;
	height:25px;
	text-align:left;
	padding:0;
	margin:0 15px 0 0;
}

/* Inhalte für Naviboxen */
#nav_box_content {
	position:relative;
	float:left;
	width:200px;
	height:auto;
	border-bottom:1px #5b2f17 solid;
	padding:0 0 10px 0;
	margin:0 15px 10px 0;
}

/* Navigationsbox mit Bild hinterlegt */
#nav_box_right {
	position:relative;
	float:left;
	width:200px;
	height:auto;
	text-align:left;
	padding:0;
	margin:0 0 10px 0;
}


/* Box für Neuheiten, Aktuelles, etc. */
#top_products {
	position:relative;
	float:left;
	width:200px;
	height:150px;
	text-align:center;
	border-bottom:1px #5b2f17 solid;
	margin:10px 15px 10px 0;
}

#top_products2 {
	position:relative;
	float:center;
	width:200px;
	height:135px;
	text-align:center;
	margin: 0 15px 10px 0;
}

/* Box für Newsticker */
#latest_news {
	position:relative;
	float:left;
	width:200px;
	height:100px;
	text-align:center;
	border-bottom:1px #5b2f17 solid;
	margin:0 15px 0 0;
	padding:0;
	overflow:hidden;
}

#nav_box_content ul {
	margin:0 15px 0 0;
	padding:0;
	list-style-type:none;
}

#nav_box_content .ebene_0 {
	margin:0 15px 0 0;
	padding:0;
}

#nav_box_content .ebene_1 {
	margin:0 15px 0 0;
	padding:0 0 0 10px;
}

#nav_box_content .ebene_2 {
	margin:0 15px 0 0;
	padding:0 0 0 20px;
}

#nav_box_content .ebene_3 {
	margin:0 15px 0 0;
	padding:0 0 0 30px;
}

#nav_box_content .active {
	color:#9d693e;
}

#nav_box_content a:hover {
	color:#9d693e;
}

/* =============== ENDE Subnavigation ====================== */
/* ========================================================= */




/* =============== Inhaltsbereich ====================== */
/* ===================================================== */


/* Inhaltsbereich ohne Subnavigation */
#inhalt {
	position:relative;
	float:left;
	width:585px;
	height:auto;
	overflow:hidden;
	margin:0;
	padding:0;
}

#part_mid_top {
	position:relative;
	float:left;
	width:585px;
	height:auto;
	margin:0;
	padding:0;
	overflow:hidden;
}

#part_mid_bottom {
	position:relative;
	float:left;
	width:585px;
	height:auto;
	margin:0;
	padding:0;
	overflow:hidden;
}

/* Texte Content */
#text_pictures {
	width:315px;
	height:auto;
	float:left;
	margin:10px 0 0 0;
	text-align:left;
}

/* Texte zum Bild */
#text {
	width:585px;
	height:auto;
	margin:10px 0 0 0;
	float:left;
	text-align:left;
}

/* Bilder Content */
#pics {
	width:270px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}

#pics ul {
	widht:270px;
	height:auto;
	float:left;
	padding:0;
	margin:0;
	display:inline;
}


/*nicht verwendet*/
#pics li {
	width:120px;
	height:auto;
	margin-top:10px;
}


#pics_normal {
	width:120px;
	height:120px;
	margin:15px 0 0 15px;
	float:left;
}

#pics_normal_ul {
	width:255px;
	height:auto;
	margin:0;
	float:left;
}


/* Vorschaubilder ? */
#pics_simple {
	float:left;
	margin:0 0 0 0;
	padding:0;
	width:120px;
	height:120px;
	text-align:center;
	line-height:97spx;
	overflow:hidden;
}

/* =============== ENDE Inhaltsbereich ====================== */
/* ========================================================== */



#zusatz {
	width:200px;
	height:auto;
	float:left;
	text-align:left;
	margin:10px 0 0 0;
}

#zusatz2 {
	width:200px;
	height:auto;
	float:left;
	text-align:left;
	margin:0;
}

#footer {
	width:800px;
	height:32px;
	text-align:right;
	padding-right:0px;
	line-height:45px;
	margin-bottom:20px;
	font-size:9px;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px #5b2f17 solid;
	color:#5b2f17;
}

input {
	width:140px;
	height:14px;
}

select {
	width:142px;
	height:20px;
}

textarea {
	width:280px;
	height:60px;
}

.button {
	width:140px;
	height:20px;
	cursor:pointer;
}

#mail_head {
	margin:5px 0 5px 0;
}
