/* GENERAL STYLES */

body {
  background-color: rgb(139,180.255);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /*font-size: 1.2em;*/
  color: rgb(139,180,232);
}

img {
  border-color: #808080;
}

#titel {
	font-weight: normal;
	font-size: 1.2em;
	/*line-height: 2.0em; /* :  2.0em/2.4em sans-serif; */
	color: #1e5bd7; /* blau */
	/*color: #601848;*/
}

#titel1 {
	font-weight: normal;
	font-size: 1.4em;
	/*line-height: 2.0em; /* :  2.0em/2.4em sans-serif; */
	color: #9303A7; /* blau */
	/*color: #601848;*/
}


#fliesstext {
	/*font-size: 1em;
	font-weight: 600;*/
	line-height: 1.4em;
	color : #003495; /* blau  */
	/*color:#601848; pink */
	/* line-height: 1.6em; */
}

#fliesstext1 {
	line-height: 1.2em;
	font-size: 0.9em;
    color: #003495
}

#fusszeile {
	font-size: 0.8em;
	color: black;
}





/* SIDE MENU STYLES */

.subnav {
  padding-left: 12px;
  margin: 9px 4px 0px 6px;
  line-height: 26px;
  list-style-image: none;
  /*text-decoration: underline;*/

}

.subnav li {
  margin: 0px;
  padding: 0 0 0 15px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  list-style-type: none;
  cursor: pointer;
}


.subnav li:hover {
  background-image: url('images/menuhov.jpg');
  text-decoration: underline;
}

.subnav li.selitem {
  background-image: url('images/menusel.jpg');
  /*font-weight: bold;*/
}

.subnav li a {
  font-family: Verdana, Arial, Helvetica;
  font-size: 14px;
  text-decoration: none;
  color: #003495;
}

#angebote {
	margin-left: 24px;
   text-align: left;
   font-size: 16px;
   font-weight:bold;
   color: #9303A7; /* pink */
}


