/* ALLGEMEIN */
* {
	font-size: 11px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	line-height: 16px;
}

/* 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;
}

h2,h2 * {
	font-size: 14px;
}

h3,h3 * { /*clear:both;*/
	font-size: 13px;
}

/* 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: 145%;
	margin-bottom: 12px;
	color: green;
}

.contentCont .roundCont h2 {
	font-size: 120%;
	margin-bottom: 12px;
	font-weight: normal;
	font-style: italic;
}

.contentCont .roundCont h3 {
	font-size: 105%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	color: green;
	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;
}


/*.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: 680px;
}

#applicationExperimentsTabelle tr td{
	height: 25px;
	border: 2px solid lightblue;
	border-bottom: 1px solid lightblue;
	border-top: none;
	vertical-align:texttop;
	padding: 5px;
}

#applicationExperimentsTabelle tr th {
	background-color: lightblue;
	height: 20px;
}

#applicationExperimentsTabelle td {
	vertical-align: top;
}
	