
/*  ---------------------------------------- Allgemein ---------------------------------------- */


body  {

	font-family: Arial;
	font-size:75%; line-height:1.3em;
	color:#383737;
	text-align:left;
}

.clear { clear:both; }

p { margin:6px 0px 14px 0px; }


/*  ---------------------------------------- Schriften ---------------------------------------- */

h1 { margin:0; padding:0; position:relative; font-size:1px; text-indent:-4000px; float:right; } 

.linie { font-size:0.9em; 	font-family: Arial; 	color:#062b4c;}

h2 {color:#7cac1b; font-size:1.1em; padding-bottom:20px; padding-left:40px;} 

h3 {color:#22973d; font-size:1.2em; padding-top:10px;} 

h4 {color:#22973d; font-size:1.1em; padding-top:10px;} 

.gruen-bold { color:#22973d; font-size:1.1em; }

.grueb-bold2 { color:#22973d; font-size:1.2em; font-weight:bold;}


/*  ---------------------------------------- Bilder ---------------------------------------- */

.bild-rechtsoben {
	float:right;
	margin:0 0 0px 26px;
}



#bluemchen
{
	top:130px;
	right:-220px;
	position:absolute;
}

.sortiment-hintergrund {
float:left;
	background-image: url(../images/sortiment-hintergrund.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding:5px;
}

.lupe {
	margin-left:5px;
	float:right;
	margin-right:10px;
}

/* ---------------------------------------- Link ---------------------------------------- */

a:link {
	font-family: Arial;
	color: #84bc32;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	font-family: Arial;
	color: #84bc32;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	font-family: Arial;
	color: #f39c39;
	text-decoration:underline;
	font-weight:bold;
}

a:active {
	font-family: Arial;
	color: #84bc32;
	text-decoration:none;
	font-weight:bold;
}




/* ----------------------------------------------------- liste ----------------------------------------------------- */
.ul01{
	list-style-type:none;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	padding:0px;
	list-style-position: outside;
	float:left;
}

*html .ul01{
		margin-left:0px;
}

.ul01 li {
	background:url(../images/listensymbol.jpg) no-repeat 0px 1px;
	padding-left:0px;
	margin-bottom:7px;
}

