.main {   			/*legt den blauen hintergrund fest*/
background-color: #6699FF;
text-align: center;        	/*setzt #aussenrand in die Mitte des InternetExplorer*/
font-family: Bookman Old Style;
font-size: medium;
}

#aussenrahmen {    		/*unsichtbarer Rahmen um wei§e box incl. Menue*/
width: 875px;
height: 100%;
margin: auto;			/*Damit in FireFox der Rahmen in der Mitte ist*/
}


#box {				/*das ist die weiße box*/
background-color: white;
width: 800px;
min-height: 100%;
/*height: 100%;*/
float: right;
}

/*## fŸr IE ##*/
#box_inhalt {  			/*unsichtbare box, in der der Inhalt steht*/
 /*border: black solid 1px;*/s
  /*width: 640px;*/
  height: 595px;
  margin-top: 40px;
  margin-left: 150px;
  margin-right: 0px;
  text-align: left;
}

/*## fŸr den Rest der Welt ##*/
#box_inhalt[id] {  			/*unsichtbare box, in der der Inhalt steht*/
  height: auto;
  min-height: 595px;
}



#box_backlink {      			/* Box um den Link zur Startseite*/
  position: relative;
  width: 640px;
  text-align: center;
  align: left;
}



#menue {  			/*bestimmt ausrichtung des menüleiste*/
  position: relative;
  margin-top:80px;
  float: left;
  margin-left: -75px;
}

/* #back {              	*/	/*Der Link zur startseite*/
  /*vertical-align: bottom;
  text-align: center;

}               */

/*LINKS*/
a:link {
  text-decoration: none;
  color: #548DFF;
  font-weight: bold;
}

a:visited {
  text-decoration: none;
  color: #548DFF;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
  color: #245279;
  font-weight: bold;
  font-style: italic;
}

a:active {
  text-decoration: none;
  color: #548DFF;
  font-weight: bold;
}

img {    			/*ohne das würden die bilder, die links sind blaue rahmen haben*/
  border: 0px;
}


.kursiv {
  font-style: italic;
}

.technisches {
 font-size: small;
}

ul {
  list-style-type: bullet;
  line-height: 170%;
  list-style-position: outside;
}


/*Photo Seite*/

.bild {
  text-align: center;
  font-family: Bookman Old Style;
  font-size: larger;
}

.vorschaubox {
  float: right;
  border: black solid 0px ;
  width: 215px;
  height: 400px;
}

.seitenspalte {
  float: right;
  margin-right: 20px;
  border: black solid 0px ;
  width: 230px;
  height: 400px;
}

table {
font-size: medium;
}
