

A:link {
        FONT-SIZE: 13;
        FONT-FAMILY: arial, helvetica, geneva;
        TEXT-DECORATION: underline;
        color : #3E5E84;
}
A:active {
        FONT-SIZE: 13;
        FONT-FAMILY: arial, helvetica, geneva;
        TEXT-DECORATION: underline;
        color : #3E5E84;
}
A:visited {
        FONT-SIZE: 13;
        FONT-FAMILY: arial, helvetica, geneva;
        TEXT-DECORATION: underline;
        color : #3E5E84;
}
A:hover {
        FONT-SIZE: 13;
        FONT-FAMILY: arial, helvetica, geneva;
        TEXT-DECORATION: underline;
        color : #3E5E84;
}

a:hover.blink {
	TEXT-DECORATION:blink;
	font-weight:bold;
	cursor: pointer;
}

ul,li {
        FONT-SIZE: 10pt;
        FONT-FAMILY: arial, helvetica, geneva;
        TEXT-DECORATION: none;
        color : #3E5E84;
}

.toptitle {
        FONT-SIZE: 15pt;
        FONT-WEIGHT: 700;
        FONT-FAMILY: arial, helvetica, geneva;
        TEXT-DECORATION: none;
        color : #3E5E84;
}

.subtitle {
        FONT-SIZE: 13pt;
        FONT-WEIGHT: 700;
        FONT-FAMILY: arial, helvetica, geneva;
        TEXT-DECORATION: none;
        color : #3E5E84;
}

.boxtitle {
        FONT-SIZE: 13pt;
        FONT-WEIGHT: 700;
        FONT-FAMILY: arial, helvetica, geneva;
        TEXT-DECORATION: none;
        color : #3E5E84;
}

.content {
        FONT-SIZE: 10pt;
        FONT-FAMILY: arial, helvetica, geneva;
        TEXT-DECORATION: none;
        color : #082E58;
}

.navititle {
        FONT-SIZE: 13pt;
        FONT-WEIGHT: BOLD;
        FONT-FAMILY: arial, helvetica, geneva;
        TEXT-DECORATION: none;
        color : #3E5E84;
		#color : #F2F2ED;

}

.titeltitle {
        FONT-SIZE: 13pt;
        FONT-WEIGHT: BOLD;
        FONT-FAMILY: arial, helvetica, geneva;
        TEXT-DECORATION: none;
        color : #3E5E84;
}

.msgerror {
        FONT-SIZE: 14;
        FONT-WEIGHT: BOLD;
        FONT-FAMILY: arial, helvetica, geneva;
        TEXT-DECORATION: none;
        color : #FD1D00;
}

body { 
background-color:#DDE7F3;
}

table {
        FONT-SIZE: 10pt;
        FONT-FAMILY: arial, helvetica, geneva;
        TEXT-DECORATION: none;
        color : #3E5E84;

}

input.normal {
background: #ffffff;
cursor: pointer;
color: #000000;
outline: 1px solid #A7B8CA;
border:0;
}


textarea,select, input[type=text], input[type=password] {
background: #ffffff;
cursor: pointer;
color: #000000;
outline: 1px solid #A7B8CA;
border:0;
}



input.submit {
background: #e3e8ee;
cursor: pointer;
color: #3E5E84;
outline: 1px solid #6380A1;
background-image:url(/images/icons/buttons.bmp);
border:0;
}

input[type=button], input[type=submit], input[type=reset] {
	background: #e3e8ee;
	cursor: pointer;
	color: #3E5E84;
	outline: 1px solid #6380A1;
	background-image:url(/images/icons/buttons.bmp);
	border:0;
 }


option.high {
	background: #FAE5B3;
	cursor: pointer;
	color:black;
	outline: 1px solid #A7B8CA;
	border:0;
}

select.high {
	background: #FAE5B3;
	cursor: pointer;
	color:black;
	outline: 1px solid #A7B8CA;
	border:0;
}



input.bhigh {
	background: #FAE5B3;
	cursor: pointer;
	color:black;
	outline: 1px solid #6380A1;
	background-image:url(/images/icons/buttons2.bmp);
	border:0;
}

textarea.high {
	background: #FAE5B3;
	cursor: pointer;
	color:black;
	outline: 1px solid #A7B8CA;
	border:0;
}

input.high {
	background: #FAE5B3;
	cursor: pointer;
	color:black;
	outline: 1px solid #A7B8CA;
	border:0;
}

input.error {
	background: #FFEEEE;
	cursor: pointer;
	color:black;
	outline: 1px dotted #FF0000;
	border:0;
}




img.pics {
	margin-top:5%;
	margin-left:2%;
	border: double 2px; 

	color:#3D5D83;
	-moz-border-radius:5px;

}

.modul {
	width: 200px;
	padding: 40px;
	-moz-border-radius:10px;
	border: 1px solid black;
	color:white;
	background-repeat:repeat-x;
	background-color: #38587E; 
	text-align:center;
	font-weight:bold;
}



.box {
	margin-top:10%;
	width: 200px;
	-moz-border-radius:10px;
	text-align:center;
	padding: 10px;
	border: 1px dotted black;
	background-image: url(/images/style/divboxen.png);
	background-repeat:repeat-x;
	background-color: #FAE5B3; 
	font-weight:bold;
}
