/* Copyright (C) 2000 by Meiko Weinerth */


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

* {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 1em;}

body
{
	color: #000;
	background-color: #fff;
	background-image: url(../Icons/Background.gif);
	background-repeat: repeat-y;
}


/*----------------------------------*/

#navigation {
margin: 0px;
padding: 0px;
width: 185px;
color: #fff;
font-weight: bold;
line-height: 200%;
text-decoration: none;
list-style-type: none;
text-align: left;
}

#navigation a {
color: #fff;
text-decoration: none;
padding: 0px 0px 0px 20px;
}

#navigation a:visited {
color: #fff;
text-decoration: none;
}
#navigation a:hover {
color: #903;
text-decoration: none;
}

#navigation .activ {
padding: 0px 0px 0px 20px;
color: #000;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}


#navigation .activ_but_linked {
padding: 0px 0px 0px -20px;
color: #fff;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}


#logo {
margin: 0px;
padding: 20px;
	}

.meta {
margin: 0px;
padding: 0px 0px 0px 0px;
border: 1px #000;
font-size: 0.7em;
	}
.meta a {
	color: #903;
	text-decoration: none;
	}
.meta a:visited	{
	color: #903;
	text-decoration: none;
	}
.meta a:hover	{
	color: #f00;
	text-decoration: none;
	}

a {
	color: #903;
	}
a:visited	{
	color: #666;
	}
a:hover	{
	color: #f00;
	text-decoration: none;
	}

font { line-height: 150%;
font-size: 0.9em;
}

h1 {
color: #b4a9a5;
font-size: 1.4em;
font-weight: bold;
}

h2 {
color: #b4a9a5;
font-size: 1.2em;
font-weight: bold;
}

/*----------------------------------*/

/* Styles fuer Restposten- Quick'n'Dirty*/

.container_resposten {
font-size: 0.75em;
}

.restposten_img {
width: 250px;
padding-right: 2px;
}

.restposten {
background-color: #dfd4d5;
width: 200px;
padding-right: 2px;
}

.restposten p, .restposten li, .stueckzahl p{
font-size: 1em;
line-height: 1.6em;
margin: 3px;
}

.restposten ul {
list-style-position: inside;
padding: 0;
margin: 0;
}
.restposten li {
padding: 3px;
margin: 0;
	list-style-type: square;
}

.restposten h3 {
font-size: 1.2em;
line-height: 1.4em;
margin: 3px;
}

.stueckzahl {
color: #903;
font-style: italic;
	font-weight: bold;
}

.preis_alt {
color: #000;
text-align: right;
font-size: 1.2em;
font-weight: normal;
text-decoration: line-through;
}

.restposten_preis {
color: #903;
text-align: right;
width: 140px;
font-size: 1.7em;
font-weight: bold;
line-height: 1.5em;
}

.anmerkung {
color: #000;
text-align: right;
font-size: 1.2em;
font-weight: bold;
}
