/* CSS Document */


body {
	font-family:Helvetica, Verdana, Arial, sans-serif!important;
	color:#0C419A;
	font-size:12px!important;
	width:650px;
	border-right:5px solid grey;
}

td {
	font-size:12px!important;	
}

p {
	margin-top:0;
}

/*-------------------------- Heading  ---------------------------------------*/

h1 {
	
}

h2 {
	margin-top:40px;
	color:#0C419A;
	font-size:20px;
}

h3 {
	font-size:15px;
	margin-top:2px;
}

h4 {
	font-size:13px;
	margin:0;
	padding:0;
}

/*-------------------------- Links    --------------------------------------------*/

a {
	color:#0C419A;
	font-weight:bold;
	text-decoration:none;
	outline:none;
	border:none;
}

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;

}

/*-------------------------- Font Classes  ---------------------------------------*/
.textGrau {
	color:#666666;
} 


/*-------------------------- Image Classes  ---------------------------------------*/

.imgRight {
	float:right;
	margin:0 0 10px 10px;
	/*border:3px solid #F7F619;*/
}


.imgLeft {
	float:left;
	margin:0 10px 10px 0;
	/*border:3px solid #F7F619;*/
}



.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;
}


