/* general css settings for all projects */

div.mailform-label { float: left; }
div.mailform-label-input { clear: left; }



/***************************
 * Barrierefreiheit
 ***************************/
 
p.onlyinprint
{
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
} 
 
.invisible,
.navposition,
#content-hidden,
.menu dfn,
.menu ul li dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

img, a img, a:link img, 
a:visited img, a:hover img,
a:active img, a:focus img { 
	border: 0px none white;
}

div, form {
	margin: 0;
	padding: 0
}

.cframe
{
	clear: both
}

small { font-size: 0.9em }
big { font-size: 1.1em }



strong, b { font-weight: bold; color: #4B4B4B; }
u { text-decoration: underline }
em, i { font-style: italic }
img { margin: 0; padding: 0 }

