/*### Basic Div Layout - start ####*/
.header {
	position: relative;
	height: 115px;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
	background-image: url("../images/map.gif");
	background-repeat: no-repeat;
	background-position: 500px 0px;
	}
.logo {
	margin-left: 25px;
	border: 0px;
	}
.language_option {
	position: absolute;
	left: 650px;
	width: 200px;
	height: 20px;
	top: 10px;
	float: left;
	}
.navi_top {
	height: auto;
	background-color: #0093C1;
	background-image: url("../images/link.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 7px;
	padding-bottom: 10px;
	}
.search {
	position: absolute;
	left: 550px;
	width: 220px;
	top:120px;
	z-index: 1;
	}
.navi_top_links {
	position: relative;
	left: 10px;
	width: 520px;
	z-index: 2;
	padding-top: 2px;
	}
.navi_top_shadow {
	background-image: url("../images/top_navi_shadow.gif");
	background-repeat: repeat-x;
	height: 30px;
	margin-bottom: 0px;
	}
.content_area {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	float: left
	}
.navi_content_container {
	position: relative;
	/* width: 790px; */
	width: 1000px;
	float: left;
        height: auto;
        padding-bottom: 15px;
	}
.content_wrapper {
	position: relative;
	float: left;
	/* width: 440px; */
	width: 580px; 	
	background-color: #FFFFFF;
	margin: 20px;
	margin-right: 0px;
	padding-top: 10px;
	padding-left: 30px;
	z-index: 2;
        height: auto;
	}
.navi_left {
	position: relative;
	float: left;
	background-color: #E8E8E8;
	border-bottom: 4px solid #FFFFFF;
	border-top: 4px solid #FFFFFF;
	background-image: url("../images/link2.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 25px;
	width: 180px;
	z-index: 2;
        height: auto;
	}
.divider {
	position: relative;
	width: 100%;
	height: 5px;
        clear: both;
	}
.bottom {
	position: relative;
	top: 10px;
	width: 790px;
	text-align: center; 
	height: auto;
	padding-top: 10px;
        clear: both;
	}

/*### Basic Div Layout - end   ####*/



/*### List Style Definition - start ###*/

/*### List Definition of language Navigation ###*/
ul#language_option {
	text-align: right;
	}
ul#language_option li{
	list-style: none;
	display: inline;
	padding-left: 10px;
	}
ul#language_option li#act{
	list-style: none;
	display: inline;
	padding-left: 12px;
	background-image: url(../images/arrow.gif);
	background-position: 2px 4px;
	background-repeat: no-repeat;
	}
ul#language_option li a{
	border-width: 0px;
	}
ul#language_option li a:link{
	border-width: 0px;
	}
ul#language_option li a:visited{
	border-width: 0px;
	}
ul#language_option li a:hover{
	border-width: 0px;
	}
ul#language_option li a:active{
	border-width: 0px;
	}



/*### List Definition of the Horizontal Top Navigation ###*/
ul#navi_top_links {
	position: relative;
	list-style: none;
	z-index: 2;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	}
ul#navi_top_links li {
	display: inline;
	margin-left: 10px;
	}
ul#navi_top_links li a{
	color: #FFFFFF;
	}
ul#navi_top_links li a:link{
	color: #FFFFFF;
	}
ul#navi_top_links li a:visited{
	color: #FFFFFF;
	}
ul#navi_top_links li a:hover{
	color: #FEB624;
	}
ul#navi_top_links li a:active{
	color: #FFFFFF;
	}


/*### List definition of the left Navigation ###*/
ul#navi_left  {
	position: relative;
	display: block;
	list-style: none;
	padding-left: 30px;
	margin-left: 0px;
	}
ul#navi_left li {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	left: 0px;
	}
ul#navi_left li a {
	padding-left:0px;
	padding: 0px;
	}
ul#navi_left li a:link {
	color: #0093C1;
	}
ul#navi_left li a:visited {
	color: #0093C1;
	}
ul#navi_left li a:hover {
	color: #FEB624;
	}
ul#navi_left li a:active {
	color: #0093C1;
	}
/*### List Style Definition - end   ###*/


/*### Additional Style Definitions - start###*/
.hidden {
	display: none;
	}
.warnings {
	color: red;
	font-weight: bold;
}
.arrow-top {
	margin-right: 0.5em;
}
#id_rootlevel {
	display: inline;
	}
#tx_tipafriend label {
	width: 13em;
	display: block;
	float: left;
}
#tx_tipafriend input {
	float: left;
	margin-bottom: 0.5em;
}
#tx_tipafriend br {
	clear: both;
}
#tx_tipafriend textarea {
	width: 39em;
	height: 10em;
	margin-bottom: 0.5em;
}

#tx_tipafriend input {
	float: left;
	margin-bottom: 0.5em;
}

#contact {
	width: 38em;
}

#contact fieldset {
  margin: 10px 0 0.5em 0;
  padding: 10px 0 0 8px;
}

#contact label {
	width: 9.5em;
	display: block;
}

#contact label.short {
	width: 6em;
	display: block;
}

#contact input {
	float: left;
	margin-bottom: 0.5em;
  width: 6.5em;
}

#contact input.button {
  width: 11.5em;
  margin-right:5px;
}

#contact input.float {
	float: left;
	margin-right: 1em;
}

#contact textarea {
	width: 33em;
	height: 10em;
	margin-bottom: 0.5em;
}

#contact br {
	clear: both;
}


/*### Additional Style Definitions - end  ###*/

