/* base tags redefinitions */

body{
	background-color: #ffffff;
	scrollbar-face-color: #e6e6e6;
	scrollbar-shadow-color: #e6e6e6;
	scrollbar-highlight-color: #e6e6e6;
	scrollbar-3dlight-color: #363636;
	scrollbar-darkshadow-color: #363636;
	scrollbar-track-color: #F2F2F2;
	scrollbar-arrow-color: #363636;
}

#effie{
	position: absolute;
	left: 10px;
	top: 76px;
}

#raexpert{
	padding-left: 126px;
}

br{
	line-height: 17px;
}

h1{
	font-family: Tahoma;
	font-size: 18px;
	letter-spacing: -1px;
	margin-bottom: 5px;
	margin-right: 10px;
	text-align: left;
	color: #363636;
}

h2{
	font-family: Tahoma;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 25px; 
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	color: #363636;
}

h3{
	font-family: Tahoma;
	font-size: 12px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	text-align: left;
	color: #363636;
}

h4{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: lighter;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	text-align: left;
	color: #363636;
}

form{
	font-family: Tahoma;
	font-size: 12px;
	color: #363636;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	line-height: 17px;
}

p{
	font-family: Tahoma;
	font-size: 12px;
	color: #363636;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	line-height: 17px;
}

p.small{
	font-family: Tahoma;
	font-size: 10px;
	color: #363636;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	line-height: 15px;
}

ol{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #363636;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 17px;
}

ol li{
	color: #363636;
	margin-left: 0px;
	margin-right: 10px;
}

ol ul li{
	color: #363636;
	margin-left: -15px;
	margin-right: 10px;
}

ul{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #363636;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 17px;
}

ul li{
	color: #363636;
	margin-left: 0px;
	margin-right: 10px;
}

ul ul li{
	color: #363636;
	margin-left: -15px;
	margin-right: 10px;
}

/* end of base tags redefinitions */

/* custom classes definitions */

/* borders */
.bb{
	border-bottom: 1px solid #363636;
}

.bl{
	border-left: 1px solid #363636;
}

.br{
	border-right: 1px solid #363636;
}

.bt{
	border-top: 1px solid #363636;
}
/* end of borders */

/* search */



/* end of search */

/* misc */

.formulanumber{
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #363636;
	margin-left: 100px;
}

.lightgrey{
	background-color: #F2F2F2;
}

.lightgrey1{
	background-color: #E6E6E6;
}

.pink{
	background-color: #E0CDD9;
}

.service{
	line-height: 20px;
	margin-right: 5px;
}

.basetext{
	font-family: Tahoma;
	font-size: 12px;
	color: #363636;
}

.frame{
	padding: 2px;
	border: 20px solid #cccccc;
}

.frame_light{
	padding: 2px;
	border: 3px solid #cccccc;
}

ul.ourteam{
	line-height: 14px;
	list-style: none;
	margin: 0 0 0 25px;
	padding: 0;
}

#short_buh_td1 input.field, #short_buh_td2 input.field, #short_buh_td1 select.field, #short_buh_td2 select.field, #short_buh_td1 textarea.field, #short_buh_td2 textarea.field{
	font-family: Tahoma;
	font-size: 12px;
	color: #363636;
	width: 100%;
	background: #ffffff;
	border: 0;
	margin: 0;
	padding: 0;
}

td #short_buh_td1, td #short_buh_td2{
	padding: 3px;
}

#short_buh_td1.brdr, #short_buh_td2.brdr{
	background: #ffffff;
	border: 1px solid #363636;
}

#short_buh_td1{
	background: #F2F2F2;
}

#tooltip{
	background: #FFFFFF;
	border: 1px solid #666666;
	color: #333333;
	font-family: Tahoma;
	font-size: 12px;
	margin: 0px;
	padding: 3px 5px;
	position: absolute;
	visibility: hidden;
}

#clients h4{
	font-weight: bold;
}

#clients h2, #clients h3{
	font-weight: bold;
	text-decoration: underline;
}

#clients ul.groups, #clients ul.other{
	margin-top: 10px;
}

#clients ul.groups li{
	list-style: none;
	font-weight: bold;
	margin-left: -30px;
}

#clients ul.groups li ul li{
	list-style: disc;
	font-weight: normal;
	margin-left: -15px;
}

#clients ul.other li{
	list-style: none;
	font-weight: normal;
	margin-left: -30px;
}

table tr td.mainMenu {
	padding-right: 5px;
}

/* end of misc */

/* end of custom classes definitions */

/* links definitions */

a{
	font-family: Tahoma;
	font-size: 12px;
	color: #42508A;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 17px;
}
a:link{
	text-decoration: underline;
	color: #42508A;
}
a:hover{
	text-decoration: underline;
	color: #A21061;
}
a:visited{
	text-decoration: underline;
	color: #42508A;
}
a:visited:hover{
	text-decoration: underline;
	color: #A21061;
}

a.topmenu{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #363636;
	text-decoration: underline;
}
a.topmenu:link{
	color: #363636;
}
a.topmenu:hover{
	color: #A21061;
}
a.topmenu:visited{
	color: #363636;
}
a.topmenu:visited:hover{
	color: #A21061;
}

a.activetopmenu{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #A21061;
}
a.activetopmenu:link{
	color: #A21061;
	text-decoration: none;
}
a.activetopmenu:hover{
	color: #A21061;
	text-decoration: underline;
}
a.activetopmenu:visited{
	color: #A21061;
	text-decoration: none;
}
a.activetopmenu:visited:hover{
	color: #A21061;
	text-decoration: underline;
}

a.menu{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #363636;
	letter-spacing: 0px;
	line-height: 22px;
	margin-right: 0;
	text-decoration: underline;
}
a.menu:link{
	color: #363636;
}
a.menu:hover{
	color: #A21061;
}
a.menu:visited{
	color: #363636;
}
a.menu:visited:hover{
	color: #A21061;
}

a.activemenu{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #A21061;
	letter-spacing: 0px;
	line-height: 22px;
	margin-right: 0;
}
a.activemenu:link{
	color: #A21061;
	text-decoration: none;
}
a.activemenu:hover{
	color: #A21061;
	text-decoration: underline;
}
a.activemenu:visited{
	color: #A21061;
	text-decoration: none;
}
a.activemenu:visited:hover{
	color: #A21061;
	text-decoration: underline;
}

a.presentation{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #363636;
	letter-spacing: 0px;
	line-height: 22px;
	margin-right: 5px;
	text-decoration: underline;
}
a.presentation:link{
	color: #363636;
}
a.presentation:hover{
	color: #A21061;
}
a.presentation:visited{
	color: #363636;
}
a.presentation:visited:hover{
	color: #A21061;
}

/* end of links definitions */

