
/* 
- - - - - - - - - - - - - - - - - - - - -
Titel: Büller Backwaren GmbH Stylesheet (screen)
Autor: Dumrath & Fassnacht KG (sti)
URL: http://www.duf-online.de/

Erstellt: 2006-03-23
Bearbeitet: 2006-03-23
- - - - - - - - - - - - - - - - - - - - - 
*/

/* - - - Grundeinstellungen - - - */

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

body {
	margin: 0;
	padding: 0;
	background: #f0cb9f url(images/bg-body.jpg) repeat-x 0 0;
	color: #000;
	font-size: 100%;
	font-family: Georgia, Times, serif;
	line-height: 1.6em;
	text-align: center;
}

/* - - - IDs - - - */

#container {
	width: 620px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	text-align: left;
}

#header {
	width: 620px;
	height: 290px;
	background: url(images/bg-header.jpg) no-repeat 50% 100%;
}

#header h1, #header h2 {
	text-indent: -1000em;
}

#content {
	width: 620px;
	background: url(images/bg-content.jpg) repeat-y 50% 0;
	padding: 1px 0;
}

#innercontent {
	padding:  0;
	margin: 20px 50px;
}

#navigation {
	overflow: auto;
	width: 520px;
	border-top: 2px solid #8f6c14;
	border-bottom: 2px solid #8f6c14;
	text-align: center;
	margin: 10px 50px;
}

#navigation li {
	width: 33.33%;
	float: left;
}

#footer {
	clear: both;
	height: 110px;
	width: 620px;
	background: url(images/bg-footer.jpg) no-repeat 50% 0;
}

/* - - - Klassen - - - */

.two-col {
	width: 50%;
	float: left;
}

.hide {
	display: none;
}

.show {
	display: block;
}

/* - - - Ueberschriften - - - */

h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #b55519;
	margin: 0;
	padding: 0;
}

/* - - - Absaetze - - - */

#footer p {
	text-align: center;
	padding: 20px 80px;
}

/* - - - Zitate - - - */

/* - - - Code - - - */


/* - - - Listen - - - */

/* - - - Definitionslisten - - - */

/* - - - Bilder - - - */

#content img {
	border: 3px solid #b55519;
	background: #f0cb9f;
	margin: 0 15px;
	padding: 3px;
}

#content img.rechts {
	float: right;
	margin: 0 0 15px 15px;
}

#content img.links {
	float: left;
	margin: 0 15px 15px 0;
}

#content img.noborder {
	border: 0;
	margin: 0;
	padding: 0;
}

#content img.demeter {
	margin-top: -20px;
}

/* - - - Trennllinien - - - */

hr {
	clear: both;
	visibility: hidden;
	margin: 15px 0;
}

/* - - - Textauszeichnung - - - */

/* - - - Links - - - */

a, a:link {
	color: #b55519;
	text-decoration: none;
	border-bottom: 2px solid #b55519; 
}

a:hover {
	color: #f0cb9f;
	border-bottom: 2px solid #f0cb9f;
}

#navigation a, #navigation a:link {
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #8f4314;
	border: 0;
}

#navigation a:hover {
	background: #f0c58f;
}

#b-index .a-index, #b-demeter .a-demeter, #b-kontakt .a-kontakt {
	background: #f0c58f;	
}

/* - - - Tabellen - - - */


/* - - - Formulare - - - */
