html {
	margin: 0;
	padding: 0;
	background-color: #0F0F0F;
	font: 100.01%
	}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 11px;
	color: #737373;
	overflow: hidden;
}

a:link {
	text-decoration: none;
	color: #0F0F0F;
	font-size: 1em;
}

a:visited {
	text-decoration: none;
	color: #0F0F0F;
	font-size: 1em;
}

a:hover { 
	color:#ff0046; 
	text-decoration: none;
}

.linkhier {
	text-decoration: none;
	color:#ff0046;
	font-size: 1em;
}

.auszeichnung {
	letter-spacing: 0.8pt;
	line-height: 1.4em;
}

.auszeichnung_gross {
	color: #737373;
	font-size: 18px;
	line-height: 24px;
}

.auszeichnung_schwarz {
	color: #0F0F0F;
}

.auszeichnung_kursiv {
	font-style: italic;
}

.fetteauszeichnung {
	font-weight: bold;
	letter-spacing: 0.8pt;
	color: #0F0F0F;
}

.kapiauszeichnung {
	font-weight: normal;
	letter-spacing: 1pt;
	text-transform: uppercase;
	font-size: 10.5px;
}

.b {
	font-weight: bold;
	}
	
.kleinertext {
	color: #737373;
	font-size: 0.85em;
	line-height: 1.4em;
}

.naviohnelink {
	color: #737373;
	font-size: 1em;
	line-height: 1.4em;
}

.navitext {
	color: #0F0F0F;
	font-size: 1em;
	line-height: 1.4em;
	background-color: #FFFFFF;
}

#homelink {
	left: 16px;
	top: 16px;
	position:absolute;
	width: 340px;
	height: 201px;
	}

.grau {
	color: #737373;
}



ul {
	line-height: 5px;
}

td {
	line-height: 1em;
	text-indent: -2px;
}





















/*Grosse Buttons Beginn*/

a.home {
	position: absolute;
	display:block;
	background-image:url(bilder/home.gif);
	background-position:0px 0px;
	width:340px;
	height:217px;
	left: 0px;
	top: 0px;
	}
	
a.home:hover { 
	position: absolute;
	background-image: url(bilder/home.gif);
	background-position:0px -242px;
	}

a.prof {
	position: absolute;
	left: 0px;
	top: 0px;
	display:block;
	background-image:url(bilder/prof.gif);
	background-position:0px -208px;
	width:340px;
	height:60px;
	}
	
a.prof:hover {
	position: absolute; 
	background-image: url(bilder/prof.gif);
	background-position:0px -104px;
	}

#profhier {
	position: absolute;
	background-image: url(bilder/prof.gif);
	background-position:0px 0px;
	background-repeat: no-repeat;
	height: 60px;
	width: 340px;
	left: 0px;
	top: 0px;
	}

a.vita {
	position: absolute;
	left: 0px;
	top: 0px;
	display:block;
	background-image:url(bilder/prof.gif);
	background-position:0px 0px;
	width:340px;
	height:60px;
	}
	
a.vita:hover {
	position: absolute; 
	background-image: url(bilder/prof.gif);
	background-position:0px -104px;
	}
	
	
#vitahier {
	position: absolute;
	background-image: url(bilder/prof.gif);
	background-position:0px 0px;
	background-repeat: no-repeat;
	height: 60px;
	width: 340px;
	left: 0px;
	top: 0px;
	}

a.port { 
	position: absolute;
	left: 0px;
	top: 62px;
	display:block;
    background-image:url(bilder/port.gif);
	background-position:0px -218px;
    width:340px; 
	height:60px;
	}
	
a.port:hover { 
	position: absolute;
	background-image: url(bilder/port.gif);
	background-position:0px -114px;
	}

#porthier {
	position: absolute;
	background-image: url(bilder/port.gif);
	background-position:0px -10px;
	background-repeat: no-repeat;
	height: 60px;
	width: 340px;
	left: 0px;
	top: 62px;
	}

a.kont { 
	position: absolute;
	left: 0px;
	top: 114px;
	display:block;
    background-image:url(bilder/kont.gif);
	background-position:0px -218px;
    width:340px; 
	height:60px;
	}
	
a.kont:hover { 
	position: absolute;
	background-image: url(bilder/kont.gif);
	background-position:0px -114px;
	}

#konthier {
	position: absolute;
	background-image: url(bilder/kont.gif);
	background-position:0px -10px;
	background-repeat: no-repeat;
	height: 60px;
	width: 340px;
	left: 0px;
	top: 114px;
	}

#buthome {
	position: absolute;
	left: 16px;
	top: 174px;
	background-color: #FFFFFF;
}

#butvita {
	position: absolute;
	left: 65px;
	top: 174px;
	background-color: #FFFFFF;
}

/*Grosse Buttons Ende*/




































/* Navigation Beginn*/

/*Hauptnavigation*/

div#Rahmen { /*Position der Haupt-Navigation*/
	position: absolute;
	left: 293px;
	top: 3px; /*Abstand ALLER oberen Menüpunkte vom oberen Rand*/
	width: auto;
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: auto;
    w\idth: auto;
	top: 17px;
  }
  
  div#Rahmen div {
     clear: left;
  }
  
  /*Unternavigation*/
  
  ul#Navigation {
	text-align: left;
  }

  ul#Navigation li { /*obere Navigationsbuttons*/
	list-style: none;
	float: left;  /* ohne width - nach CSS 2.1 erlaubt */
	position: relative;
	width: auto;
	margin-left: 50px; /*Abstand zwischen den oberen Menüpunkten*/
  }
  
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
	margin-bottom: 0px;
	margin-top: -1px;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
	margin-bottom: -12px;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 15px; left: -46px;
    display: none;  /* Unternavigation ausblenden*/
  }
  
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -50px;
    lef\t: -50px;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    padding-bottom:1em;
  }

  ul#Navigation li:hover ul {
	left: 0px;
	display: table;   /*Unternavigation in modernen Browsern einblenden */
	margin-left: 0px;
	width: auto;
	border-top: 8px solid #0F0F0F;
	background-image: url(bilder/verl_sitemap.jpg);
	background-repeat: repeat-x;
  }
  
  ul#Navigation li ul li {
	left: -45px;
	float: none;
	display: block;
	width: auto;
	white-space: nowrap;

	}

  ul#Navigation a {
		display: block;
		width: auto;  /* Breite den in li enthaltenen Elementen zuweisen */
		line-height: 1.4em; /*Line-height aller Menüpunkte*/
  }
  
  
  ul#Navigation span {
	display: block;
	width: auto;  /* Breite den in li enthaltenen Elementen zuweisen */
	line-height: 1.4em;
  }
  
  * html ul#Navigation a, * html ul#Navigation span {
    width: auto;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: auto;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }


/* Navigation Ende */




































/*Beginn Home (index.html) */

#updateshead {
	left: 16px;
	top: 232px;
	position: absolute;
	font-size: 1em;
	width: 255px;
}

#updates {
	position: absolute;
	left: 16px;
	top: 251px;
	width: 250px;
	height: auto;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	line-height: 12pt;
	background-image: url(bilder/verl_home.jpg);
	background-repeat: repeat-x;
	z-index: 5;
}

#updates_02 {
	position: absolute;
	left: 16px;
	top: 368px;
	width: 250px;
	height: auto;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	line-height: 12pt;
	background-image: url(bilder/verl_home_2.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}

#updates_03 {
	position: absolute;
	left: 16px;
	top: 371px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height: 1.5em;
	width: 250px;
	background-image: url(bilder/verl_home.jpg);
	background-repeat: repeat-x;
}

#updates_04 {
	position: absolute;
	left: 16px;
	top: 431px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height: 1.5em;
	width: 250px;
	background-image: url(bilder/verl_home.jpg);
	background-repeat: repeat-x;
}

#updates_05 {
	position: absolute;
	left: 16px;
	top: 491px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height: 1.5em;
	width: 250px;
	background-image: url(bilder/verl_home.jpg);
	background-repeat: repeat-x;
}

#home_illu {
	position:absolute;
	bottom:0px;
	right:0px;
	width:411px;
	height:364px;
	z-index: -1;
}

/* Ende Home (index.html) */



/*Beginn Profil */

#proftext_01 {
	position: absolute;
	left: 16px;
	top: 195px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 8px;
	padding-left: 7px;
	width: 380px;
	height: 100%;
	background-image: url(bilder/verl_profvita.jpg);
	background-repeat: repeat-x;
	line-height: 18px;
}

#proftext_02 {
	position: absolute;
	left: 420px;
	top: 195px;
	padding-top: 8px;
	padding-right: 7px;
	padding-bottom: 8px;
	padding-left: 7px;
	width: 162px;
	height: 100%;
	background-image: url(bilder/verl_profvita.jpg);
	background-repeat: repeat-x;
	line-height: 18px;
}

/* Ende Profil */



/* Beginn Vita */

#vitatext_01 {
	position: absolute;
	left: 16px;
	top: 195px;
	height: 171px;
	width: 380px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 8px;
	padding-left: 7px;
	height: 100%;
	background-image: url(bilder/verl_profvita.jpg);
	background-repeat: repeat-x;
	line-height: 18px;
}

#vitabild {
	position: absolute;
	left: 420px;
	top: 195px;
	width: 138px;
	height: 184px;
}

/* Ende Vita */



/*Beginn Kontakt */

#konttext_01 {
	position: absolute;
	left: 16px;
	top: 195px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 7px;
	line-height: 1.5em;
	width: 163px;
	background-image: url(bilder/verl_kont.jpg);
	background-repeat:repeat-x;
}

/* Ende Kontakt */



/*Beginn Portfolio */

/* Reihe 001 */

#portbild_101 {
	position: absolute;
	left: 16px;
	top: 195px;
	width: 210px;
	height: 161px;
}

#portbild_102 {
	position: absolute;
	left: 234px;
	top: 195px;
	width: 210px;
	height: 161px;
}

#portbild_103 {
	position: absolute;
	left: 452px;
	top: 195px;
	width: 210px;
	height: 161px;
}

/* Reihe 002 */

#portbild_201 {
	position: absolute;
	left: 16px;
	top: 364px;
	width: 210px;
	height: 161px;
}

#portbild_202 {
	position: absolute;
	left: 234px;
	top: 364px;
	width: 210px;
	height: 161px;
}

#portbild_203 {
	position: absolute;
	left: 452px;
	top: 364px;
	width: 210px;
	height: 161px;
}

/* Reihe 003 */

#portbild_301 {
	position: absolute;
	left: 16px;
	top: 533px;
	width: 210px;
	height: 161px;
}

#portbild_302 {
	position: absolute;
	left: 234px;
	top: 533px;
	width: 210px;
	height: 161px;
}

#portbild_303 {
	position: absolute;
	left: 452px;
	top: 533px;
	width: 210px;
	height: 161px;
}

/* Reihe 004 */

#portbild_401 {
	position: absolute;
	left: 16px;
	top: 702px;
	width: 210px;
	height: 161px;
}

#portbild_402 {
	position: absolute;
	left: 234px;
	top: 702px;
	width: 210px;
	height: 161px;
}

#portbild_403 {
	position: absolute;
	left: 452px;
	top: 702px;
	width: 210px;
	height: 161px;
}

/* Reihe 005 */

#portbild_501 {
	position: absolute;
	left: 16px;
	top: 871px;
	width: 210px;
	height: 161px;
}

#portbild_502 {
	position: absolute;
	left: 234px;
	top: 871px;
	width: 210px;
	height: 161px;
}

#portbild_503 {
	position: absolute;
	left: 452px;
	top: 871px;
	width: 210px;
	height: 161px;
}

/* Reihe 006 */

#portbild_601 {
	position: absolute;
	left: 16px;
	top: 1040px;
	width: 210px;
	height: 161px;
}

#portbild_602 {
	position: absolute;
	left: 234px;
	top: 1040px;
	width: 210px;
	height: 161px;
}

#portbild_603 {
	position: absolute;
	left: 452px;
	top: 1040px;
	width: 210px;
	height: 161px;
}

/* Reihe 007 */

#portbild_701 {
	position: absolute;
	left: 16px;
	top: 1209px;
	width: 210px;
	height: 161px;
}

#portbild_702 {
	position: absolute;
	left: 234px;
	top: 1209px;
	width: 210px;
	height: 161px;
}

#portbild_703 {
	position: absolute;
	left: 452px;
	top: 1209px;
	width: 210px;
	height: 161px;
}

/* Ende Portfolio */

/* Begin der einzelnen Portfolio-Seiten */

/*

#portprojekttext {
	position: absolute;
	left: 15px;
	top: 415px;
	color: #FFFFFF;
	}

#portbilder {
	position: absolute;
	top: 10px;
	margin-right: 35px;
	margin-bottom: 10px;
	margin-left: 5px;
	white-space:nowrap;
}

*/

/* Ende der einzelnen Portfolio-Seiten */
