/* Stylesheet für www.senzalamamma.de */

/* general styles */
/* BEGIN */





body  {
	background-color: #ffffff;
	margin : 0px 0px 0px 0px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 80%;
	text-align: left;
}

a {
	color: #000000;
	text-decoration: none;
}

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: left;
	position: absolute;
	top: 220px;
	left: 20px;
	width: 100%;
}

#pageContent {
	position: absolute;
	margin-left: 0px;
	top: 0px;
	left: 0px;
}
/* END */


/* background elements */
/* BEGIN */
div.background {
	display: none;
}
/* END */


/* navigation area */
/* BEGIN */
div.navigation {
	visibility: hidden;
}

div.navlogo {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	margin: 0px 0px 0px 0px;
}

div.adresse {
	position: absolute;
	top: 0px;
	left: 180px;
	visibility: visible;
	font-size: 0.8em;
}	

/* END */


/* sidebar */
/* BEGIN */
div.sidebar {
	position: absolute;
	left: 440px;
	top: 100px;
}
/* END */


/* homepage */
/* BEGIN */
div.mainContent#home div#description {
	display: block;
}
/* 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: 8pt;
}
/* END */


/* main content */
/* BEGIN */
div.mainContent {
	position: absolute;
	left: 1em;
	top: 100px;
	width: 410px;
	text-align: justify;
}

div.mainContent div.text {
	padding: 10px 10px 0px 0px;
}

div.mainContent div.textsmaller {
	padding: 10px 10px 0px 0px;
	font-size: 1em;
}
/* END */


/* headlines */
/* BEGIN */
div.headline {
	position: relative;
	margin: 0px 10px 10px 0px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
}

/* END */


/* miscellaneous */
/* BEGIN */
p#footer {
	display: none;
}

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: 1em;
	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 */
