/* ########## Links ################*/
a{
	text-decoration : none;
}
a:hover{
	text-decoration : underline;
}

/* ########## Backgrounds  ################*/

.line{
	background : #FFFFFF;
	background-color : #FFFFFF;
}
.lineBlue{
	background : #074182;
	background-color : #074182;
}
.bgTop { 
	background-color : #0D59AB;
	background : #0D59AB;
}

/*#############  Texte #############*/
.copy{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #000000;
}
.copyBold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	color : #000000;
}
.copySmall{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
	color : #000000;
}
.copy12pxBold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	color : #000000;
}
.copyBlue{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #074182;
}
.copyBlueSmall{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
	color : #074182;
}
.copyBlueSmallUnderline{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : underline;
	color : #074182;
}
.copyBlueBold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	color : #074182;
}
.copyBlueUnderline{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : underline;
	color : #074182;
}

.copySmallBlack{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
	color : #000000;
}
.navHead {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #FFFFFF;
}
.notice{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
	color : #7C9ABD;
}
.errorReport{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #FF0000;
}
.errorReportBold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	color : #FF0000;
}
.headLn {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-style : normal;
	font-weight : bold;
	color : #074182;
}
.headLn2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 19px;
	font-style : normal;
	font-weight : bold;
	color : #074182;
}
/*#############  Boxen rechts #############*/
.box1Bg{
	background : url(../img/box/box1_bg.jpg);
	background-image : url(../img/box/box1_bg.jpg);
}
.box2Bg{
	background : url(../img/box/box2_bg.jpg);
	background-image : url(../img/box/box2_bg.jpg);
}
.box3Bg{
	background-color : #FFFFFF;
	background : #FFFFFF;
}
.boxQuickBg{
	background : url(../img/box/box_quick_bg.jpg) no-repeat;
	background-image : url(../img/box/box_quick_bg.jpg);
	background-repeat : no-repeat;
}

/*#############  input- felder #############*/
.inputEmail{
	width : 120px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
}
.input190px{
	width : 190px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
}
.input250px{
	width : 250px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
}
.input100px{
	width : 100px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
}
.input150px{
	width : 150px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
}
.input220px{
	width : 220px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
}
.input65px{
	width : 65px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
}
.input220x40pxt{
	width : 220px;
	height: 40px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
}
