@charset "utf-8";

BODY {
	background-color: #009EE1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
}

IMG {
	border: 0px;
}

A:link, A:visited {
	color: #039;
	text-decoration: none;
}

A:hover {
	color: #900;
	text-decoration: underline;
}
A.cat:link {
  font-family: Arial, Helvetica, sans-serif;
  color:#F99E0C;
  }
 A.cat:visited {
  color:#F99E0C;
  }
 A.cat:hover {
  color:#F99E0C;
  }
table {
     font-family: Arial, Helvetica, sans-serif;
}
FORM {
	padding: 0px;
	margin: 0px;
}

INPUT {
	margin: 0px;
	padding: 0px;
}

DIV#pageContainer {
	width: 100%;
}

DIV#headingContainer {
	width: 100%;
	height: 100%;
	background-image: url(/images/head_bg.png);
	background-repeat: repeat-x;
}

DIV#headingLogo {
	width: 574px;
	height: 100px;
	float: left;
}

DIV#contentContainer {
	width: 873px;
	background-color: #FFF;
	margin: auto;
}

DIV#contentContainer DIV#mainMenu {
	width: 100%;
	height: 38px;
	background-color: #F99E0C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: -3px;
}

DIV#contentContainer DIV#mainMenu UL {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}

DIV#contentContainer DIV#mainMenu UL LI {
	width: auto;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

DIV#contentContainer DIV#mainMenu UL LI:first-child {
	margin-left: 80px;
}

DIV#contentContainer DIV#mainMenu UL LI A {
	height: 12px;
	width: auto;
	display: block;
	float: left;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 14px;
	padding-right: 14px;
}

DIV#contentContainer DIV#mainMenu UL LI A:hover {
	background-color: #900;
	color: #FFF;
}

DIV#contentContainer DIV#mainMenu UL LI A.selected {
	background-color: #31538B;
	color: #FFF;
}

DIV#contentContainer DIV#searchSection {
	background-image: url(/images/block_03.png);
	background-repeat: no-repeat;
	background-color: #0E6BA9;
	width: 474px;
	height: 349px;
	float: left;
	margin-left: 12px;
	text-align: left;
}

DIV#contentContainer DIV#searchSection INPUT.searchInput {
	height: 19px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	color: #999;
}

DIV#contentContainer DIV#bannerSection {
	width: 377px;
	height: 349px;
	float: right;
}

DIV#contentContainer DIV#contentSection {
	border-top: 2px solid #0E6BA9;
	width: 849px;
	margin: auto;
	padding-top: 12px;
}

DIV#contentContainer DIV#contentSection DIV.section {
	width: 150px;
	float: left;
}
DIV#contentContainer DIV#contentSection DIV.newssection {
	width: 190px;
	float: left;
}
DIV#contentContainer DIV#contentSection DIV.catalogsection {
	width: 460px;
	float: left;
}

DIV#contentContainer DIV#contentSection DIV.section A {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F99E0C;
	padding-top: 3px;
	padding-bottom: 3px;
}

DIV#contentContainer DIV#contentSection DIV.newssection A {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F99E0C;
	padding-top: 3px;
	padding-bottom: 3px;
}

DIV#contentContainer DIV#contentSection DIV#mainMap {
	width: 195px;
	height: 250px;
	background-image: url(/images/map_head.png);
	background-repeat: no-repeat;
	background-color: #F99E0C;
	float: right;
	margin-right: 9px;
}

DIV#contentContainer DIV#contentSection DIV#mainMap IMG {
	margin-top: 79px;
	margin-left: 10px;
	margin-right: 10px;
}

DIV#contentContainer DIV#contentSection DIV#impressum {
	width: 195px;
	height: 250px;
	background-image: url(/images/imp_head.png);
	background-repeat: no-repeat;
	background-color: #F99E0C;
	float: right;
	margin-right: 9px;
}

DIV#contentContainer DIV#contentSection DIV#impressum IMG {
	margin-top: 79px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

DIV#contentContainer DIV#contentSection DIV.squareAd {
	width: 300px;
	height: 250px;
	float: right;
	text-align: center;
	overflow: auto;
}

DIV#contentContainer DIV#contentSection DIV#mainAds {
	width: 336px;
	height: 280px;
	float: right;
	clear: right;
	margin-top: 10px;
}

DIV#contentContainer DIV#contentSection DIV#countriesList {
	width: 680px;
	margin: auto;
}

DIV#contentContainer DIV#contentSection DIV#countriesList A:link, DIV#contentContainer DIV#contentSection DIV#countriesList A:visited {
	display: block;
	float: left;
	width: 170px;
	color: #0E6BA9;
}

DIV#contentContainer DIV#contactform {
	width: 300px;
	float: left;
}

DIV#contentContainer DIV#contactform TABLE {
	width: 100%;
}

DIV#contentContainer DIV#contactform TABLE TD {
	vertical-align: top;
}

DIV#contentContainer DIV#contactform INPUT[type="text"] {
	width: 180px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

DIV#contentContainer DIV#contactform TEXTAREA {
	width: 180px;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

DIV#contentContainer DIV#adsense {
	width: 336px;
	height: 280px;
	margin-left: 12px;
	margin-top: 10px;
	float: left;
	clear: both;
}

DIV#contentContainer H2 {
	width: 440px;
	float: right;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #06F;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

DIV#contentContainer DIV#placedesc {
	width: 440px;
	float: right;
	text-align: left;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
DIV#contentContainer H3 {
	width: 440px;
	float: left;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #06F;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
DIV#contentContainer DIV#newsdesc {
	width: 740px;
	float: right;
	text-align: left;
	padding: 30px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
DIV#contentContainer DIV.routeads {
	width: 100%;
	margin-left: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

DIV#contentContainer DIV.linkads {
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 10px;
	clear: both;
	color: #666;
	background-color: #F6F8E4;
	border: 1px solid #1AF;
}

DIV#contentContainer DIV.linkads A {
	display: block;
	margin-bottom: 3px;
}

DIV#contentContainer DIV.linkads A:link, DIV#contentContainer DIV.linkads A:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #00F;
}

DIV#contentContainer DIV.linkads A:hover {
	color: #F00;
}

DIV#signature {
	width: 857px;
	margin: auto;
	text-align: center;
	padding: 8px;
}

DIV#footer {
	width: 857px;
	height: 30px;
	background-color: #0E6BA9;
	color: #FFFFFF;
	margin: auto;
	text-align: center;
	padding: 8px;
}


/*
DIV[jscontent="copyrights"] {
	display: none;
}
*/
TABLE.adp-directions {
	width: 100%;
}

TABLE.adp-directions TD[jsselect="steps"] {
	background-color: #FFF;
}

TABLE.adp-directions TD[jsselect="steps"] :hover {
	background-color: #FF9;
}

DIV.clear {
	clear: both;
}
