/* CSS Document */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px!important;
	color:#002f5f;
	border-right:5px solid grey;
	width:580px;
}

td {
	font-size:12px!important;	
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
}


p {
	margin-top:0;
}

ul {
	list-style-type:none;
	padding:0;
}

ul li {
	padding-left:12px;
	background:url(../img/aufzaehlungspollen.gif) top left no-repeat;
}


/*-------------------------- Heading  ---------------------------------------*/

h1 {
	display:none;
}

h2 {
	font-size:14px;
	color:#002f5f;
	margin-top:10px;
}

h3 {
	font-size:12px;
	color:#002f5f;
}


/*-------------------------- Links    --------------------------------------------*/

a, form a {
	color:#e0119d;
	text-decoration:none;
	outline:none;
	border:none;
	font-size:12px;
}

a:hover {
	text-decoration:underline;
}

a img {border:none;}

.pdfDownload {
	padding-left:18px!important;
	background:url(../img/icons/pdf.gif) top left no-repeat!important;
}

.readMore {
	float:right;
}

/*-------------------------- Font Classes  ---------------------------------------*/
.textGrau {
	color:#666666;
} 

.small {
	font-size:10px;
} 

.important {
	display:block;
	margin-bottom:10px;
	font-weight:bold;
	color:#e0119d!important;
	padding-left:20px;
	background:url(../img/icons/error.png) center left no-repeat;
}


/*-------------------------- Image Classes  ---------------------------------------*/

.imgRight {
	float:right;
	margin:0 0 10px 10px;
}

.imgRightClean {
	float:right;
	margin:0 0 10px 10px;
	padding:3px;
}


.imgLeft {
	float:left;
	margin:0 10px 10px 0;
}



.blueLine {
	height:1px;
	border-bottom:1px dotted #002f5f;
	padding-bottom:5px;
}

.tableLeft {
	float:left;
	margin:0 10px 0 0;
}

.tableRight {
	float:right;
	margin:0 0 0 10px;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clear {
	clear:both;
}


