body {
    font: normal 0.7em Verdana, Helvetica, Arial, sans-serif;
    font-weight: lighter;
    color: #900000; background-color: white;
    background-image: url(hintergrund.jpg);
  }
  
  
  
  div#container {
  position: relative;
  top: 40px;
  margin: auto;
  width: 940px;
  height: 540px;
  background-color:#fdfdfd; 
  }
 
  
  
  
  /* NAVIGATION */
  
  div#navigation {
  position: absolute;
  top: 12px;
  left: 16px;
  margin: 0px;
  
  }
  
  div#titel_oben {
  position: relative;
  font-weight: normal;
  left: 2px;
  /* padding-right:25em; */
  color: #900000;
  }
  
  div#titel_unten {
  position: relative;
  top: 0.25em;
  line-height:1.285em;
  margin-left:0.2em;
  color: #900000;
  }
  
  div#navigation_oben {
  position: relative;
  font-weight: normal;
  left: 2px;
  color: #313131;
  }
  
  div#navigation_unten {
  position: relative;
  top: 0.25em;
  color: #8a8a8a;
  line-height:1.285em;
  margin-left:0.2em;
  }
  
  table#titeltabelle {
  border-top:none;
  border-right:none;
  border-bottom:none;
  
  border-left-width:0.1em;
  border-left-style:solid;
  border-color:#8a8a8a;
  color:#900000;
  /* padding-right:23.5em; */
  }
  
  table#navigationstabelle01 {
  border-top:none;
  border-right:none;
  border-bottom:none;
  
  border-left-width:0.1em;
  border-left-style:solid;
 border-color:#8a8a8a;
 width: 180px;
 position: absolute;
 top: 3px;
 left: 390px;
  }
  
  table#navigationstabelle02 {
  border-top:none;
  border-right:none;
  border-bottom:none;
  
  border-left-width:0.1em;
  border-left-style:solid;
 border-color:#8a8a8a;
 width: 180px;
 
 position: absolute;
 top: 3px;
 left: 500px;
  }
  
  table#navigationstabelle03 {
  border-top:none;
  border-right:none;
  border-bottom:none;
  
  border-left-width:0.1em;
  border-left-style:solid;
 border-color:#8a8a8a;
 width: 120px;
 position: absolute;
 top: 3px;
 left: 650px;
  }
  
  table#navigationstabelle04 {
  border-top:none;
  border-right:none;
  border-bottom:none;
  
  border-left-width:0.1em;
  border-left-style:solid;
 border-color:#8a8a8a;
 width: 120px;
 position: absolute;
 top: 3px;
 left: 708px;
  }
  
  table#navigationstabelle05 {
  border-top:none;
  border-right:none;
  border-bottom:none;
  
  border-left-width:0.1em;
  border-left-style:solid;
 border-color:#8a8a8a;
 width: 120px;
 position: absolute;
 top: 3px;
 left: 875px;
  }
  
  
  td#titeltabelle {
  width:20.5em;
  }
  
  td#navigationstabelle {
  width:40em;
  /*background-color:#ff6600; */
  }
  
  
  /* BESCHREIBUNG */
  
  div#beschreibung {
  position: absolute;
  /*top: 130px;*/
  top:125px;
  left: 22px;
  width: 32em;
  margin-right:2em;
  line-height:1.5em;
  background-color: none;
  color:#313131;
  text-align: left;
  }
  
  div#used_tools{
  font-size:smaller;
  }
  
  div#cv_links{
  position:relative;
  top: 0px;
  left: 0px;
  }
  
  div#cv_rechts{
  position:relative;
  top: 0px;
  left: 3.5em;
  }
     
  /* TEIL FUER DIE CONTACT-SEITE*/
  div#oben {
  position: relative;
  left: 2px;
  }
  
  table#unten {
  
  position: relative;
  top: 6px;
  }
  
  div#inhalt {
  position: absolute;
  left: 390px;
  top: 330px;
  margin: 1em;
  z-index:3; 
  }
  
  b#hervorhebung {
  font-weight: bold;
  }
  
  
  /* SNS Logos */
  div#menu{
		height:40px;
		overflow:hidden;
		top: 55px;
		left: -3px;
		position: relative;
	}
	div#menu ul,div#menu li{
		margin:0;
		padding:0;
		list-style:none;
		display:inline;
	}
	div#menu a{
		margin-top:0;
	}
	div#menu a,div#menu a:hover{
		height:80px;
		overflow:hidden;
		display:block;
		text-decoration:none;
		float:left;
	}
	div#menu a:hover{
		margin-top:-40px;
	}
	img{
		border:none;
	}
	html + body div#menu a#facebook{/* only for IE 5.0 */
		width:101px;
		background-image:url(images/SNS/facebook.jpg);
	}
	html + body div#menu a#linkedin{/* only for IE 5.0 */
		width:101px;
		background-image:url(images/SNS/linkedin.jpg);
	}
	html + body div#menu a#xing{/* only for IE 5.0 */
		width:168px;
		background-image:url(images/SNS/xing.jpg);
	}
	html + body div#menu a#twitter{/* only for IE 5.0 */
		width:123px;
		background-image:url(images/SNS/twitter.jpg);
	}
	html + body div#menu a img{/* only for IE 5.0 */
		display:none;
	}
  
  
  
  /* FUSSZEILE */
  
  div#fusszeile {
  
  position: absolute;
  bottom: 3px;
  text-align: center;
  color:#ccc;
  right: 20px;
  margin: 5px;
  font-size: smaller;
  
  }
  
  
  a:link {  color:#8a8a8a; text-decoration:none; }
a:visited {  color:#8a8a8a; text-decoration:none; }
a:focus {  color:#900000; text-decoration:underline; }
a:hover {  color:#900000; text-decoration:none; }
a:active {  color:#900000; text-decoration:underline; }
  
  
  
   