html, body {
	/* hide from Mac IE5 */
	height: auto;
	/* END hide from Mac IE5 */
	height: 100%;/*!*/ /*OPERA BUG */
   font-family:	Verdana, Helvetica, Geneva, Arial, sans-serif;
   font-size:	0.9em;
	background-color:#FFFFFF;
	margin:0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	color: #666;	
}
* html html, body {
 	font-size:90%;
	height: 110%;
}
table {
	font-size: 1em;
}
td {
	font-size: 1em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight: bold;
	padding: 10px 15px 5px 0px;
	min-width: 560px;
	width: 70%;
}
h2 {
	font-size:130%;
	line-height: 140%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 10px 10px 0px;
}
h3 {
	font-size:120%;
	line-height: 140%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	padding: 10px 10px 10px 0px;
	margin: 0px;
}
h4 {
	font-size:100%;
	line-height: 120%;
	font-weight: normal;
	padding: 10px 10px 10px 0px;
}
h5 {
	font-size:100%;
	line-height: 120%;
	font-weight: normal;
	padding: 10px 10px 10px 0px;
}
h6 {
	font-size:90%;
	line-height: 110%;
	font-weight: normal;
	padding: 10px 10px 10px 0px;
}
div p {
	font-size:1em;
	line-height:1.2em;
}
#inhalt2 {
font-size: 0.9em;
}
p {
	margin	: 0;
	padding	: 0;
	padding-bottom: 1em;	
}
p.heading {
	font-family:	Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	background-color:  #FFF;
	border-top: 1px solid #3e6abe;
	border-bottom: 1px solid #3e6abe;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px;
	line-height: 1.5em;
}
p.heading {
	font-size: 110%;
	line-height: 130%;
}
p.heading:first-letter {
	font-size:1.3em;
}
span.small {
	font-size: x-small;
}
span.smaller {
	font-size: xx-small;
}
span.big { 
	font-size: x-large;
}
span.bigger {
	font-size: xx-large;
}
.fn { 
	position: relative; 
	top: -7px;
	font-size:xx-small;
	}
/* Hinweise
------------*/
.hinweisGruen {
	display: block;
	padding: 10px 0px 20px 50px !important;
	margin: 7px 0px 7px 0 !important;
	border: 1px solid #007900;
	background-color: #CEFFCE;
	background-image: url(/skin/unijena/images/icon/info.png);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	font-size: x-small;
}
.hinweis {
	display: block;
	padding: 10px 0px 20px 50px !important;
	margin: 7px 0px 7px 0 !important;
	border: 1px solid #88B9FA;
	background-color: #EBF2F9;
	background-image: url(/skin/unijena/images/icon/info.png);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	font-size: x-small;
}
.hinweisGelb {
	display: block;
	padding: 10px 0px 20px 50px !important;
	margin: 7px 0px 7px 0 !important;
	border: 1px solid #FFFF00;
	background-color: #FFFFCC;
	background-image: url(/skin/unijena/images/icon/info.png);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	font-size: x-small;
}
.warnung { 
background: url("../images/icon/dialog-warning.png") 8px 6px no-repeat #ffc0c0;
border: 1px solid #fe2626;
display: block;
margin: 7px 0px 7px 0px !important;
padding: 10px 0px 20px 50px !important;
}
.hinweis { 
background: url("../images/icon/dialog-information.png") 8px 6px no-repeat #ebf2f9;
border: 1px solid #88b9fa;
display: block;
margin: 7px 0px 7px 0px !important;
padding: 10px 0px 20px 50px !important;
}
.anhang { 
background: url("../images/icon/mail-attachment.png") 8px 6px no-repeat #f8fff0;
border: 1px solid #88bd56;
display: block;
margin: 7px 0px 7px 0px !important;
padding: 10px 0px 20px 50px !important;
}
.definition { 
background: url("../images/icon/dialog-definition.png") 8px 6px no-repeat #FFC;
border: 1px solid #FF0;
display: block;
margin: 7px 0px 7px 0px !important;
padding: 10px 0px 20px 50px !important;
}
.exceptionLink{
	background: url("../images/icon/lock.png") right top no-repeat #fff;
	padding-right: 15px;
	}
