/* Allgemeine Definitionen */
form {
	margin:0;
	padding:0;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clearLeftFloat {
	clear:left;
}

.clearRightFloat {
	clear:right;
}

.clearBothFloat {
	clear:both;
}

.abstand {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:20px;
}

* html .abstand,
html* .abstand{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:10px;
}

.fettNormal {
	font-weight:bold;
}

.fettVersalien {
	font-weight:bold;
	text-transform:uppercase;
}

.blau {
	color:#039 !important;
}

.hinweis {
	font-size:11px;
	color:#000;
}

a.more {
	font-family:arial,sans-serif;
	font-size:10px;
	line-height:10px;
	font-weight:bold;
	text-decoration:none;
	color:#039;	
}

a.more:active,
a.more:visited {
	font-family:arial,sans-serif;
	font-size:10px;
	line-height:10px;
	font-weight:bold;
	text-decoration:none;
	color:#039;		
}

a.more:hover,
a.more:focus {
	font-family:arial,sans-serif;
	font-size:10px;
	line-height:10px;
	font-weight:bold;
	text-decoration:none;
	color:#666;		
}


/* Definitionen Bildblöcke */
.bildblock_links {
	margin:0 !important;
	padding:10px 15px 5px 0px;
	float:left;
}

.bildblock_links_no_hl {
	margin:0 !important;
	padding:15px 15px 28px 0px;
	float:left;	
}

.bildblock_links img,
.bildblock_links_no_hl img {
	/*border:1px solid #039;*/
}

/* Definitionen Bildblöcke - Ende */


/* Allgemeine Definitionen Footer */

.footerDE {
	font-weight:bold;
	color:#039;
}

.footerEN {
	font-style:italic;
	color:#666;
}
