body  {
    margin: 10px;
	padding: 0; 
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#545856;
	line-height: 17px;
	background-color: #fff;
}
div, td, span, p, ul, li, a, form, h1, h2, h3, img, object, embed {
	padding: 0;
	margin: 0;
	border: none;
}
input, select {
	padding: 0;
	margin: 0;
}

p {
padding-bottom: 15px;
}

img.fuerIE {
display:block; /* IE Bug - Abstand nach unten */
}

a {
outline:none;
}


h1  {
	color: #034d53;
	font-size: 24px;
	padding-top: 0px;
	padding-bottom: 20px;
	line-height: normal;
}
h2  {
	color: #034d53;
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 15px;
	line-height: normal;
}
h3  {
	color:#545856;
	font-size: 15px;
	padding-top: 0px;
	padding-bottom: 10px;
	line-height: normal;
}

hr{
border: 0;
height: 1px;
background-color: #cccccc; /* Farbe für Opera und Firefox */
color: #cccccc; /* Farbe für Internet Explorer (IE) */
}

a {color: #034d53; }
a:hover {color: #000; }


.textBlau {
color: #034d53; 
}

.rahmenGruen {
	border: 1px solid #034d53;
}

.textGrau {
color:#545856;
}

.textKleinste{
font-size: 11px;
line-height:normal;
}
.textKlein{
font-size: 12px; 
line-height:normal;
}
.textMittel{
font-size: 15px;
line-height:20px;
}
.textMittelFett{
font-size: 15px;
font-weight: bold;
line-height:20px;
}
.textGross{
font-size: 17px;  
line-height:normal;
}

.hinweis {
	font-size: 14px;
	font-weight: bold;
}

.clearfloat { 
	clear: both;
}
.floatLeft{
	float:left;
}
.floatRight { 
	float:right;
}

.abstand {
	width: 100%;
	height: 30px;
}



