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


#header
{
    background-image: url(images2/oben_back.jpg);
	background-repeat: repeat-x;
	/* background-color: red; */
	text-align: center;
}

#main
{
    position: relative;
	width: 960px; /* hier inbedingt die Weite eingeben !!! */
    left: 50%;
    margin-left: -480px; /* hier unbedingt die halbe Weite eingeben !!! */
    /* background-color: blue; */
}

#nav
{
    float: left;
	/* background-color: yellow; */
	width: 177px;
	height: 396px;
	background-image: url(nav/basis-sprites.png);
	background-repeat: no-repeat;
}

#nav li
{
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
}

#nav a
{
    display: block;
}

#vinav_home {left: 0px; top: 0px; width: 177px; height: 88px;}
#vinav_basis {left: 0px; top: 88px; width: 177px; height: 15px;}
#vinav_comfort {left: 0px; top: 123px; width: 177px; height: 15px;}
#vinav_proservis {left: 0px; top: 158px; width: 177px; height: 15px;}
#vinav_domizil {left: 0px; top: 193px; width: 177px; height: 15px;}
#vinav_handy {left: 0px; top: 228px; width: 177px; height: 19px;}
#vinav_ueber_vitakt {left: 0px; top: 264px; width: 177px; height: 15px;}
#vinav_aktuelles {left: 0px; top: 300px; width: 177px; height: 15px;}
#vinav_kontakt {left: 0px; top: 335px; width: 177px; height: 15px;}
#vinav_bestellen {left: 0px; top: 370px; width: 177px; height: 15px;}

#vinav_home a {height: 88px;}
#vinav_basis a {height: 15px;}
#vinav_comfort a {height: 15px;}
#vinav_proservis a {height: 15px;}
#vinav_domizil a {height: 15px;}
#vinav_handy a {height: 19px;}
#vinav_ueber_vitakt a {height: 15px;}
#vinav_aktuelles a {height: 15px;}
#vinav_kontakt a {height: 15px;}
#vinav_bestellen a {height: 15px;}

#vinav_basis a:hover {background: transparent url(nav/basis-sprites.png) 0 -485px no-repeat;}
#vinav_comfort a:hover {background: transparent url(nav/basis-sprites.png) 0 -917px no-repeat;}
#vinav_proservis a:hover {background: transparent url(nav/basis-sprites.png) 0 -1349px no-repeat;}
#vinav_domizil a:hover {background: transparent url(nav/basis-sprites.png) 0 -1781px no-repeat;}
#vinav_handy a:hover {background: transparent url(nav/basis-sprites.png) 0 -2213px no-repeat;}
#vinav_ueber_vitakt a:hover {background: transparent url(nav/basis-sprites.png) 0 -2646px no-repeat;}
#vinav_aktuelles a:hover {background: transparent url(nav/basis-sprites.png) 0 -3079px no-repeat;}
#vinav_kontakt a:hover {background: transparent url(nav/basis-sprites.png) 0 -3511px no-repeat;}




#content
{
    width: 490px;
	margin-left: 63px;
	margin-right: 65px;
	float: left;
	/* background-color: brown; */
	padding-top: 40px;
}

#content a
{
    text-decoration: none;
	line-height: 22px;
    color: #86ba0d;
	font-size: 16px;
	font-weight: bold;
	font-family: verdana, helvetica, sans-serif;
}


#content a:hover
{
    font-weight: bold;
	text-decoration: none;
	line-height: 22px;
    color: #333333;
	font-size: 16px;
	font-family: verdana, helvetica, sans-serif;
}


#news
{
    width: 165px;
    float: left;
	/* background-color: green; */
}

.cleaner
{
    clear: both;
	height: 1px;
	font-size: 1px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background: transparent;
}

#footer
{
    width: 100%;
    background-image: url(images2/unten_back.gif);
	/* background-color: red; */
	height: 44px;
	text-align: center;
}

.suche
{
    color: #86ba0d;
	font-size: 16px;
	font-weight: bold;
	font-family: verdana, helvetica, sans-serif;
}

p
{
    padding-top: 10px;
	line-height: 22px;
}

table
{
    line-height: 22px;
}

.adress_black
{
    font-weight: bold;
	line-height: 22px;
	color: #333333;
}

.adress_green
{
    font-weight: bold;
	line-height: 22px;
	color: #86ba0d;
}


