body {
	background-color: #bbbbbb;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	/*height: 100%;*/
	padding: 0;
	margin: 0;
}

* { padding: 0; margin: 0; }

a { outline: none; text-decoration: none; color: #ffffff; }

a:hover { text-decoration: underline; }

.aktiv {
	color: #bbbbbb;
}

.gruen {
	color: #007d40;
}

/*
a.seitenanfang {
	display: block;
	background-image: url(../bilder/seitenanfang.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
}
*/

.linkeSpalte {
	float: left;
	width: 250px;
}
.rechteSpalte {
	float: right;
	width: 320px;
}
h1 {
	color: #9e0624;
	font-size: 2em;
	line-height:normal;
	font-weight: bold;
	padding: 0 0 5px 0;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #444444;
	padding: 0 0 0 0;
}

h3 {
	font-size: 1.1em;
	color: #444444;
	margin-bottom: 0.5em;
}

p { 
	margin: 0 0 5px 0; 
}
#inhalt p {
	width: 420px;
	margin-bottom: 8px;
}
#fehler #inhalt p {
	width: 500px;
	margin-bottom: 8px;
}
#shop p {
	clear: left;
	width: auto;
	margin-bottom: 8px;
}
#shop ul { 
	/*list-style-image: url(bilder/liste.gif);*/ 
	list-style-position: inside;
	margin: 0.5em;
}


.liste {
	width: 680px;
	margin: 0 0 0 10px;
	float: right;
}

img {
	border: none;
}

#shop strong {
	display: block;
	margin-bottom: 1em;
}

/*------ Inhalt ------------------*/
#kopf {
	width: 950px;
	height: 120px;
	/*background-image: url(../bilder/kopf2.jpg);*/
	background-color: #007d40;
}

#wrapper {
	overflow: hidden;
	background-color: #c8decc;
	width: 950px;
	/*height: 100%;*/
	height: auto;
	margin-right: auto;
	margin-left: auto;
}	

#inhalt {
	color: #444444;
	width: 600px;
	height: 100%;
	min-height:400px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px 0px 20px 0px;
}
#shop #inhalt {
	width: 800px;	
}

#inhalt img {
	margin: 20px 20px 10px 0;
	float: left;
}

.bildbeschriftung {
	color: #007d40;
	margin: 40px 0px 0px 0;
}

#seitenanfang {
	clear: left;
	display: block;
	margin: 20px 0 0 0;
}

#menu { 
	background-color: #9e0624;
	height: 25px;
	padding: 5px 0 0 0px;
}

#menu ul { 
	margin: 0px 0 0 10px; 
}
#menu li { 
	padding: 0px 10px 0px 10px; display: inline; 
}
#menu .linie { border-right: 1px solid #FFFFFF; display: inline; }

/*----------- Formular -----------------------*/

form {
	float: left;
	width: 380px;
	margin-right: 2em;
	margin-bottom: 4em;
}

fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 1em;
	padding-top: 0;
	background-color: #ffffff;
	background-color: #f1f7f2;
}
legend {
	font-weight: bold;
	padding: 0.5em;
	padding-top: 0;
	margin-bottom: 0.5em;
	background-color: #c8decc;
}
label {
	display: block;
	line-height: 1.125em;
	margin-bottom: 0.25em;
	
	/*margin-bottom: 0.5em;*/
}
label.inline {
	display: inline;
	float: left;
	line-height: 1em;
	margin-left: -0.25em;
	margin-right: 0.5em;
}
input {
	margin-bottom: 0.5em;
}
input[type=radio], input[type=checkbox] {
	float: left;
	width: 1.25em;
	margin-right: 0.5em;
	margin-bottom: 0.25em
}

input[type=text] {
	width: 350px;
	height: 2em;
	padding: 0.125em;
	border: none;
	border: 1px solid #c8decc;
	font-size: 1em;
	font-weight: bold;
	color: #007d40;
	/*background-color: #c8decc;*/
}

