/*
 * Template CSS styles for KS
 * @url		http://key-systems.net
 * @version	1.0
 */


/* BASICS
-----------------------------------------------------------------------------*/
html { overflow-y: scroll; }
fieldset,img { border: 0; }
fieldset { margin: 0; padding:0; }
.clear { clear: both; }
.hidden { display: none; }
.noborder { border: 0 !important;}
.center { text-align: center;}
a { color: #136293;	text-decoration: none;}
a:hover { text-decoration: underline;}
a:focus { outline:none; }

/***************************** HTML elements *****************************/
#twitter_div {
	border: 1px solid #94A3C4; 
	left: 186px; 
	top: 99px; 
	width: 325px; 
	height: 546px;
	margin-left: 82px;
	overflow: auto;
	float: right;
}
ul#twitter_update_list { 
	list-style: none; 
	font-size: 14px;	
}
ul#twitter_update_list li { 
	margin-bottom: 10px;
	padding: 10px;
	color: #7a8a99;
	background: url("/img/transpBlue.png");
}

/* FEEDWIDGET */

#feedWidget{
	background:#2C5177;

	margin:0 auto;
	width:200px;
	padding:5px;
	position:relative;
	
	/* Remains hidden if JS is not enabled: */
	display:none;
	z-index:20;
}


#activeTab.hover,.dropDownList{
	background:url('/img/drop_arrow.png') no-repeat 95% 50% #d0d0d0;
	border:1px solid #38434d;

	margin:-1px;
	
	cursor:pointer;
	
	/* CSS3 round corners: */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
}

#activeTab,.dropDownList div{
	color:white;
	cursor:pointer;
	font-size:20px;
	margin:0 2px 0 0;
	padding:5px;
	
	text-shadow:0 1px 1px black;
}

.line{
	height:1px;
	overflow:hidden;
	background-color:#2b353d;
	border-bottom:1px solid #687581;
	margin:10px 0;
}

.dropDownList{
	background-image:none;
	position:absolute;

	border-top:none;
	padding:5px;
	
	/* We reset the roundness of the top corners, inherited by a previous rule: */
	
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.dropDownList div:hover{
	background-color:#505e6b;
}

#tabContent div{
	/* The feed entry divs */
	
	background-color:#EEEEEE;
	color:#555555;
	font-size:10px;
	margin-bottom:10px;
	padding:5px;
	position:relative;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	-moz-box-shadow:0 1px 1px black;
	-webkit-box-shadow:0 1px 1px black;
	box-shadow:0 1px 1px black;
}




body {
	background: url("/img/header/bg.jpg") repeat-x 0 0;
	text-align: center;
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #3c5f6b;
	margin: 0;
	padding: 0;
}
#wrap {
	margin: 0 auto;
	padding: 0;
	width: 1000px; 
	background: url("/img/header/the-domain-experts.png") no-repeat 620px 119px;
}
#head {
	height: 182px;
	border-left: 1px solid #4f81a1;
	background: url("/img/header/map.png") no-repeat 0 0;
}
#head h1 {
	float: left;
	margin: 65px 0 0 30px;
	width: 207px;
	height: 57px;
	text-indent: -9999px;
	background: url("/img/header/ks-logo.png") no-repeat 0 0;
}
#head h2 {
	float: right;
	margin: 59px 30px 0 0;
	width: 147px;
	height: 39px;
	text-indent: -9999px;
	background: url("/img/header/the-domain-experts.png") no-repeat 0 0;
}
#head ul {
	float: right;
	margin: 22px 0 0 0;
	padding: 0;
}
#head li.start {
	width: 207px;
	height: 57px;
	margin: 50px 0 0 0;
	background: transparent;
}
#head li.start a {
 	text-indent: -9999px;
	width: 207px;
	height: 57px;
	padding: 0;
	background: url("/img/header/ks-logo.png") no-repeat 0 0;
}
#head li.start.de {
	margin-right: 100px;
}
#head li.start.en {
	margin-right: 173px;
}
#head li.start.es {
	margin-right: 115px;
}
#head li.start a:hover {
	border-color: transparent;
}
#head li {
	display: block;
	float: left;
	text-align: left;
	height: 38px;
	position: relative;
	z-index: 100;
	background: url("/img/header/bg_nav.png");
}
#head li a {
	display: block;
	padding: 4px 11px 6px 11px;
	color: white;
	font-size: 12px;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	border: 0 solid #139455;
	outline:0;
}
#head li a:hover {
	border-color: #eaeaea;
	border-bottom-width: 6px;
	padding-bottom: 0;
}
#head li a.active {
	border-bottom-width: 6px;
	padding-bottom: 0;
}
#head li ul {
	width: 162px;
	position: absolute;
	float: none;
	left: 0;
	margin: 0;
	top: 38px;
	background: #eaeaea;
	display: none;
	z-index: 200;
	-moz-box-shadow: 0 2px 5px #333333;
	-webkit-box-shadow: 0 2px 5px #333333;
	box-shadow: 0 2px 5px #333333;
}
#head li:hover ul,
#head li.hover ul {
	display: block;
}
#head li ul li {
	white-space: nowrap;
	height: 28px;
	float: none;
	width: 100%;
	background: transparent;
}
#head li ul li a {
	color: #136293;						
	padding: 0 9px 0 9px;
	line-height: 26px;
	height: 28px;
	text-transform: none;
}
#head li ul li a:hover {
	border: 0;
	background-color: #ccc;
	width: 144px;
}
#head .language ul {
	float: right;
	height: 47px; /* 182px */
	width: 194px; /* 204px */
	margin: 0;
	padding: 135px 0 0 10px;
	background: none;
	border-left: 1px solid #4f81a1;
}
#head .language ul li {
	background: transparent;
}


.foot {
	height: 77px;
	background: url("/img/footer/bg_foot.jpg") repeat-x 0 0;
}
.foot .bottom {
	margin: 0 auto;
	color: #fff;
	width: 999px;
	height: 77px;
	border-left: 1px solid #4f81a1;
}
.foot a {
	color: #fff;
}
.foot ul {
	float: left;
	margin: 0 auto;
	padding: 20px 0 5px 0;
	width: 794px;
}
.foot ul li {
	display: inline;
}
.foot p {
	float: left;
	padding: 20px 0 0;
	margin: 0;
	width: 204px;
	height: 55px;
	border-left: 1px solid #4f81a1;
}



.boxes {
	margin-top: 12px;
	width: 204px;
	float: right;
	text-align: left;
}
.boxes h2 {
	color: #139455;
}
.boxes h3 {
	font-size: 14px;
	color: #139455;
}
.box {
	padding: 10px 20px 20px;
}
.box.twitter {
	padding-right: 0;
	padding-left: 0;
	background: #f5f5f5;
}
.box.twitter h3 {
	margin-top: 5px;
	padding-left: 20px;
}
.box.green h3 {
	font-size: 14px;
	color: #139455;
}
.box.cite {
	padding: 10px 10px 40px 20px;
	background: #f5f5f5;
}
.box img {
	float: right;
}


/* CONTENT
-----------------------------------------------------------------------------*/
body.start .content {
	padding-top: 20px;
}
.content {
	float: left;
	text-align: left;
	width: 714px; /* 794px */
	padding: 40px;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}
.content p#catpicker {
	text-align: center;
	width: 697px;
	margin-top: 20px;
	padding: 10px;
	background: #ededed;
}
.content p.grey {
	padding: 10px;
	background: #ededed;
}
.content p.grey.glossary {
text-align: center;
}
.content img {
	padding: 2px;
	margin-bottom: -5px;
	border: 1px solid #b4b4b4;
}
.content img.banner {
	margin-bottom: 10px !important;
}

.content img.statement {
	padding: 0 3px 2px 1px;
	border: 1px solid #b4b4b4;
}

.content img.mail {
	border: 0 !important;
}
.content h1 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
}
.content h2 {
	margin: 20px 0 10px;
	font-weight: normal;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
}
.content p {
	margin: 0 0 15px;
	padding: 0;
}
.page-button {
	max-width:100%;
}
.page-button-left {
	max-width:49%;
	float:left;
}
.page-button-right {
	max-width:49%;
	float:right;
}
.page-button a, .page-button-left a, .page-button-right a {
	-moz-border-radius:5px 5px 5px 5px;
	background-color:#147CB2 !important;
	color:white;
	display:block;
	font-size:11px;
	margin:0 0 20px;
	padding:6px 10px;
	text-align: center;
}



/* CONTENT BLOCKS
-----------------------------------------------------------------------------*/
.block {
	float: left;
	width: 205px;
}
.block h2 {
	margin-bottom: 10px;
}
.block h3 {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: bold;
}
.block2 {
	float: left;
	width: 205px;
}
.block2 h2 {
	margin-bottom: 10px;
}
.block2 h3 {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: bold;
}
/*.block img {
	margin: 15px 0;
}*/

/* CONTENT BLOCKS LEFT - RIGHT
-----------------------------------------------------------------------------*/

.block.left {
	float: left;
	width: 334px;
}
.block.left.top {
	float: left;
	width: 334px;
}
.block.left.middle {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
.block.right {
	float: left;
	width: 334px;
	/*border-left: 1px solid #eee;*/
	/*padding: 0 0 20px 20px;*/
	margin: 0 0 0 40px;
}
.block.middle {
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	/*background: #fafafa;*/
	height: 275px;
}
.block.middle.top {
	width: 334px;
	height: 90px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	/*background: #fafafa;*/
}
.block.middle.top h2, .block.middle.top h3 {
	padding: 0 0 0 5px;
}
.block.middle p {
	padding: 0 5px 0 5px;
}
.block.middle img {
	padding: 0;
}

/* CONTENT BLOCKS 3 COLUMNS
-----------------------------------------------------------------------------*/

.block2.left {
	float: left;
	width: 335px;
}
.block2.left.top {
	float: left;
	width: 335px;
}
.block2.left.middle {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
.block2.right {
	float: left;
	width: 335px;
	border-left: 1px solid #eee;
	padding: 0 0 20px 20px;
	margin: 0 0 0 20px;
}
.block2.middle {
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	padding: 0 20px;
	margin: 0 20px;
}
.block2.middle.statement {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 0 23px;
	margin: 0 20px;
}


/* LISTS
-----------------------------------------------------------------------------*/
ul.bullet {
	/*margin: 0 0 25px 0;*/
	padding: 0 0 0 15px;
	background: #eaeaea;
	width: 326px;
}
ul.bullet.wide {
	width: 100%;
}
ul.bullet.side {
	width: 175px;
}
ul.bullet.three {
	width: 195px;
}
ul.bullet.nb {
	background: none;
}
ul.bullet.right {
	margin: 0 0 25px 2px;
	width: 326px;
}
ul.bullet.left {
	margin: 0 0 25px 0;
	width: 326px;
}
ul.bullet.start {
	padding: 10px 0 5px 10px;
}
ul.bullet li {
	list-style-type: none;
	background: url("/img/arrow_blue.gif") no-repeat 0 7px;
	padding-left: 11px;
	padding-right: 10px;
	margin-bottom: 7px;
}


/* CITES
-----------------------------------------------------------------------------*/
.cites {
	background: url("/img/bg_quote.jpg") no-repeat 0 0;
	margin-bottom: 25px;
}
.cites .author {
	float: right;
	text-align: right;
	width: 165px;
	font-style: italic;
}
.cites .author img,
.cites .author span {
	float: right;
	display: block;
}
.cites .author img {
	margin-top: 25px;
}
.cites cite {
	float: left;
	width: 520px;
	margin: 20px 0 0 20px;
	text-align: left;
	font-weight: bold;
	color: #a4a0a0;
}



/* SLIDESHOW
-----------------------------------------------------------------------------*/
div.slideshow {
	margin: 0 0 30px;
	padding: 0;
}
div.slideshow img {
	border: 0;
	padding: 0;
}
div.slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.slideshow {
	height: 200px;
	overflow: auto;
	position: relative;
	border: 1px solid #CCCCCC;
	}
.slideshow li {
	height: 100%;
}
.slideshow li a {
	display: block;
	height: 100%;
	position: relative;
	text-decoration:none;
}
.slideshow li a span {
	background: url(../images/slideshow_legend_bg.png);
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 15px 11px 15px;
	color: white;
	min-height: 35px;
}
.slideshow li a span strong {
	color: white;
	font-size: 14px;
}
.slideshow-enabled {
	overflow: hidden;
	border: 0;
}
.slideshow-enabled li {
	position: absolute;
}
.slideshow-enabled li a {
	background: url(../images/slideshow_pulltab.png) repeat-y;
	padding-left: 50px;
}
.slideshow-enabled li a .slide-title {
	position: absolute;
	display: block;
	left: 1px;
	top: 1px;
	width: 48px;
	height: 198px;
}
div.slideshow.de .slideshow-enabled li a .slide-title {
	background-image: url(/img/slideshow/titles_de.png);
}
div.slideshow.en .slideshow-enabled li a .slide-title {
	background-image: url(/img/slideshow/titles_en.png);
}
div.slideshow.es .slideshow-enabled li a .slide-title {
	background-image: url(/img/slideshow/titles_es.png);
}
.slideshow-enabled li a .slide-number {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 56px;
	background: url(../images/slideshow_number.png) repeat-x;
	font-size: 28px;
	line-height: 56px;
	text-align: center;
	color: #CCCCCC;
}
.slideshow-enabled li a span {
	left: 50px;
}
.slideshow-enabled li.type0 a .slide-title { background-position: 0 0; }
.slideshow-enabled li.type1 a .slide-title { background-position: -48px 0; }
.slideshow-enabled li.type2 a .slide-title { background-position: -96px 0; }
.slideshow-enabled li.type3 a .slide-title { background-position: -144px 0; }
.slideshow-enabled li.type4 a .slide-title { background-position: -192px 0; }
.slideshow-enabled li.type5 a .slide-title { background-position: -240px 0; }
.slideshow-enabled li.type6 a .slide-title { background-position: -288px 0; }
.slideshow-enabled li.type7 a .slide-title { background-position: -336px 0; }
.slideshow-enabled li.type8 a .slide-title { background-position: -384px 0; }
.slideshow-enabled li.type9 a .slide-title { background-position: -432px 0; }
.slideshow-enabled li.type10 a .slide-title { background-position: -480px 0; }
.slideshow-enabled li.type11 a .slide-title { background-position: -528px 0; }

/* Wrapper enabling previous/next buttons */
.slideshow-wrapper {
	padding: 0;
	margin: 0;
	position: relative;
}
.slideshow-prev-button,
.slideshow-next-button {
	display: block;
	position: absolute;
	height: 61px;
	width: 8px;
	top: 50%;
	margin-top: -30px;
	background-repeat: no-repeat;
}
.slideshow-prev-button {
	left: 1px;
	background-position: right top;
	background-image: url(../images/slideshow_left_tab.png);
}
.slideshow-prev-button:hover {
	background-position: right bottom;
}
.slideshow-next-button {
	right: 1px;
	background-image: url(../images/slideshow_right_tab.png);
}
.slideshow-prev-button:hover {
	background-position: left bottom;
}

/* TWITTER
-----------------------------------------------------------------------------*/
#twitter-ticker{
	width:204px;
	height:300px;
	background:/*url(../images/slickbg.png) no-repeat*/ #f5f5f5;
	color:#666666;
	display:none;
	margin-top: 48px;	
	-moz-border-radius:10px 10px 6px 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;

	text-align:left;
}
#tweet-container{
	height:230px;
	width:auto;
	overflow:hidden;
}
#twitIcon{
	position:absolute;
	top:-25px;
	left:-10px;
	width:64px;
	height:64px;
}
#top-bar{
	height:45px;
	/*background:url(../images/top_bar.png) repeat-x;*/
	border-bottom:1px solid white;
	position:relative;
	margin-bottom:8px;
	-moz-border-radius:6px 6px 0 0;
}
.tweet{
	padding:5px;
	margin:0 8px 8px;
	
	border:1px solid #F0F0F0;
	background:url(../images/transparent.png);
	
	width:auto;
	overflow:hidden;
}
.tweet .avatar,
.tweet .user,
.tweet .time{
	float:left;
}
.tweet .time{
	text-transform:uppercase;
	font-size:10px;
	color:#AAAAAA;
	white-space:nowrap;
}
.tweet .avatar img{
	width:36px;
	height:36px;
	border:2px solid #eeeeee;
	margin:0 5px 5px 0;
}
.tweet .txt{
	clear:both;
}
.tweet .user{
	font-weight:bold;
}
#loading{
	margin:100px 95px;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right:4px;
	top:0;
	height: 100%;
	background: #ddd;
}
.jScrollPaneDrag {
	position: absolute;
	background: #999;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/****************************** Contact form *****************************/
#contact {
	background: url(../images/contact_bg.png) repeat-x;
	height: 348px;
	position: relative;
	}
	#contact.fixed {
		position: fixed;
		top: -365px;
		left: 0;
		z-index: 400;
		width: 100%;
		height: 365px;
	}
	#contact .smallCol,
	#contact .largeCol {
		padding-top: 30px;
	}
	#contact .smallCol {
		text-align: right;
		padding-right: 20px;
		width: 184px;
	}
	.reversed #contact .smallCol {
		text-align: left;
		padding-right: 0;
		width: 204px;
	}
	#contact .largeCol {
		padding-left: 20px;
		padding-right: 20px;
		width: 740px;
	}
	#contact h1 {
		border: 0;
		color: white;
		padding: 0;
		margin-top: -8px;
		margin-bottom: 20px;
	}
	#contact h3,
	#contact label {
		color: white;
	}
	#contact p {
		color: #cceaf4;
	}
	#contact #message {
		height: 200px;
	}
	#contact .contact-check {
		overflow: hidden;
		height: 0;
		margin: 0;
		padding: 0;
	}
	
	#contact-message {
		height: 350px;
		display: none;
		color: white;
		}
		#contact-message p {
			text-align: center;
			color: white;
			font-size: 18px;
			padding-top: 165px;
		}
		#contact-message p.loading {
			padding-top: 180px;
			background: url(../images/ajax-loader.gif) no-repeat 50% 145px;
		}
		#contact-message p.error {
			color: red;
		}
	
	#contact-close {
		position: absolute;
		bottom: 5px;
		left: 50%;
		width: 130px;
		margin-left: -65px;
		background: #333333 url(../images/icons/cancel.png) no-repeat 4px 3px;
		padding: 1px 0 4px 18px;
		color: white;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		cursor: pointer;
		display: none;
		}
		#contact.fixed #contact-close {
			display: block;
		}




/******************************** Accordion Haftungsausschluß ********************************/


			
.imgborder {
	border:1px solid #ddd;
	float:left;
	padding:1px;
	margin-right:20px;
	}	
			

.accordion {
	margin-bottom: 20px;
	}

.accordion h3 {
	background: #f2f2f2 url(/images/arrow_right.gif) no-repeat 20px center;
	padding: 15px 45px;
	margin: 0;
	font-weight: bold;
	font-size: 13px;
	border-bottom:1px solid #ddd;
	color:#8c8b8b;
	cursor: pointer;
	}
	
.accordion h3:hover {
	background-color: #eee;
	}
	
.accordion h3.active {
	background:#f2f2f2 url(/images/arrow_down.gif) no-repeat 20px center;
	color:#139455;
	}
	
.accordion div.ac_portfolio {
	background: #eaeaea;
	margin: 0;
	overflow:hidden;
	_height:100%;
	padding: 10px 20px 10px 20px
	}

.logo {
	float: left;
	position: relative;
	padding-right: 30px;
	}


/******************************** Timeline ********************************/
.container {margin: 20px auto; width: 500px; overflow: hidden; background: url(../images/timeline_bg.gif) repeat-y center top; }

.timeslot {
	width: 235px;
	float: left;
	margin: 0 0 10px;
	padding: 10px 100px 0 0;
	border-top: 3px solid #139455;
	position: relative;
}
.timeslot span {
	position: absolute;
	right: 0; top: 10px;
	font-size: 30px;
	line-height: 1em;
	color: #139455;
}
.blue {
	float: right;	
	padding: 10px 0 0 100px;
	border-color: #136293;
}
.long {
	float: right;	
	padding: 10px 0 0 190px;
	border-color: #136293;
}
.blue span {
	left: 0;
	color: #136293;
}
.long span {
	left: 0;
	color: #136293;
}

/******************************** Management ********************************/
.ks-item {
	width: 100%;
	margin: 0 0 10px 0;
	position: relative;
	height: 200px;
}
.content-bar {
	padding: 10px 0 10px 150px;
	font: italic 18px Arial, Serif;
}
.content-bar span {
	font: 16px Arial, Sans-Serif;
}
.content-bar small {
	font: 12px Arial, Sans-Serif;
}
.ks-titlebar {
	padding: 4px 0 4px 150px;
	overflow: hidden;
	color: white;
}                
.ks-name {
	width: 49%;
	padding: 8px 0 0 0;
	float: left;
	font: bold 18px Helvetica, Sans-Serif;
	text-shadow: #000 3px 3px 5px;
}
.ks-title {
	width: 49%;
	float: right;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 5px 0 0;
}                 
.ks-item img {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	padding: 0;
}
.ks-item img.mail {
	top: 0;
	left: 0;
	border: none;
	padding: 0;
}
.mexico {
	border: 1px solid #A6A7A8;
}
.mexico .ks-titlebar {
	background: #A6A7A8;
}
.mexico .content-bar {
	color: #3c5f6b; background: white;
}
.usa {
	border: 1px solid #139455;
}
.usa .ks-titlebar {
	background: #139455;
}
.usa .content-bar {
	color: #3c5f6b;
	background: white;
}
.germany {
	border: 1px solid #136293;
}
.germany .ks-titlebar {
	background: #136293;
}
.germany .content-bar {
	color: #3c5f6b;
	background: white;
}
.current {
	font-weight: bold; font-size: 18px;
}

/******************************** Content Tabs ********************************/
#menutabs {
	width: 708px;
	height: 39px;
	background: url("/img/tabs/back_tabs.png") no-repeat 0 100%;
	padding: 10px 0 0 0;
}
#menutabs li {
	width: 222px;
	height: 39px;
	float: left;
	display: inline;
	margin: 0 1px 0 0;
}
#menutabs li a, #menutabs li a:link, #menutabs li a:visited {
	width: 222px;
	height: 30px;
	float: left;
	display: inline;
	background: url("/img/tabs/menu_tabs.png") no-repeat;
	text-align: center;
	font-size: 12px;
	color: #1e1e1e;
	padding: 9px 0 0 0;
	font-weight: bold;
	text-decoration: none;
}
#menutabs li.first a, #menutabs li.first a:link, #menutabs li.first a:visited {
	background: url("/img/tabs/menu_tabsfirst.png") no-repeat;
}
#menutabs li a:hover {
	text-decoration: none;
}
#menutabs li.ui-tabs-selected a, #menutabs li.ui-tabs-selected a:link, #menutabs li.ui-tabs-selected a:visited, #menutabs li.ui-tabs-selected.first a {
	background-position: 0 -39px;
	color: #fff;
}
.ui-tabs-hide {  
	display: none;  
}
.maincontenttabs {
	width: 710px;
	float: left;
	padding: 20px 0 0 0;
}
.maincontenttabs img {
	margin: 5px 0 15px 0;
}
