﻿/* general stuff */

body{
	background: url(../images/bgr.png) repeat;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.white {
	font-family: Tahoma;
	font-size: 10px;
	color:#ffffff;
	font-weight:bold;
}


a.home_swap  {
background-image:url(../images/home.gif);
margin-left: 15px;
width: 11px;
border: 0;
}

a.home_swap:hover {
background-image:url(../images/home_hover.gif);
margin-left: 15px;
width: 11px;
border: 0;
}

.back_button,  .back_button a {
	font-family: Tahoma;
	font-size: 11px;
	color:#ffffff !important;
	font-weight:bold;
	margin-bottom: 15px;
}



.btnmenu1, .btnmenu1 a {
  width:89px !important;
  height:22px;
  border:none;
  font-family: tahoma, sans-serif !important;
  background:url(../images/btnmenu1.png) top left no-repeat;
  text-align:center;
  color:#fff !important;
  font-weight:bold;
  text-decoration:none;
  padding:0;
  margin:0;
}

.btnmenu2, .btnmenu2 a {
  width:90px  !important;;
  height:22px;
  border:none;
  font-family: tahoma, sans-serif !important;
  background:url(../images/btnmenu2.png) top left no-repeat;
  text-align:center;
  color:#fff !important;
  font-weight:bold;
  text-decoration:none;
  padding:0;
  margin:0;
}

.btnmenu3, .btnmenu3 a {
  width:95px !important;
  height:22px;
  border:none;
  font-family: tahoma, sans-serif !important;
  background:url(../images/btnmenu3.png) top left no-repeat;
  text-align:center;
  color:#fff !important;
  font-weight:bold;
  text-decoration:none;
  padding:0;
  margin:0;
}


a {
	font-family: Tahoma;
	font-size: 11px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.main {
	font-family: Tahoma;
	font-size: 11px;
	color:#283f48;
}

.search {
	font-family: Tahoma;
	font-size: 9px;
	color:#283f48;
}

.inputbox-search {
   height:12px;
   width:120px;
   font-family: Tahoma;
   font-size: 8px;
   color:#283f48;
}

.inputbox {
   font-family: Tahoma;
   font-size: 9px;
}

.contentpagetitle
{
	color:#00278a;
}

.contentheading,
.componentheading
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color:#00278a;
	text-decoration:none;
	border-bottom:1px #00278a solid;
}

.content {
	color: #026a96;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}

#content a {
	color:#026a96;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}

table.moduletable th,
div.moduletable h3 {
	height: 21px;
	line-height: 21px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #283f48;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
/* language select */
table table table .white {
	position: absolute;
	display: block;
	margin: -18px 0 0 0;
	_margin: -17px 0 0 0;
	.margin: -17px 0 0 0;
}
#selectLanguage {
	display: block;
	background: transparent;
	color: #fff;
	position: absolute;
	width: 130px;
	height: 21px;
	padding: 0;
	margin: 0;
	overflow: hidden;     
	margin: -3px 0 0 0;  
	_margin: -2px 0 0 0;            
	.margin: -2px 0 0 0; 
}
#selectLanguage:hover {
	height: auto;
}
#selectLanguage a {
	color: #fff;
	display: block;
	vertical-align: top;
	padding: 1px 0;
	height: 18px;
	font-weight: normal;
	font-size: 10px;   
	.padding: 0 0 5px 0;
	_height: 16px;
	_padding: 0;
}
#selectLanguage a img {
	border: 0;
	vertical-align: middle;
	margin: 2px 3px;
}
#selectLanguage li {
	background: #8dc9e3 url("../images/languageBackground.jpg") 0 0 no-repeat;
	width: 120px;
	height: 20px;
	display: block;
	margin: 0 auto;
	font-size: 10px;   
}
#selectLanguage li#currentLanguage {
	background: #8dc9e3 url("../images/currentLanguage.gif") 0 0 no-repeat;
	width: 130px;
	padding: 1px 0 0 0;
}
@media all and (min-width: 0px) {
	#selectLanguage {
		margin: -7px 0 0 0;
	}
	table table table .white {
	margin: -22px 0 0 0;
}
}


