/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	/*overflow: hidden;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	height: 100%;
	width: 100%;
	font-size: 12px;
	background-color: #a1a3a2;
}
a {
	padding: 0px;
	margin: 0px;
	color: #937F7A;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
h1 {
	font-size: 12px;
	color: #999;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 16px;
	color: #333;
	font-style: italic;
	line-height: 26px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.text_input, textarea {
	width: 350px;
	border: 1px #BDBDBD solid;
	padding: 3px;
	color: #333;
}
.text_input:focus, textarea:focus {
	border-left: 1px #666 solid;
	border-top: 1px #666 solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
.copyright {
	color: #333;
	font-size: 10px;
}

#main_nav {
	width: auto;
	position: absolute;
	z-index: 3;
	right: 70px;
	top: 22px;
	text-align: left;
	opacity:  0.8;
	padding:  0px;
	padding-top: 5px;
}
#main_nav ul {
	margin: 0px;
	padding: 0px;
}
#main_content {
	/*width: 540px;*/
	position: absolute;
	z-index: 3;
	right: 20px;
	top: 55px;
	width:400px;
}
#countrytabs li{
  display: inline;
  margin: 0px;
  margin-right: 8px;
  padding: 0px;
}
#countrytabs li a {
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	color:#fff;
	text-transform: uppercase;
	padding:  0px 3px 1px 0px;
	text-shadow: 1px 1px 1px #535353;
}
#countrytabs li a:hover {
   text-decoration: none;
   	color:#000000;
	text-shadow: 1px 1px 1px transparent;
   /*background-color: #efefef;*/
}
#countrydivcontainer{
   background-color: transparent;
   overflow:auto;
}
#countrydivcontainer iframe{
  	 	min-height:550px;
		 height:auto !important;  /* für moderne Browser */
		 height:600px;  /*für den IE */
		 width:100%;
		 background-color: transparent;
}
/* eleminiert dotted lines in FIREFOX */
a:focus { 
outline: none; 
}
