

body {
  background: #e7f3f7; /*Hintergrundfarbe */
  color: black;
  margin: 0;
  padding: 1%; /* Abstand für Anschein eines Blattes */
  min-width: 640px; /* Scrallbalken bei weniger als 640px Breite */
  font-size: 100.01%; /* umgeht den Font-Size-Bug im Safari, älteren Operas und IE */
  font-family: verdana, arial, sans-serif ;
}





/* --Für alle undefinierte Tags--*/
 * {
  font-size:14px;
  color:#000000;

}

h1 { /* Die Überschrift jeder Seite stellen wir besonders da, denn sie ist sehr wichtig. */
  color: #6699CC;
  font-size: 2.0em;
  font-weight: normal;
  line-height: 0.8em;
  padding: 0.6em 0 0.2em 2%;
  margin: 0;
  border-bottom: 1px dashed #E6E6FA;
  text-align: left;
}



h2, h3, h4 {color: #6699CC; font-weight:bold; font-size:18px; text-align: left;}





/*Id-Selector*/

# {
  position:absolute;
  top:150px; left:300px;
  width:120px; height:80px;
 }



/* Für LINKS*/
a { color: #0B4D8C; text-decoration: underline; } 
a:visited { color: #0B4D8C; }





#container { 
  font-size: 0.8em; 
  max-width: 85em; 
  margin: auto; 
  border: 1px solid #aaa;
  border-top: 0; 
  background: white;
}


.skip {
  position: absolute;
  margin-left: -999px;
  width: 990px;
}


/* - Der Hauptinhaltsteil - */
#main {
  padding: 0 31% 0 15px; 
  line-height: 1.5em; 
  text-align: justify;
}

#footer {
  clear: both; /* #main mindestens wie #subnav, falls #subnav länger sein sollte. */
  padding: 0 20px;
}



/* -Kopf-*/
#logo {
  background: url(../img/Top_Bild.jpg) 0 0 no-repeat white; 
  height: 100px; 
  padding: 0 20px;
  text-align: right;
  line-height: 54px;
  font-size: 54px; 
  overflow: hidden; 
  letter-spacing: -3px; 
  margin: 0; 
}
#logo a {
  color: #6699CC; 
  text-decoration: none;
}
#logo a span { 
  color: black;
  background: white;
  padding-right: 0.1em; 
  font-weight: bold;
}


/* Das Menü */


#menu {
  background: #c2d3ea;
  padding: 5px 5%;
  margin: 0;
  text-align: left;
  color: yellow; /* Menüpunkt von der Seite wo wir sind */
}
#menu li {
  background: #c2d3ea;
  font-size: 1.2em;
  display: inline; /* Menüpunkte nebeneinander */
  list-style-type: none; 
  border-left: 1px solid black; 
  padding: 0 10px 0 15px;
  font-weight: bold;
}


#menu li a {
  color: blue; 
  text-decoration: none;
}


/* - Rechte Spalte - */


#subnav {
  width: 26%; 
  min-width: 10em;
 
  float: right; 
  padding: 0px 1% 1em 1%;
  margin: 1em 1% 0 1%;
  border-left: 1px dotted #aaa; /* optische Trennungslinie */
  font-size: 0.9em; 
  height: 100%;
}
#subnav dt { /* Die einzelnen Überschriften in der Subnavigation */
 color: #6699CC;  
font-size: 1.6em;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0.5em;
  margin-top: 1em;
  border-top: 1px dotted #aaa; /* optische Trennungslinie zwischen den einzelnen Bereichen der Subnavigation. */
}
#subnav dd { /* Unterpunkte der Subnavigation. */
  padding: 0;
  font-size: 1.1em;
  margin: 0.2em 0;

}



Read more: http://www.webdesign.org/html-and-css/tutorials/how-to-change-your-iframe-settings-with-css.4798.html#ixzz16fUCa99m

/* - Textumfluss - */

.fleft { 
  float: left;
  margin: 0 1em 0.2em 0;
}
.fright {
  float: right;
  margin: 0 0 0.2em 1em;
  padding: 1px;
}

/* - Bilder - */
img { 
  border: solid 1px #aaa;   /* - Rahmen - */
  padding: 1px;
  max-width: 95%; 
}


