@import '/css/tabs.css';
@import '/css/forms.css';

body {
	background: url('/gfx/body_bg.gif') repeat-x #f2f2f2;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}


img, div {
	behavior: url('/css/iepngfix.htc');
}

div#googlemap img {
	behavior: none;
}

* form, * p {
	margin: 0;
	padding: 0;
}

* ul {
	margin: 10px 10px 0 0;
	padding: 0;
	width: 90%;
}

* li {
	background: url('/gfx/icons/bullet_black.png') no-repeat 0px 0px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
}

* img {
	border: none;
}

#bodyWrapper {
	margin: auto;
	position: relative;
	width: 974px;
	z-index: 1;
}

#topWrapper {
	background: url('/gfx/top_image.jpg') no-repeat;
	float: left;
	margin: 0 0 2px 0;
}

#bodyBottomImage {
	background: url('/gfx/world_map.png') no-repeat bottom right;
	bottom: 0;
	display: none;
	height: 126px;
	position: absolute;
	right: 0;
	width: 307px;
	z-index: 0;
}

body > #bodyBottomImage {
	display: block;
	position: fixed;
	right: 0;
	width: 307px;
}

#logo {
	float: left;
	width: 300px;
}

#logo img {
	margin: 24px 0 0 20px;
}

#topRightWrapper {
	float: right;
}

#topSearch {
	background: url('/gfx/top_search_bg.png') no-repeat;
	height: 29px;
	width: 224px;
}

#topSearch #topSearchText {
	background: url('/gfx/icons/google_search.gif') no-repeat 3px 3px #fff;
	border: 1px solid #cecece;
	float: left;
	margin: 3px 0 0 8px;
	padding: 3px 0 2px 20px;
	width: 136px;
}

#topSearchSubmit {
	background: url('/gfx/submit_bg.gif') repeat-x 0 1px;
	border: 1px solid #cecece;
	color: #666666;
	cursor: pointer;
	font-size: 0.65em;
	font-weight: bold;
	margin: 3px 3px 0 0;
	padding: 1px 7px 2px 7px;
}

#topSearchSubmit:hover {
	border: 1px solid #b3b3b3;
}

#topContactInfo {
	height: 88px;
	text-align: left;
	width: 224px;
}

#topContactInfo #contactInfoWrapper {
	padding: 0 0 0 45px;
}

#topContactInfo #phoneIcon {
	float: left;
	margin: 30px 10px 0 0;
}

#topContactInfo #phoneIcon img {
	margin: 0 0 0 0;
}

#topContactInfo #phoneNumber {
	float: left;
	margin: 28px 0 0 0;
}

#topContactInfo #eMail {
	text-align: center;
}

#topContactInfo #eMail a {
	color: #000;
	font-family: trebuchet MS, arial, verdana, tahoma, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

#tabMenu {
	float: left;
	height: 31px;
	margin: 0 0 2px 0;
	position: relative;
	width: 974px;
	z-index: 2;
}

#topNavWrapper {
	float: left;
	text-align: left;
	width: 974px;
}

#topNav {
	float: left;
	padding: 4px 0 4px 5px;
	width: 570px;
	/*border: 1px solid #f00;*/
}

#topNav img {
	margin: 0 3px 0 3px;
}

#topNavMenu {
	float: left;
	padding: 4px 0 4px 0;
	position: relative;
	width: 305px;
	text-align: right;
	z-index: 1;
	/*border:1px solid #f0f;*/
}

#topNavLanguage {
	float: right;
	padding: 2px 0 4px 0;
	position: relative;
	width: 90px;
	height: 18px;
	text-align: right;
	z-index: 1;
} 


#contentWrapper {
	background-color: #fff;
	clear: both;
	float: left;
	text-align: left;
	width: 974px;
}

#contentLeft {
	float: left;
	width: 193px;
}

#mainMenu ul {
	background-color: #fff;
	border-top: 2px solid #f4f4f4;
	border-right: 2px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	border-left: 2px solid #f4f4f4;
	margin: 0 2px 2px 2px;
	width: 185px;
}

#mainMenu li {
	background: none;
	border-bottom: 1px solid #f4f4f4;
	list-style: none;
	line-height: 2.1em;
	padding: 0;
	width: 185px;
}

#mainMenu li a {
	background: url('/gfx/icons/menu_arrow.gif') no-repeat 9px 9px #fff;
	border: 1px solid #fff;
	display: block;
	height: 24px;
}

#mainMenu li a:hover {
	background: url('/gfx/icons/menu_arrow.gif') no-repeat 9px 9px #f6f6f6;
}

#mainMenu li a span {
	margin: 0 0 0 21px;
}

#mainMenu ul.submenu {
	border: none;
	border-top: 1px solid #f4f4f4;
	margin: 0;
}

#mainMenu ul.submenu li a span {
	margin: 0 0 0 31px;
}

#mainMenu ul.submenu li a {
	background: url('/gfx/icons/menu_arrow.gif') no-repeat 19px 9px #fff;
	border: 1px solid #fff;
}

#mainMenu ul.submenu li a:hover {
	background: url('/gfx/icons/menu_arrow.gif') no-repeat 19px 9px #f6f6f6;
}

#mainMenu ul.submenu li.search {
	border: none;
}

#mainMenu ul.submenu li a.search {
	background: url('/gfx/icons/zoom.png') no-repeat 14px 4px;
	font-weight: bold;
}

#mainMenu ul.submenu li a.search:hover {
	background: url('/gfx/icons/zoom.png') no-repeat 14px 4px #f6f6f6;
}

#mainMenu ul.submenu li a.search span {
	margin: 0 0 0 37px;
}

#mainMenu ul.submenu ul li a span {
	margin: 0 0 0 41px;
}

#mainMenu ul.submenu ul li a {
	background: url('/gfx/icons/menu_arrow.gif') no-repeat 29px 9px #fff;
	border: 1px solid #fff;
}

#mainMenu ul.submenu ul li a:hover {
	background: url('/gfx/icons/menu_arrow.gif') no-repeat 29px 9px #f6f6f6;
}

#contentCenter {
	float: left;
	width: 557px;
}

#contentWideCenter {
	float: left;
	width: 779px;
}

#contentRight {
	float: left;
	width: 224px;
}

#flashWrapper {
	margin: 0 0 2px 0;
}

#guideWrapper {
	border: 2px solid #f4f4f4;
	padding: 5px 5px 0 5px;
}

#guideWrapper #options {
	background-color: #f6f6f6;
	margin: 5px 5px 0 5px;
}

#guideWrapper #options table td {
	padding: 3px;
}



#guideWrapper #sortKarakter {
	background: url('/gfx/icons/karakter_small_transparent.gif') repeat-x;
	cursor: pointer;
	height: 26px;
	margin: 3px 0 10px 0;
	width: 104px;
}

#guideWrapper #sortKarakter div {
	float: left;
	width: 26px;
}

/*
#guideWrapper #sortKarakter div.active {
	background: url('/gfx/icons/karakter_small.gif') repeat-x;
}
*/

#guideWrapper #sortKarakter #karakterC.active {
	background: url('/gfx/icons/karakter_c.gif') repeat-x;
	height:26px;
}

#guideWrapper #sortKarakter #karakterB.active {
	background: url('/gfx/icons/karakter_b.gif') repeat-x;
	height:30px;
}

#guideWrapper #sortKarakter #karakterA.active {
	background: url('/gfx/icons/karakter_a.gif') repeat-x;
	height:26px;
}

#guideWrapper #sortKarakter #karakterAA.active {
	background: url('/gfx/icons/karakter_aa.gif') repeat-x;
	height:26px;
}

#guideWrapper #searchFacts {
	margin: 0 0 5px 0;
}

#guideWrapper #searchFacts table {
	width: 100%;
}

#guideWrapper #searchFacts table td {
	background-color: #f6f6f6;
	padding: 5px;
}

#guideWrapper #searchFacts table td input {
	height: 13px;
	margin: 0 0 1px 0;
	padding: 0;
	width: 13px;
}

.accWrapper {
	float: left;
	margin: 5px 0 0 0;
}

.accWrapper .accAdd {
	float: right;
	margin: 8px 8px 0 0;
}

.accImage {
	border: 2px solid #f4f4f4;
	float: left;
	margin: 0 2px 0 0;
	padding: 2px;
	/*width: 100px;*/
	width: 160px;
}

.accContent {
	cursor: pointer;
	float: left;
	/*width: 423px;*/
	width: 363px;
}

.accContent .accContentWrapper {
	border: 2px solid #f4f4f4;
	padding: 15px 10px 12px 10px;
}

.accContentWrapper:hover {
	background-color: #fafafa;
}

.accContent .accContentWrapper h1 {
	font-size: 15px
}

.accRating {
	background: url('/gfx/icons/karakter.gif') repeat-x;
	float: left;
	margin: 0 5px 0 0; 
}

#footer {
	clear: both;
	padding: 15px 0 15px 0;
	text-align: left;
}

#footerLinks {
	border-top: 1px solid #d0d0d0;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
}

#intern1 {
	float: right;
}

/* Google search */

#searchcontrol {
	width: 749px;
}

.gs-snippet, .gs-line, .gs-title {
	width: 749px;
}

.gsc-resultsHeader {
	display: none;
}

/* content boxes */

.boxLeftCustom {
	border: 2px solid #f4f4f4;
	margin: 0 2px 2px 2px;
}

.boxLeftCustom #destinationSelect {
	background-color: #fff;
	border: 1px solid #b4b4b4;
	color: #666666;
	margin: 37px 0 14px 0;
	width: 156px;
}

.boxLeftRounded {
	margin: 0 2px 2px 2px;
}

.boxLeftRounded .content {
	border-right: 2px solid #f4f4f4;
	border-left: 2px solid #f4f4f4;
	padding: 0 0 10px 10px;
}

.boxRightCustom {
	border: 2px solid #f4f4f4;
	margin: 2px;
}

.boxRightCustom .content {
	padding: 10px 10px 0 10px;
}

.boxRightRounded {
	margin: 0 2px 2px 2px;
}

.boxRightRounded .content {
	border-right: 2px solid #f4f4f4;
	border-left: 2px solid #f4f4f4;
	padding: 0 0 0 10px;
}

.boxCenterRounded .content {
	border-right: 2px solid #f4f4f4;
	border-left: 2px solid #f4f4f4;
	padding: 0 10px 0 10px;
}

.boxBottom {
	margin: 0 0 2px 0;
}

/* common classes */

div.buttonWrapper {
	clear: both;
	margin: 15px 0;
	text-align: right;
}

.stdButton {
	background: url('/gfx/submit_bg.gif') repeat-x top #fff;
	border: 1px solid #cecece;
	color: #666666;
	font-family: trebuchet MS, arial, verdana, tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 10px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

.stdButton:hover {
	border: 1px solid #b4b4b4;
}

.stdButton span {
	margin: 0 0 0 5px;
}

.stdButton img {
	margin: 0 0 -4px 0;
}

ul.error {
	color: #ee0000;
	margin: 5px 0;
}

ul.error li {
	background: url('/gfx/icons/bullet_red.png') no-repeat 0px 0px;
}

ul.success {
	color: #33942d;
	margin: 5px 0;
}

ul.success li {
	background: url('/gfx/icons/bullet_green.png') no-repeat 0px 0px;
}

.clear {
	clear: both;
}

.clearButton {
	clear: both;
	line-height: 1px;
}

.imgLeftAlignRight {
	position: absolute;
	margin: 20px 0 0 88px;
}

.imgRightAlignRight {
	position: absolute;
	margin: 20px 0 0 88px;
}

.imgRightAlignLeft {
	position: absolute;
	margin: 20px 0 0 0;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.noBorder {
	border: none;
}

.classHidden {
	display:none;
}
