body {
	width: 760px;
      margin: 0 auto;
	  background-color: #990066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	
	padding: 0px;
	position: relative;
  }
  
div.bg {
background-image: url(img/orange.gif);
background-repeat:repeat-y;float:left;
} 

#left {
width:110px;
float:left;
line-height:18px;
}

#title {
width:760px; 
margin:20px auto; 
padding:5px; 

text-align:left;
}



/* Der Inhalt */

#content {
width:500px;
float:right;
} 
 
  
  /* Das Menü */
#menu {
	color:#FFFFFF;
	padding:10px 0px;
	border-top:1px solid #669999;
	clear:right;
}
.menutitle
{
font-weight:bold;
margin-top:15px;
}
  
 a {
    text-decoration:none" + ";
  }
  a:link, a:visited {
    color: #FFFFFF;
  }
  a:hover, a:active, a:focus {
    color: #FFFFFF;
  }
  


a.img:hover {
  background: transparent;
  }

h1 {font-size:18px;color:#ffffff;margin:0px;}
h2 {font-size:14px;color:#ffffff;}

.orange {
  color: #ff6600;
  }
.lila {
  color: #990066;
  }
.green {
  color: #006633;
  }

.text {
  color: #000000;
  font-size: 10px;
  font-weight: normal;
  }
.text_orange {
  color: #ff6600;
  font-size: 10px;
  font-weight: normal;
  }
.text_orangebold {
  color: #ff6600;
  font-size: 14px;
  font-weight: bold;
  }
.text_lila {
  color: #990066;
  font-size: 10px;
  font-weight: normal;
  }
.text_lilabold {
  color: #990066;
  font-size: 14px;
  font-weight: bold;
  }

.text_schwarzbold {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  }
  
