﻿/*** Normalized ***/

#main_body {
	background-color: #ebebf5;
    background-repeat: repeat-x;
  	margin:0;
	padding:0;
}

/*--- Text und Objectformatierung ------------------------------------------------*/

p {
	font-family: verdana;
	font-style: normal;
	font-size: 10pt;
	font-weight: normal;
	color: #535353;
}

a {
  font-family: verdana;
  font-style: normal;
  font-size: 10pt;
  font-weight: normal;
}

li {
	font-family: verdana;
	font-style: normal;
	font-size: 10pt;
	font-weight: normal;
	color: #535353;
}

h1 {
  font-family: verdana;
  font-style: italic;
  font-size: 14px;
  font-weight: 700;
  color: #535353;
}

h2 {
  font-family: verdana;
  font-style: normal;
  font-size: 10pt;
  font-weight: bold;
  color: #FF0000;
  float:left;
}

h3 {
  font-family: verdana;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0px 0px 2px 0px;
  padding: 4px 0px 0px 0px;
  color: #535353;
  font-variant:small-caps;
  background:url(bilder/punktvisual.gif) 0 0 repeat-x;
  text-align: center;
}

h4 {
  font-family: verdana;
  font-size: 10pt;
  text-decoration: underline;
  color: #535353;
}

h5 {
  font-family: verdana;
  font-size: 7pt;
  font-weight: normal;
  color: #27A791;
  display: inline;
}



/*--- Klassen ------------------------------------------------*/
.standard 
{
  font-family: verdana;
  font-style: normal;
  font-size: 10pt;
  font-weight: normal;
  color: #535353;
}

/*--- sonstiges ------------------------------------------------*/

.liste1 
{
	list-style-image:url('produkte/bilderundobjecteprodukte/produkte/aufz.gif');
}


/*--- main navigation items ------------------------------------------------*/

a.main_nav_item {
    background: no-repeat;
    background-position: top left;
}
/*-colors3----*/

a.main_nav_item:hover {
    background: no-repeat;
    background-position: top left;
}

a.main_nav_active_item {
    background: no-repeat;
    background-position: top left;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_container {
    /*background : url(images/static/submenubg.gif) top right no-repeat;*/

}

a.sub_nav_item {
    background: no-repeat;
}

a.sub_nav_item:hover {
    background: no-repeat;
}

a.sub_nav_active_item {
    background: no-repeat;
}

