/* Stylesheet für www.senzalamamma.de */

/* general styles */
/* BEGIN */





body  {
	background-color: #c88e4f;
	margin : 0px 0px 0px 0px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 80%;
	text-align: left;
}

a {
	color: #000000;
}

h1 {
	margin: 0em 0em 0.5em 0em;
	font-size: 1em;
	font-weight: bold;
}

h2 {
	margin: 0em 0em 0.5em 0em;
	font-size: 1em;
	font-weight: bold;
}

ul {
	margin: 0em 0em 0.5em 0.5em;
	padding: 0em 0em 0em 0.5em;
}

p {
	margin: 0em 0em 1em 0em;
}

td {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

th {
	font-weight: normal;
	text-align: right;
}
/* END */


/* centering the content area */
/* BEGIN */
div.horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	display: block;
	z-index: 99;
}

#pageContent {
	position: absolute;
	height: 440px;
	margin-left: -350px;
	top: -220px;
	left: 50%;
	z-index: 99;
}
/* END */


/* background elements */
/* BEGIN */
div.background {
	position: absolute;
	background-color: #ffe2c2;
	z-index: 0;
}

div.background#bg1 {
	top: 0px;
	left: 0px;
	width: 32%;
	height: 28%;
}

div.background#bg2 {
	top: 0px;
	left: 73%;
	width: 120px;
	height: 50%;
}

div.background#bg3 {
	top: -220px;
	left: 50%;
	width: 50%;
	height: 440px;
}

div.background#bg4 {
	top: 50%;
	left: 73%;
	width: 120px;
	height: 50%;
}

div.background#bg4 div {
	padding: 230px 10px 0px 10px;
	color: #999999;
}
/* END */


/* navigation area */
/* BEGIN */
div.navigation {
	position: absolute;
	width: 170px;
	height: 440px;
	background-color: #000000;
	text-align: left;
}

div.navlogo {
	margin: 8px 0px 12px 0px;
}

div.navitem {
	background-image: url(/img/navi.gif);
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
	height: 38px;
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	line-height: 38px;
}

div.navitem a:link {
	color:#ffffff; text-decoration:none;
}

div.navitem a:visited {
	color:#ffffff; text-decoration:none;
}

div.navitem a:hover {
	color:#cccccc; text-decoration:underline overline;
}

div.navitem a:active {
	color:#cccccc;
}

div.navfooter {
	position: absolute;
	bottom: 0px;
	font-size: 0.7em;
	color:#ffffff;
	padding: 0px 0px 10px 10px;
}

div.adresse {
	display: none;
	visibility: hidden;
}
/* END */


/* sidebar */
/* BEGIN */
div.sidebar {
	position: absolute;
	left: 580px;
	top: 0px;
	width: 120px;
	height: 440px;
}
/* END */


/* homepage */
/* BEGIN */
div.mainContent#home div#description {
	display: none;
}
/* END */


/* form elements */
/* BEGIN */
body#formular {
	background-color: #ffffff;
}

div.formularContent {
	padding: 0px 10px 0px 10px;
}

body#formular div.title {
	float: left;
	width: 8em;
}

.input {
	margin: 1em 0em 0em 8em;
	cursor: pointer;
}

.input input {
	cursor: pointer;
}

span.error {
	color: #cc0000;
	font-size: 0.8em;
}
/* END */


/* main content */
/* BEGIN */
div.mainContent {
	position: absolute;
	left: 170px;
	top: 0px;
	width: 410px;
	height: 440px;
	text-align: justify;
	background-color: #ffffff;
}

div.mainContent div.text {
	padding: 10px 10px 0px 10px;
}

div.mainContent div.textsmaller {
	padding: 10px 10px 0px 10px;
	font-size: 0.8em;
}
/* END */


/* headlines */
/* BEGIN */
div.headline {
	position: relative;
	margin: 10px 10px 10px 10px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
}

div.headline_oben {
	height: 10px;
	background-image: url(/img/gestr_linie_oben.gif);
	background-repeat: repeat-x;
}	

div.headline_unten {
	height: 10px;
	background-image: url(/img/gestr_linie.gif);
	background-repeat: repeat-x;
}	
/* END */


/* miscellaneous */
/* BEGIN */
p#footer {
	position: absolute;
	bottom: 0px;
}

img.pfeil {
	margin: 0em 0.5em 0em 0em;
}

ul.links {
	list-style-image: url(/img/pfeil_r.gif);
}

ul.sortiment {
	margin-left: 1em;
	margin-bottom: 1em;
}

ul.sortiment li {
	line-height: 100%;
}

table.preisliste {
	width: 390px;
	font-size: 0.8em;
	margin: 0em 0em 1em 0em;
}

table.preisliste td.text {
}

table.preisliste td.waehrung {
	width: 20px;
	text-align: right;
}

table.preisliste td.preis {
	width: 30px;
	text-align: right;
}

div.title {
	float: left;
	width: 5em;
}

div#angebot h1 {
	margin: 0em 0em 0em 0em;
}

div#angebot h2 {
	margin: 0em 0em 0em 0em;
}
/* END */
