<style type="text/css">

/*global top*/

{}


body
{
margin: 0px;
padding: 0px;
font: 14px arial, verdana, sans-serif;
background-color: #aab6ff;
}

/*der container dient dem zweck die gesamtseite (layout) zentriert zu positionieren*/

#container
{
width: 780px;
height: 420px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
color: #ff0000;
border: 0px solid #ff0000;
}

/*display ist die box in voller gr&ouml;sse (1000x600) welche sich innerhalb des zentrierten hauptbereichs (container) befindet.
diese box existiert zu dem zweck, innerhalb mit absoluten positionsangaben arbeiten zu k&ouml;nnen.*/

#display
{
width: 780px;
height: 420px;
margin-top: 0px;
border: 0px solid #000000;
left: 0px;
top: 0px;
position: relative;
}

/*lokale angaben*/

#container
{
background-image: url(kaufen.jpg);
}

#katzenbedarf_ueberschrift
{
position: absolute;
width: 210px;
height: 16px;
border: 0px solid #ff0000;
left: 270px;
top: 62px;
}

/*hier folgen die angaben f&uuml;r den haupttext*/

#kaufen
{
position: absolute;
width: 408px;
height: 178px;
border: 0px solid #ff0000;
left: 70px;
top: 98px;
overflow: auto;
}

/*angaben f&uuml;r den block der stichworte*/

#stichworte
{
position: absolute;
width: 260px;
height: 72px;
border: 0px solid #ff0000;
left: 100px;
top: 300px;
font: 10px arial, verdana, sans-serif, impact;
color: #999999;
}

#stichworte_image
{
position: absolute;
width: 20px;
height: 80px;
border: 0px solid #ff0000;
left: 74px;
top: 298px;
background-image: url(stichworte.gif);
}

/*font f&uuml;r den haupttext*/

.font_dunkelgrau
{
font: 14px arial, verdana, sans-serif, impact;
font-weight: normal;
color: #333333;
text-align: left;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 10px;
}

/*font f&uuml;r kleine schrift*/

.font_klein
{
font: 11px arial, verdana, sans-serif, impact;
font-weight: normal;
color: #333333;
text-align: left;
}

h1
{
font: 14px arial, verdana, sans-serif, impact;
font-weight: bold;
color: #000000;
text-align: left;
display: inline;
font-decoration: underline;
}

h2
{
font: 14px arial, verdana, sans-serif, impact;
font-weight: bold;
color: #000000;
text-align: left;
display: inline;
font-decoration: underline;
}

h3
{
font: 11px arial, verdana, sans-serif, impact;
font-weight: bold;
color: #000000;
text-align: left;
display: inline;
font-decoration: underline;
}

/*bereich neben den stichpunkten*/

#zooplus
{
position: absolute;
width: 150px;
height: 50px;
left: 330px;
top: 300px;
border: 1px dotted #000000;
font: 10px arial, verdana, sans-serif;
padding-left: 2px;
padding-right: 2px;
padding-bottom: 5px;
color:#000000;

}

#zooplus_banner
{
position: relative;
width: 120px;
height: 60px;
font: 10px arial, verdana, sans-serif;
padding: 5px;
float:right;
}

#katzenbedarf_impressum
{
position: absolute;
width: 70px;
height: 16px;
left: 689px;
top: 387px;
border: 0px solid #000000;
}

/*definition f&uuml;r die links*/  

a {
	color:#228822;
	}

a.stichwort:link, a.stichwort:visited, a.stichwort:active, a.stichwort:hover
{
font-family: arial, verdana;
text-decoration:none;
color:#999999;
font-size:10px;
font-weight: bold;
}
a.stichwort:active, a.stichwort:hover
{
font-family: arial, verdana;
color:#555555;
}

a.impressum:link, a.impressum:visited, a.impressum:active, a.impressum:hover
{
font-family: arial, verdana;
text-decoration:none;
color:#bbbbbb;
font-size:12px;
font-weight: bold;
}
a.impressum:active, a.impressum:hover
{
font-family: arial, verdana;
color:#ffaa00;
}

//-->

</style>