/* ALLGEMEIN */
* {
	font-family:verdana,geneva,arial,helvetica,sans-serif;
font-size:12px;
/*
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
*/
line-height:17px;

}




/* LINKS */
.contentCont a:link,footerCont a:link {
	color: blue;
	text-decoration: none
}

.contentCont a:visited,footerCont a:visited {
	color: blue;
	text-decoration: none
}

.contentCont a:active,footerCont a:active {
	color: blue;
	text-decoration: none
}

.contentCont a:hover,footerCont a:hover {
	color: darkgreen;
	text-decoration: none
}

.footerCont a:link,footerCont a:link {
	color: blue;
	text-decoration: none
}

.footerCont a:visited,footerCont a:visited {
	color: blue;
	text-decoration: none
}

.footerCont a:active,footerCont a:active {
	color: blue;
	text-decoration: none
}

.footerCont a:hover,footerCont a:hover {
	color: darkgreen;
	text-decoration: none
}

/* ÜBERSCHRIFTEN */
h1,h1 * {
	padding-top: 10px;
	font-size: 15px;
	margin-left: 3px;
}

h2,h2 * {
	font-size: 14px;
	margin-left: 3px;
}

h3,h3 * { /*clear:both;*/
	font-size: 13px;
	margin-left: 3px;
}

ol li, ul li{
	/*line-height: 24px;*/
	
	list-style:none;
}

/* CONTENT */ /*.contentCont .roundCont p:first-letter {
margin-top: 1px;
font-size: 130%;
font-weight: bold;
float:left;
}*/
.contentCont .roundCont {
	line-height: 14px;
}

.contentCont .roundCont h1 {
	font-size: 150%;
	margin-bottom: 12px;
	margin-top: 5px;
	color: green;
	font-weight: bold;
}

.contentCont .roundCont h2 {
	font-size: 120%;
	margin-bottom: 12px;
	font-weight: normal;
	font-style: italic;
}

.contentCont .roundCont h3 {
	font-size: 120%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	color: darkgreen;
	font-weight: bold;
}

.contentCont .roundCont p {
	margin-bottom: 5px;
	margin-left: 3px;
	margin-right: 15px;
	margin-top: 5px;
	/*width: 500px;*/
}

.contentCont {
	line-height: 14px;
}

.contentCont .roundCont ul {
	margin-bottom: 5px;
	margin-left: 25px;
	margin-right: 15px;
}

.contentCont .roundCont ol {
	margin-bottom: 5px;
	margin-left: 25px;
	margin-right: 15px;
}

/* BILDER */
.contentCont img {
	float: right;
	/*clear:both;*/
	margin-top: 1px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	border: none;
}


.kleinegifs img {
	float: left;
	margin-top: 2px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 2px;
	border: none;
}

.pdf img {
	float: right;
	border: none;
	clear: both;
	margin: 3px;
	
}	
	

/*.contentCont img.logo{
	margin-top:0;
	float:right;
	border: none;
	
}*/

 /* NEWS */
.news {
	background-color: #E0FFFF;
	padding: 6px;
	margin: 15px;
	border: 1px solid green;
}

.contentCont sup {
	font-size: 0.8em;
}

/* Tabellen */ /*applicationsExperimentsTabelle*/
#applicationExperimentsTabelle {
	margin-top: 15px;
	margin-bottom: 20px;
	border: 2px solid lightblue;
	border-collapse: collapse;
	width: 98%;
}

#applicationExperimentsTabelle tr td{
	height: 25px;
	border: 2px dotted lightblue;
	border-bottom: 2px solid lightblue;
	border-top: none;
	vertical-align:texttop;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 1px;
	padding-bottom: 2px;
	
}

#applicationExperimentsTabelle tr th {
	background-color: lightblue;	
	height: 20px;
	vertical-align: top;
	text-align: left;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	border-left:1px solid #ffffff;
	font-size: 108%;

	
}


#applicationExperimentsTabelle td {
	vertical-align: top;
}
	
