/* DATEI: pmm.css */

p,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,input { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
}

h1 {
	font-size: 22px;
	font-weight : bold;
	color : #2D2DD0;
}

h2 {
	font-size:20px;
	font-weight : bold;
	color : #000000;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color : #000000;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color : #000000;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	color : #000000;
}

p.Zwischenueberschrift {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: bold;
	color : #000000;
}

p.indent {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: normal;
	color : #000000;
	margin-left: 20px;
}

a.link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color : #0000FF;
	font-size : 13px;
	font-weight: normal;
	text-decoration : underline;
}

a.visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color : #336699;
	font-size : 13px;
	font-weight: normal;
	text-decoration : underline;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: normal;
	text-decoration : none;
	list-style-type : disc;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: normal;
	text-decoration : none;
	list-style-type : decimal;
}

p.Zwischenfrage {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : Green;
	font-weight : normal;
}

p.Frage {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #2D2DD0;
	font-weight : bold;
}

span.Formel {
	font-family : "Times New Roman", Times, serif;
	font-weight : normal;
	font-style : italic;
	font-size : 15px;
}

.klein {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	font-weight : normal;
}

.definition {
	margin-left: 100px;
	background-color: #FFCC66;
	padding: 10px 10px 10px 10px;
	text-align: center;
	width: 300px;
}

.satz {
    margin-left: 100px;
    background-color: #C6CBEC;
    padding: 10px 10px 10px 10px;
    text-align: center;
    width: 300px;
    border: thin solid #333399;
}

.einleitung {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: normal;
	color : #000000;
}

.zusammenfassung {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: normal;
	color : #000000;
}

table.video {
	background-color: #339900;
	color : White;
	border: none;
	margin: 0px;
	padding: 5px;
	font-weight: normal;
}

td.videohead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: bold;
	color : White;
}

td.videofootl {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: normal;
	color : White;
	text-align: left;
	vertical-align: top;
}

td.videofootr {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: normal;
	color : White;
	text-align: right;
	vertical-align: top;
}

a.video:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 13px;
	font-weight : bold;
	color: White;
}

a.video:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 13px;
	font-weight : bold;
	color: White;
}

a.video:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 13px;
	font-weight : bold;
	color: White;
}

/****************************************************************************************************************/
/* Die folgenden Stile können für die EntwicklerInnen rausgenommen werden, sie werden nur zur Laufzeit benötigt */
/****************************************************************************************************************/
.opt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color : Green;
	font-size : 13px;
	font-weight: normal;
	text-decoration : underline;
}

.bred {
  color: Red;
  font-weight: bold;
}

.showtipp {
  padding: 1em;
  border: 1px dashed;
}

td.Ortsangabe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: #000000;
	font-weight : bold;
}

body {
	margin-left : 10px;
	margin-top : 10px;
	margin-right : 0px;
	margin-bottom : 0px;
	}

td.Coursemap {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-align : left;
	font-size: 10px;
	font-weight : normal;
}

a.Coursemap:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 10px;
	font-weight : normal;
	color: Blue;
}

a.Coursemap:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 10px;
	font-weight : normal;
	color: Blue;
}

a.Coursemap:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : normal;
	text-decoration : none;
	color: Blue;
	background-color : #CCCCCC;
	background : #CCCCCC;
}

a.Coursemap_selected:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : normal;
	text-decoration : none;
	color: White;
	background-color : Navy;
	background : Navy;
}

a.Coursemap_selected:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : normal;
	text-decoration : none;
	color: White;
	background-color : Navy;
	background : Navy;
}

a.Coursemap_selected:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : normal;
	text-decoration : none;
	color: Blue;
	background-color : #CCCCCC;
	background : #CCCCCC;
}
.tooltipp {  
  text-decoration:underline; 
  color: #060606;
}
.beschreibung {  
  font-style: italic; 
  color: #006633; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-weight: normal; 
  font-size: 10pt; 
  line-height: 12pt
}
.griechischKopie { 
  font-size: 12pt; 
  font-family: Symbol, Euclid Symbol, MT Symbol 
}
.fussnotedruck { 
  display:inline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000
}

.warnung {
	margin: 0 0 1em 1em;
	padding: 0.5em 1em 0.5em 48px;
	min-height: 48px;
	color: #353;
	background-color: #f4f8f4;
	border: 1px #aca dotted;
	border-left: 0;
	border-right: 0;
	background-image: url(../images/dialog-warning.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.wichtig {
	margin: 0 0 1em 1em;
	padding: 0.5em 1em 0.5em 48px;
	min-height: 48px;
	color: #353;
	background-color: #f4f8f4;
	border: 1px #aca dotted;
	border-left: 0;
	border-right: 0;
	background-image: url(../images/dialog-error.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.hinweis {
	margin: 0 0 1em 1em;
	padding: 0.5em 1em 0.5em 48px;
	min-height: 48px;
	color: #353;
	background-color: #f4f8f4;
	border: 1px #aca dotted;
	border-left: 0;
	border-right: 0;
	background-image: url(../images/dialog-information.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

a[href^="http://"],
a[href^="https://"] {
	padding-left: 12px;
	background-image: url('../images/externallink.gif');
	background-repeat: no-repeat;
	background-position: 0 0.25em;
}

.Glossar
{
	border-bottom: 1px solid #808080;
	text-decoration: none;
	color: black;
	cursor: help;
}