	/* Schriften */
	
.H1-18pt-fett-blau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FF6600;
}
.H2-11pt-fett {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.H3-11pt-normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.H4-10pt-fett {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.H5-10pt-normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}	
.H6-14pt-fett-blau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
	



/* Basic-Layout */

body {
	padding: 0px;
	margin: 0px;
}
#banner {
	background-color: #FF6600;
	height: 100px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
}

#vnav {
	background-color: #F0F0F0;
	height: 20px;
	width: 190px;
	position: absolute;
	left: 0px;
	top: 123px;
	}
	
#inhalt {
	height: auto;
	width: 574px;
	position: absolute;
	left: 191px;
	top: 123px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#hnav /* kann man rausschmeißen, da in navlist */ {
	position: absolute;
	top: 100px;
	background-color: #d7d7d7;
	height: 20px;
	width: 100%;
	left: 0px;
	border-top: 2px solid #FFFFFF; 
	padding-left: 10px;
	}
	
.hnav-innen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
}

.fusszeile {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
}


/* Linkfarben für den Inhalt */

div.inhalt a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration: none;
}
div.inhalt a:visited {
	color: #FF6600;
	text-decoration: none;
}
div.inhalt a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration: underline;
}
div.inhalt a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration: underline;
}



/* Horizontale Navigation */

#navlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	
	position: absolute;
	top: 100px;
	background-color: #d7d7d7;
	height: 20px;
	width: 100%;
	left: 0px;
	border-top: 2px solid #FFFFFF; 
	padding-left: 10px;	
}

#navlist li {
	float: left;
	list-style-type: none;
	margin: 0 0 0px;
	padding: 0 0 0 0px;
	white-space: nowrap;
	}
	
#navlist ul {
	margin: 0;
	padding: 0;
}

#navlist a {
	padding: 4px 10px 4px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
	border-top: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	
}
#navlist a:visited {
	color: #333333;
}
#navlist a:active,
#uberlink a:link, #uberlink a:visited, 
#uberlink a:hover, #uberlink a:active {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #2D1E2D;
}

#navlist a:link { 
	color: #FF6600;
 } 
#navlist a:hover { 
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	color: #FF6600;
 } 



/* Vertikale Navigation */

#menu1 {
	float: left;
	margin-right: 10px;
	width: 190px;
	top: 142px;
	position: absolute;
	left: 0px;
	height: 1px;
	color: #333333;
  }
.menu1item {
	background: #f0f0f0;
	color: #333333;
	font: bold 11px Verdana,Arial;
	text-decoration: none;
	width: 190px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
  }
.menu1item a {
  display: block; 
  text-decoration: none;
  color: #333333;
  padding: 3px 4px 3px 10px;
  }
#menu2 {
	position: relative;
	border-top: none;
	background: #f0f0f0;
	color: #333333;
	font: normal 11px Verdana, Arial;
	text-decoration: none;
	width: 188px;
	z-index: 20;
	text-indent: 5pt;
	


 } 
 div.menu1item a:hover {
   background: #fff;
   color: #FF6600;
   text-decoration: none;
  }
div.menu1item:hover #menu2 {
  display:block;
  text-decoration: none;
  } 
.verlauf-vnav {
	position: static;
	height: 100px;
	width: 190px;
	left: 0px;
	background-image:   url(verlauf-vnav-190x100.gif);
	background-repeat: no-repeat;
	}

/* Kleine UnterNavigation rechts */
	
.unav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #F0f0f0;
	padding-left: 2px;
	font-size: 11px;
	font-weight: normal;
}

/* Layout für den Inhalt */

.linie-450px {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #DBDBDB;
}

.linie-450px-dozentenverz {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #DBDBDB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}

/* orange Rahmen für Download */
.pdf-rahmen {
	width: 200px;
	border: 1px solid #ff6600;
	border-top: 1px solid #ff6600;
	border-right: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
	border-left: 1px solid #ff6600;
	padding: 5px;
}

/* Roter Rahmen für Foto */
.oranger-rahmen {
	border: 1px solid #ff6600;
}

