body {
	margin: 25px 0 0 0;
	background: #f3f4f4 url(../img/bg_body.jpg) repeat-x;
	font: 0.75em/1.25em arial, helvetica, lucida, sans-serif;
	text-align: center;
	color: #696969;
}

h1 {
	font-size: 1.2em;
	margin: 0;
	padding: 20px 0 0 10px;
}

#searchResultPage h1 {
	padding: 20px 0 10px 0;
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #d1d2d4;
}

h2 {
	font-size: 1em;
	margin: 17px 0 0 10px;
}

h3 {
	font-size: 1em;
	margin: 17px 0 -8px 10px;
}

h3 a {
	text-decoration: none;
}

.teaser h3,
.refBox h3
 {
	margin: -3px 0 14px 0;
	font-size: 12px;
}

div {
	text-align: left;
}

/* position:relative added by AJ/nextevo, 19.09.2007 due to position bugs in IE 6/7  */
p {
	margin: 17px 10px 0 10px;
	position: relative;
}


a,
#breadCrumb a:visited,
#sectionNavigation a:visited {
	color: #696969;
}

a:visited {
	color: #a3a3a3;
}

a.discreet {
	text-decoration: none;
	color: #8D9194;
}

a.copyright {
	text-decoration: none;
	font-weight: bold;
	color: #8D9194;
}

a.imprint {
	text-decoration: none;
	font-weight: bold;
	color: #8D9194;
}

a:hover,
#breadCrumb a:visited:hover,
#sectionNavigation a:visited:hover,
li.countryLink a:visited:hover {
	color: #ED5311;
}

img {
	border: none;
}

ul {
	list-style-type: square;
	margin: 17px 10px 0 0;
	padding-left:  35px;
}

ol {
	margin: 17px 10px 0 0;
	padding-left:  42px;
}

ul li {
	padding: 0 0 0 4px;
}

ol li {
	padding: 0;
}

ul.noList {
	margin: 0;
	padding: 0;
	list-style: none;
}

form {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
}

input {
	font: 1.0em arial, helvetica, lucida, sans-serif;
	border: none;
	vertical-align: top;
	margin: 0;
	height: 1.2em;
}

select {
	font-size: 1.0em;
	border: 1px solid #696969;
	margin: -3px 0 0 0;
	padding: 1px 2px 2px 0;
	color: #696969;
	vertical-align: top;
}

input.textField {
	padding: 2px 2px 2px 2px;
	border: 1px solid #696969;
	color: #696969;
	width: 176px;
}

textarea {
	font: 0.95em arial, helvetica, lucida, sans-serif;
	color: #696969;
	border: 1px solid #696969;
	padding: 2px 2px 2px 2px;
	width: 176px;
}

* html textarea {
	font: 1em arial, helvetica, lucida, sans-serif;
}


input.zip {
	width: 90px !important;
}



img#pageStart {
	width: 1px;
	height: 1px;
	position: absolute;
	top: -10px;
	left: 0;
}

.button {
	margin: 0;
	padding: 0;
	background: #e7e8e9;
	height: 20px;
	cursor: pointer;
}

input.label {
	padding: 0 10px 0 10px;
	color: #696969;
}

.arrow {
	width: 20px;
	height: 20px;
	right: 0;
	bottom: 0;
	position: relative;
	margin: 0;
}

li.title img.arrow {
	height: 19px;
	position: relative;
}

*+html li.title img.arrow {
	top: -1px;
}

img#topShadow,
img#bottomShadow {
	margin: 0 10px auto 10px;
}

div#container {
width: 984px;
background: transparent url(../img/bg_container.jpg) repeat-y;
margin: 0 auto 0 auto; 
position: relative;
top: 0;
left: 0; 
}

div#header {
	padding: 10px 0 0 0;
	margin: 0 37px 0 27px;
	display: block;
	font-size: 11px;
}

#header a:visited {
	color: #696969;
}

div#footerNavigation {
	width: 800px;
	margin: 0 auto 0 auto; 
	position: relative;
	top: 0;
	left: 0; 
	font-size:11px;
	text-align: center;
}

ul#serviceNavigation,
ul#langNavigation {
	margin: 0 0 70px 0;
	float: left;
}

ul#serviceNavigation li {
	float: left;
	height: 16px;
	padding: 3px 22px 1px 0;
	background: #e7e8e9;
	vertical-align: middle;
	line-height: 12px;
	white-space: nowrap;
	
}

ul#serviceNavigation li.firstListItem {
	padding-left: 20px;
}

ul#serviceNavigation a.serviceLink {
	text-decoration: none;
    	
	
}

ul#serviceNavigation a.serviceLink:hover {
	color: #696969;
}

ul#langNavigation li {
	float: left;
	height: 16px;
	padding: 4px 5px 0 0;
	background: #e7e8e9;
	line-height: 12px;
}

ul#langNavigation a.langLink {
	text-decoration: none;
	margin: auto 5px auto auto;
}

ul#serviceNavigation a.active,
ul#langNavigation a.active {
	color: #696969 !important;
}

span.space {
	font-size: 5px;
	position: relative;
	top: -10px;
}

form#searchForm {
	background: #f3f4f4;
	margin: auto 10px 0 10px;
	padding: 0 0 0 10px;
	white-space: nowrap;
	height: 20px;
	float: left;
}

form#searchForm #searchString {
	background: transparent;
	margin: 0;
	color: #696969;
	padding: 3px 5px 0 0;
	line-height: 12px;
	border: none;
	width: 110px;
}

form#searchForm #startSearch {
	background: transparent url(../img/bg_arrowRight.gif) no-repeat;
}

div#corporateRef {
	background: #e7e8e9;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	white-space: nowrap;
	height: 20px;
	float: left;	
	z-index: 5;
	line-height: 12px;
	overflow: hidden;
}

ul#countryRef {
	background: #e7e8e9;
	margin: 0 10px 0 0;
	padding: 3px 0 0 0;
	height: 17px;
	float: left;	
	position: relative;
	z-index: 5;
	list-style: none;
}

* html ul#countryRef {
	padding: 1px 0 0 0;
	height: 19px;
}

ul#countryRef li.overall {
	margin: 0;
	padding: 0;
}

a.corporateRef {
	text-decoration: none;
	position: relative;
	top: -6px;
}

#corporateRefButton {
	background: transparent url(../img/bg_arrowCorporate.gif) no-repeat;
	height: 20px;
	width: 20px;
}

input.submitForm {
	background: transparent url(../img/bg_arrowCorporate.gif) no-repeat;
	border-left: 1px solid #d1d2d4;
	/*position: absolute;*/
	top: 0;
}

#countrySelectButton {
	background: transparent url(../img/bg_arrowCountrySelect.gif) no-repeat;
	position: relative;
	vertical-align: middle;
}

img#logo {
	position: absolute;
	top: 9px;
	left: 686px;
	margin: 0 0 20px 0;
}

img#topic {
	position: absolute;
	top: 0;
	left:0;
	margin: 43px 0 0 27px;
}

img#topiclarge {
	position: absolute;
	top: 0;
	left:0;
	margin: 0 0 0 27px;
}

div#mainNavigation {
	clear: both;
	background: #f3f4f4;
	margin: 90px 37px 10px 27px;
	height: 30px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	padding: 0 10px 0 20px;
	
}

img.mainNavigation {
	position: relative;
	margin: 1px 30px 0 0;
}


img.mainNavigationPas {
	position: relative;
	margin: 0 30px 0 0;
	display:block;
}

img.mainNavigationAct {
	position: relative;
	margin: 0 30px 0 0;
	display:none;
}

div#mainNavigation a:hover
{
	background: transparent;
}

div#mainNavigation a img
{
  top: 0;
}

div#mainNavigation a:hover img
{
  top: 0;
}

div#mainNavigation a.active img {
	top: 0;
}

div#breadCrumb {
	background: #e7e8e9;
	padding: 0 10px 0 210px;
	height: 13px;
	margin: 0 37px 0 27px;
	position: relative;
	top: 0;
	left:0;
	display: block;
}

div#breadCrumb a.breadCrumb {
	font-size: 11px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: -1px;
	left:0;
}

/* ie 6 */
* html div#breadCrumb a.breadCrumb {
	top: 0;
}

div#breadCrumb img.breadCrumbSpacer {
	width: 7px;
	height: 5px;
	background: transparent url(../img/breadCrumb_spacer.gif) no-repeat;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 10px;
}

/* ie 7 */
html * div#breadCrumb img.breadCrumbSpacer {
	margin-bottom: 3px;
}

/* ie 6 */
* html div#breadCrumb img.breadCrumbSpacer {
	margin-bottom: 1px;
}

div#content {
	min-height: 380px;
	margin: 10px 37px 0 27px;
	padding: 0 10px 0 10px;
	position: relative;
	top: 0;
	left:0;
	border-bottom: 10px solid #fff;
}

body#entryPage div#content,
body#orderFormPage div#content,
body#productPage div#content,
body#singlePage div#content,
body#topicPage div#content {
 background: #fff url(../img/bg_sectionNavigation.gif) 10px 0 repeat-y;
 padding-bottom: 0;
}

/* ie 6 */
* html div#content {
	height: 390px;
}

div.leftContainer {
	margin: -10px 10px 0 0;
	float: left;
}

div#content div#marginal {
	width: 120px;
}

div#content div#sectionNavigation {
	width: 190px;
	float: left;
	margin: -10px 10px 0 0;
}

ul#navLevel1 {
	margin: 10px 0 0 0;
	padding-bottom: 10px;
}

* html ul#navLevel1 {
	padding-bottom: 0;
}

*+html ul#navLevel1 {
	padding-bottom: 0;
}


ul#navLevel1 li {
	background: #e7e8e9;
	padding: 3px 10px 2px 10px;
	border-bottom: 1px solid #fff;
}

ul#navLevel1 li.navLevel2 {
	background: #dcddde;
	padding-left: 20px;
	border-bottom: 1px solid #fff;
}

a.sectionNavigation,
a.productNavigation {
	display: block;
	width: 100%;
	text-decoration: none;
}

a.active {
	color: #ed5311 !important;
	font-weight: bold;
}

div#content div#stage {
	background: #fff;
	margin: 0 0 10px 0;
	
}

body#home div#content div#stage {
	width: 380px;
	margin: 0 0 0 0;
	float: left;
}

body#home div#content div#stage.extended img,
body#home div#content div#stage.extended object {
	margin-bottom: 10px;
}

* html body#home div#content div#stage.extended img,
*+html body#home div#content div#stage.extended img,
* html body#home div#content div#stage.extended object {
	margin-bottom: 7px;
}

body#contactFormPage div#content div#stage,
body#orderFormPage div#content div#stage,
body#searchResultPage div#content div#stage,
body#sitemapPage div#content div#stage,
body#singlePage div#content div#stage,
body#entryPage div#content div#stage,
body#productPage div#content div#stage,
body#topicPage div#content div#stage {
	width: 570px;
	margin: 0 0 0 200px;
}

* html body#contactFormPage div#content div#stage,
* html body#orderFormPage div#content div#stage,
* html body#searchResultPage div#content div#stage,
* html body#sitemapPage div#content div#stage,
* html body#singlePage div#content div#stage,
* html body#entryPage div#content div#stage,
* html body#productPage div#content div#stage,
* html body#topicPage div#content div#stage {
 	padding: 0 0 10px 0;
	position: relative;
	left: -3px;
}

div#stage.extended {
	width: 770px !important;
}

div#stage img.stage,
div#stage object.stage {
	margin: 0;
}

#entryPage div#stage img.stage,
div#stage object.stage {
	width: 570px;
}

#home div#stage img.stage,
#home div#stage object.stage {
	height: 380px;
	width: 380px;
}

#home div#stage.extended img.stage,
#home div#stage.extended object.stage {
	margin: 0;
	width: 770px;
	height: 380px;
}

div#content div.rightContainer {
	margin: -10px 0 0 0;
	float: right;
}

div#content div#squareBox.rightContainer,
div#content div#textSquareBox.rightContainer {
	margin-bottom: 0;
}

div#content div#multiTextSquareBox,
div#content div#richTextSquareBox {
	width: 380px;
    
}

div#footer {
	padding: 7px 10px 8px 0;
	margin: 0 37px 0 27px;
	border-top: 10px solid #e7e8e9;
	color: #8D9194;
	font-size: 11px;
	text-align: right;
	clear: both;
}

/* Components 
********************************************************************/ 
div.refBox {
	position: relative;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	padding: 10px 10px 10px 10px;
	overflow: hidden !important;
	margin: 10px 0 0 0;
	background-color: #e7e8e9;
	font-size: 11px !important;
	display: block;
}

* html div.refBox {
 	height: 100px;
}

div.download {
	overflow: visible !important;
	height: auto;
	min-height: 107px !important;
	padding-bottom: 3px;
}

* html div.download {
 	height: 107px !important;
}

div.service {
 	overflow: visible !important;
}

div.text {
 	background: #e7e8e9 url(../img/bg_imgRefBox.gif) 90px 90px no-repeat;
}

body#home div.text {
 	background: #e7e8e9 url(../img/bg_textRefBox.gif) 90px 90px no-repeat;
}

div.img {
 	background: #e7e8e9 url(../img/bg_imgRefBox.gif) 90px 90px no-repeat;
}

div.refBox a.refBox {
	text-decoration: none;
	width: 80px;
	display: block;
}

div.refBox a.refBox:hover {
	color: #696969;
}

div.refBox a.refBox:visited:hover {
	color: #a3a3a3;
}

div.refBox img.textRefBox {
	position: absolute;
	left: 90px;	
	top: 90px;
	width: 20px;
	height: 21px;
}

div.teaser {
	background: #dcddde;
	width: 370px;
	min-height: 110px;
	margin: 10px 0 10px 0;
	padding: 10px 0 0 10px;
	position: relative;
	top: 0;
	left: 0;
}

div.imgTeaser {
	width: 380px;
	height: 120px;
	margin: 10px 0 10px 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
}

div.imgSquare {
	width: 120px;
	height: 120px;
	margin: 10px 0 0 0;
	padding: 0;
	position: relative;
	float: right;
	top: 0;
	left: 0;
	
	
}

div.richtextbox {
	background: transparent url(../img/bg_richtextBox.png) no-repeat;
	width: 230px;
	min-height: 380px;
	margin: 10px 0 10px 0;
	padding: 10px 10px 10px 10px;
	position: static;
	float: left;
	top: 0;
	left: 0;
}

div.richtextbox h3{
	font-size:12px;
	font-weight:normal;
	margin:-3px 0 14px;
}


div.richtextbox a.linkItem{
	background: transparent url(../img/linkItem_richtextbox.gif) 0 3px no-repeat;
	display: block;
	font-size: 11px;	
	margin: 0px 0px 10px 0px;
	padding-left: 12px !important;
	text-decoration:none;
}

div.richtextbox a.linkItem:visited {
	background: transparent url(../img/linkItemVisited_richtextbox.gif) 0 3px no-repeat;
}

div.richtextbox a.linkItem:hover {
	background: transparent url(../img/linkItemActive_richtextbox.gif) 0 3px no-repeat;
}


/* ie 6 */
* html div.teaser {
	height: 110px;
	width: 370px;
}

div.teaser a.teaser {
	margin: 0 140px 0 0;
	text-decoration: none;
	display: block;
	color: #696969;
}

div.teaser a.Headline {
	color: #ed5311;
}

div.refBox a.Headline:hover {
	color: #ed5311;
}

div.teaser img.teaserIcon {
	background: transparent url(../img/bg_arrowTeaser.gif) no-repeat;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

body.corporatePage div.teaser a.Txt {
	color: #ED5311;
}

body.corporatePage div.teaser img.teaserIcon {
	background: transparent url(../img/bg_corporateArrowTeaser.gif) no-repeat;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

body.corporatePage div.teaser a.RefButton {
	position: absolute;
	bottom: 10px;
	right: 0px;
}

div.teaser a.RefButton {
	font-weight: bold;
	color: #ed5311;
	position: absolute;
	bottom: 4px;
	right: -3px;
	white-space: nowrap;
}

div#multiTextSquareBox #teaser3 {
	margin-bottom: 0;
}

div.teaser img.teaserImg {
	position: absolute;
	top: 0;
	right: 0;
	border-left: 10px solid #fff;
	margin: 0 0 0 10px;
}

div.imgTeaser img.centerTeaserImg {
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	margin: 0;
}

h3.downloads,
h3.links {
	margin: 17px 10px -8px 10px;
}

p.pageControll {
	margin-top: 10px;
	margin-bottom: -3px;
	height: 16px;
}

p.pageControll img {
	margin: 0 5px 0 0;
}

p.pageUp, p.pageBack {
	text-align: left;
	margin-right: 10px;
	height: 1em;
}

p.pageUp {
	float: right;
}

p.pageBack {
	float: left;
}

* html p.pageBack {
	margin-left: 5px;
}

table.refBoxDownloads {
	padding: 0;
	width: 100px;
	font-size: 11px;
	margin-bottom: 4px;
}

table.refBoxService {
	padding: 0;
	width: 100px;
	font-size: 11px;
	margin-top: -2px;
	margin-bottom: 4px;
}

table.refBoxDownloads a,
table.refBoxDownloads a:visited,
table.refBoxService a,
table.refBoxService a:visited {
	color: #696969;
	text-decoration: none;
}

table.refBoxDownloads a:hover,
table.refBoxService a:hover {
	color: #ED5311;
}

table.refBoxDownloads span.fileSize {
	display: block;
}

table.refBoxDownloads td.fileIcon {
	width: 21px;
	padding: 4px 0 0 1px;
	vertical-align: top;
	text-align: left;
	position: relative;
	top: 0;
	left: 0;
}

table.refBoxService td.fileTitle {
	padding: 2px 0 0 0;
	vertical-align: text-bottom;
	text-align: left;
}

table.refBoxService td.fileIcon {
	width: 18px;
	padding: 0;
	vertical-align: baseline;
	text-align: left;
}

table.downloads,
table.links,
table.table1Column {
	margin: 20px 10px 0 10px;
	border-top: 1px solid #d1d2d4;
	padding: 0;
	width: 550px;
}

table.downloads td,
table.links td{
	padding: 6px 0 5px 0;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #d1d2d4;
}

table.downloads td a,
table.links a,
table.table1Column a {
	text-decoration: none;
}

table.downloads td.fileTitle {
	width: 459px;
	padding-right: 5px;
}

table.downloads td.fileTitle a {
padding: 0 10px 0 0;
}

table.downloads td.fileIcon {
	width: 40px;
}

table.downloads td.fileIcon img {
	margin: -3px 0 0 0;
}

table.downloads td.fileSize {
	width: 50px;
	text-align: right;
}

.linkItem {
	display: block;
}

a.linkItem,
.linkItem a {
	padding-left: 20px !important;
	background: transparent url(../img/linkItem.gif) 0 3px no-repeat;
}

a.linkItem:visited,
.linkItem a:visited {
	background: transparent url(../img/linkItemVisited.gif) 0 3px no-repeat;
}

a.linkItem:hover,
.linkItem a:hover {
	background: transparent url(../img/linkItemActive.gif) 0 3px no-repeat;
}

* html .linkItem {
	height: 15px;
}

table.table2Column {
	margin: 0 10px 0 10px;
	padding: 0;
	width: 550px;
}

table.table1Column td,
table.table2Column td {
	padding: 12px 10px 15px 0;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #d1d2d4;
}

table.table1Column td.productImgSize1,
table.table2Column td.reportImgSize1 {
	padding: 15px 0 15px 0;
	width: 80px;
}

table.table1Column td.productTitle {
	min-width: 100px;
}

table.table2Column td.reportTitle {
	width: 185px;
}

table.table2Column td.reportTitle .linkItem a {
	display: block;
}

table.table2Column tr.header td {
	height: 1px;
	padding-top: 0;
}

table.table2Column td.space {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

table.table2Column td.space img.space {
	width: 10px;
}

table.table1Column h3,
table.table2Column h3 {
	margin: 0;
	padding: 0;
}

img.imgSize1 {
	border: 1px solid #d1d2d4;
	margin: 0;
}

img.imgSize2 {
	margin: 0;
}

a.imgRefBox {
	background: transparent url(../img/bg_imageRefBox.gif) no-repeat;
	padding: 3px 5px 5px 3px;
	display: block;
	margin: -4px 0 0 -3px;
}

div#productBox {
	background: #f3f4f4;
	height: 250px;
	position: relative;
	top: 0;
	left: 0;
}

div#productBox h3,
div#productBox p {
	margin-right: 300px;
}

div#productBox img.titleImage {
	margin: 0 0 -6px 0;
}

div#productBox img.imgSize3 {
	border-left: 10px solid #fff;
}

div#productBox img.passive {
	position: absolute;
	top: -30000px;
}

div#productBox img.active {
	float: right;
}

/* ie 6 */
* html div#thumpBox {
	position: absolute;
	top: 0;
	left: 508px;
}

div#thumpBox {
	width: 62px;
	position: absolute;
	top: 0;
	left: 508px;
}

div#thumpBox img {
	margin: 10px 0 0 0;
}

ul.imgComponent{
	margin: 13px auto -20px 10px;
	clear: both;
	display: block;
}

ul.imgComponent li {
	height: 120px;
	width: 120px;
	display: inline;
	padding: 0;
}

ul.imgComponent img {
	padding: 0 17px 17px 0;
}

table.imgComponent {
	border-collapse:collapse;
	padding:0;
	margin: 13px auto -20px 10px;
	display: block;
}

table.imgComponent td {
	width: 120px;
	padding: 0 20px 10px 0;
}

table.imgComponent td a {
	text-decoration: none;
}

table.imgComponent tr.zoom img {
	margin-right: 10px;
}

table.imgComponent tr.zoom td {
	padding-bottom: 17px;
}

/* Corporate Site
********************************************************************/ 
ul#countries, ul#asia, ul#europe, ul#africa, ul#america, ul#middleeast {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	height: 20px;
	overflow: hidden;
}

a.ieHack:hover {
	margin: 10px;
}

* html ul#countries {
	position: absolute;
}

* html ul#europe {
	position: absolute;
}

* html ul#africa {
	position: absolute;
}

* html ul#america {
	position: absolute;
}

* html ul#asia {
	position: absolute;
}

* html ul#middleeast {
	position: absolute;
}

li.overall:hover ul#countries,
a.ieHack:hover ul#countries {
	overflow: visible;
}

li.overall:hover ul#europe,
a.ieHack:hover ul#europe {
	overflow: visible;
}

li.overall:hover ul#africa,
a.ieHack:hover ul#africa {
	overflow: visible;
}

li.overall:hover ul#america,
a.ieHack:hover ul#america {
	overflow: visible;
}

li.overall:hover ul#asia,
a.ieHack:hover ul#asia {
	overflow: visible;
}

li.overall:hover ul#middleeast,
a.ieHack:hover ul#middleeast {
	overflow: visible;
}


ul#countries li {
	background: #e7e8e9;
	padding: 0;
	border-bottom: 1px solid #fff;
	margin: 0;
}

ul#europe li {
	background: #e7e8e9;
	padding: 0;
	border-bottom: 1px solid #fff;
	margin: 0;
}

ul#africa li {
	background: #e7e8e9;
	padding: 0;
	border-bottom: 1px solid #fff;
	margin: 0;
}

ul#asia li {
	background: #e7e8e9;
	padding: 0;
	border-bottom: 1px solid #fff;
	margin: 0;
}

ul#america li {
	background: #e7e8e9;
	padding: 0;
	border-bottom: 1px solid #fff;
	margin: 0;
}

ul#middleeast li {
	background: #e7e8e9;
	padding: 0;
	border-bottom: 1px solid #fff;
	margin: 0;
}

li.overall ul {
	position:absolute;
	top:0;
	left:0;
	padding-bottom:5px;
}

li.overall li.countryLink {
	display:block;
}

table {
	border-collapse:collapse;
	padding:0;
	margin:-1px;
}

li.title {
	margin: 0;
	padding: 0 5px 0 10px;
	color: #fff;
	white-space: nowrap;
}

li.title a,
li.title a:visited {
	display:block;
	padding: 1px 0 0 10px;
	text-decoration: none;
}

li.countryLink {
	margin:0;
	padding:0;
	color: #fff;
	text-align:left;
}

td.countryLink {
	margin:0;
	padding:0;
	color: #fff;
	text-align:left;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}

#countries li.countryLink {
	border-bottom:1px solid #fff;
}

#europe li.countryLink {
	border-bottom:1px solid #fff;
}

#africa li.countryLink {
	border-bottom:1px solid #fff;
}

#america li.countryLink {
	border-bottom:1px solid #fff;
}

#asia li.countryLink {
	border-bottom:1px solid #fff;
}

#middleeast li.countryLink {
	border-bottom:1px solid #fff;
}


li.countryLink a,
li.countryLink a:visited {
	background: #f3f4f4;
	text-decoration:none;
	display:block;
	padding:4px 5px 4px 10px;
	white-space: nowrap;
}

td.countryLink a,
td.countryLink a:visited {
	background: #f3f4f4;
	text-decoration:none;
	display:block;
	padding:4px 5px 4px 10px;
	white-space: nowrap;
}

#countries li.countryLink a:hover {
	background: #e7e8e9;
}

#europe li.countryLink a:hover {
	background: #e7e8e9;
}

#europe td.countryLink a:hover {
	background: #e7e8e9;
}

#africa li.countryLink a:hover {
	background: #e7e8e9;
}

#asia li.countryLink a:hover {
	background: #e7e8e9;
}

#america li.countryLink a:hover {
	background: #e7e8e9;
}

#middleeast li.countryLink a:hover {
	background: #e7e8e9;
}

/* SubjectList
********************************************************************/ 
div.subjectlistSpace {
	margin: 17px 10px 17px 10px;
}

ul.resultList {
	margin: 17px 10px 0 10px;
	padding: 0;
	list-style: none;
	border-top: 1px solid #d1d2d4;
	position: relative;
	top: 0;
	left: 0;
}

table.subjectList {
	margin: 0 10px 0 10px;
	padding: 0;
	list-style: none;
	border-top: 1px solid #d1d2d4;
	border-bottom: 1px solid #d1d2d4;
	position: relative;
	top: 0;
	left: 0;
}

*+html table.subjectList{
	margin: -1px 10px 0 10px;
}

* html table.subjectList {
	margin: -1px 10px 0 10px;
}

table.subjectList td {
	padding: 15px 20px 15px 0;
	text-align: left;
	vertical-align: top;
	text-align: left;
}

table.subjectList td.text {
	width: 100%;
}

table.subjectList td img.spacer {
	clear: both;
	height: 1px;
	margin: 0;
	display: block;
	width: 100%;
}

table.subjectList td h3 a {
	text-decoration: none !important;
}

table.subjectList h3 {
	position: relative;
	margin: 0;
	display: block;
	top: -3px;
	left: 0;
}

* html table.subjectList h3 {
	margin: 0;
	top: 0;
	position: static;
	display: block;
}

 span.floatingText a {
	text-decoration: underline !important;
}

/* Sitemap
********************************************************************/ 
#sitemapPage h1,
#singlePage h1 {
	padding: 20px 0 0 10px;
}

ul#sitemapList {
	margin: 11px 0 10px 10px;
	padding: 3px 0 0 0;
}

#sitemapList li {
	border-bottom: 1px solid #d1d2d4;
	padding: 3px 0 2px 0;
	position: relative;
}

/* IE6 Bug: need to set a height to position:relative elements! */
* html #sitemapList li {
	height: 0;
}

#sitemapList li.level1 a {
	font-weight: bold;
}

#sitemapList li.level2, #sitemapList li.level3 {
	border-bottom: none !important;
	padding: 0px !important;
	display: none;
	visibility: hidden;
}

#sitemapList li.active {
	display: block !important;
	visibility: visible !important;
}

/* IE7 Bug: need to set display to inline-block to avoid extra line break! */
*+html #sitemapList li.active {
	display: inline-block !important;
}

#sitemapList li.level2 li {
	border-bottom: 1px solid #DCDDDE;
	padding-left: 20px;
}

#sitemapList li.level3 li {
	border-bottom: 1px solid #DCDDDE;
	padding-left: 40px;
}

#sitemapList li.activeItem a {
	/* Important statement only useful for IE6, somehow there is an overlay! */
	color: #ed5311 !important;
	font-weight: bold;
}

#sitemapList a, #sitemapList a:visited {
	color: #696969;
	text-decoration: none;
}
#sitemapList a:hover, #sitemapList a:active {
	color: #ed5311;
}

#sitemapList a.plusminus, span.plusminus {
	display: block;
	float: left;
	font-size: 1px;
	height: 8px;
	padding: 3px 0;
	width: 20px;
}

/* IE6 Bug: need to set a background-color, otherwise elements dimensions are corrupted! */
* html span.plusminus {
	background-color: #ffffff;
}

/* Search Results
********************************************************************/
form#searchFormResults {
	margin: 10px 10px 10px 10px;
	padding: 0;
	white-space: nowrap;
}

#resultNavigation {
	position: relative;
	top: 0;
	left: 0;
	margin: 17px 10px 0 10px;
}

ul.resultList li span.searchBreadCrumb {
	padding: 0 0 0 20px;
	display: block;
	margin: 0;
	font-size: 11px;
}

ul.resultList li a.searchBreadCrumb {
	font-size: 11px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	position: relative;
	left:0;
}

img.searchBreadCrumbSpacer {
	width: 7px;
	height: 5px;
	background: transparent url(../img/searchBreadCrumb_spacer.gif) no-repeat;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
	position: relative;
}


#searchFormResults label {
	margin: 0 20px 0 0;
	position: relative;
	top: 4px;
}

#searchFormResults input#newSearch {
	width: 198px;
}

select#sectionSearch {
	margin: 0 10px 0 10px;
}

#resultNavigation h3 {
	display: inline;
	margin: 0;
}

ul.resultList li .linkItem a {
	margin-top: 10px;
	display: block;
}

ul.resultList li .linkItem {
	margin: 0;
	display: block;
}

span.pageNavigation {
	white-space: nowrap;
	position: absolute;
	right: 0;
}

div#resultNavigation {
	font-weight: bold;
}

a.pageNavigation {
	text-decoration: none;
	padding: 0 2px 0 2px;
}

img.pageBack {
	background: transparent url(../img/bg_pageBack.gif) 0 -10px no-repeat;
	width: 12px;
	height: 10px;
	margin: 0 9px 0 9px;
}

a:hover img.pageBack {
	background: transparent url(../img/bg_pageBack.gif) 0 1px no-repeat;
}

img.pageForward {
	background: transparent url(../img/bg_pageForward.gif) 0 -10px no-repeat;
	width: 16px;
	height: 10px;
	margin: 0 0 0 9px;
}

a:hover img.pageForward {
	background: transparent url(../img/bg_pageForward.gif) 0 1px no-repeat;
}

ul.resultList li span.floatingText {
	padding: 0 0 0 20px;
	display: block;
	margin: 0;
}

ul.resultList li {
	padding: 0 10px 10px 0;
	border-bottom: 1px solid #d1d2d4;
	clear: both;
}

ul.documentOrder {
	border-top: 1px solid #d1d2d4;
	padding: 6px 0 0 0;
	margin: 7px 10px 0 10px;
}

ul.documentOrder li {
	padding: 0 10px 0 0;
	display: block;
	margin: 4px 0 4px 0;
	min-height: 20px;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
 }
 
* html ul.documentOrder li {
	height: 20px;
	overflow: visible !important;
}

*+html ul.documentOrder li {
	min-height: 20px;
	overflow: visible !important;
}

ul.documentOrder li label {
	width: 245px;
	display: block;
	float: left;
	padding-left: 25px;
	text-indent: -22px;
}

ul.documentOrder li input {
	margin: 0 9px 0 0;
}

* html ul.documentOrder li input {
	margin: 0 6px 0 -3px;
}

*+html ul.documentOrder li input {
	margin: 0 6px 0 -3px;	
}

h2.personalData {
	border-top: 1px solid #d1d2d4;
	margin: 5px 10px 0 10px;
	padding: 18px 0 0 0;
}

ul.personalData {
	border-bottom: 1px solid #d1d2d4;
	padding: 6px 0 10px 0;
	margin: 1px 10px 0 10px;
	display: block;
	height: 1%;
}

ul.personalData li {
	display: block;
	clear: both;
	min-height: 20px;
	margin: 0 0 5px 0;
	padding: 0;
}

ul.personalData li label,
ul.personalData li span.appellation {
	width: 7.55em;
	display: block;
	float: left;
	margin: 2px 0 0 0;
}

ul.personalData li label.appellation {
	margin: 0 20px 0 0;
	width: auto;
}

ul.personalData li label.appellation input {
	margin: 0 9px 0 0;
}

ul.personalData li.formInformation {
	font-size: 11px;
	padding: 12px 0 0 1px;
}

div.submitElement {
	position: relative;
	top: 0;
	left: 0;
	text-align: right;
	margin: 10px 10px 10px 10px;
	display: block;
	padding-right: 20px;	
}

div#recommend {
	position: absolute;
	top: 0px;
	left: 580px;
	background: #fff;
	z-index: 10;
	border: 1px solid #d1d2d4;
	width: 16.7em;
	text-align: right;
}

div#recommend.passive {
	display: none;
}

div#recommend.active {
	display: block;
}

div#recommend #recommendIframe {
	display: block;
	width: 100%;
	height: 497px;
	position: relative;
}

* html div#recommend #recommendIframe {
	height: 533px;
}

*+html div#recommend #recommendIframe {
	height: 506px;
}



div#recommend a {
	padding: 0 1px 0 0;
	font-size: 0.9em;
	text-decoration: none;
}

div#recommend a img {
	vertical-align: top;
}

form#recommendForm .textField {
	width: 16.1em;
	display: block;
}

form#recommendForm {
	font-size: 0.9em;
}

body#recommendPage {
	margin:0;
	background: #fff;
}

body#recommendPage div#content {
	margin: 0;
	padding: 0;
}

body#recommendPage div#content div#stage {
	width: 200px;
	margin: 0 !important;
	min-height: 445px;
	padding-top: 0.01em;
}

div.imageRef {
	display: block;
	margin-bottom: 20px;
	z-index: 1;
}

body#recommendPage h2 {
	padding: 10px 0 0 0;
	margin: 0 10px 0 10px;
}

body#recommendPage p {
	margin: 10px 10px 0 10px;
}

body#recommendPage ul.personalData {
	padding: 0 0 10px 0;
	margin: 0 10px 0 10px;
	display: block;
	position: relative;
	overflow: auto;
	border-bottom: 1px solid #d1d2d4;
}

body#recommendPage ul.personalData li {
	display: block;
	margin: 0 0 6px 0;
	padding: 0;
	clear: both;
}

* html body#recommendPage ul.personalData li {
	margin: 0 0 -8px 0;
	height: auto;
}

*+html body#recommendPage ul.personalData li {
	margin: 0;
}

body#recommendPage ul.personalData li.spamfilter {
	border-top: 1px solid #d1d2d4;
	border-bottom: 1px solid #d1d2d4;
	margin-top: 7px;
	padding-bottom: 9px;
}

body#recommendPage ul.personalData li label {
	width: auto;
	display: block;
	margin: 2px 0 0 0;
}

form#recommendForm textarea.comment {
	width: 16.9em;
	display: block;
}

* html form#recommendForm textarea.comment {
	/*position: relative;*/
	top: 0;
	left: 0;
	width: 16em;
}

form#recommendForm input.spamfilter {
	width: 7.3em;
	height: 20px;
	float: left;
	margin-right: 10px;
}

form#recommendForm img.spamfilter {
	width: 85px;
	height: 26px;
	float: left;
}


/* ********************************************************************* */
/* *   F O R M U L A R S T E U E R U N G							   * */
/* ********************************************************************* */
.floatLeft {
	float: left;
}
.floatClearing {
	clear: both;
	height: 0;
}
.formElementContainer{
}
div.formElement {
	display: block;
	margin: 1px 0px 5px 0px;
	padding: 5px;
}
div.formElement h2{
	margin: 0px 0px 5px 0px;
}
div.formLabel {
	color: #696969;
	float: left;
	margin-right: 5px;
	width: 8em;
}
div.formTitle {
	color: #696969;
	float: left;
	margin-right: 5px;
}
div.formElementBody,
div.formElementSubmit {
	color: #696969;
}
div.formElementBody {
	float: left;
	width: 60%;
}
div.formElementSubmit{
	float: right;
	width: 100%;
}
div.formElementSubmit .formElementContainer{
	text-align: right;
}
div.formElementBody label {
	margin:0px 0px 0px 0px;
}
div.formElementBody label input{
	margin:0px 5px 0px 0px;
}
div.formElementDescription {
	color: #666666;
}
div.formLine{
	display: block;
	padding: 6px 0px 10px 0px;
	margin: 1px 0px 0px 0px;
	border-bottom: 1px solid #d1d2d4;
	height: 1%;
}
div.formError {
	color: #ff0000;
}
.formXXL{
	width: 360px !important;
}
.formLong{
	width: 250px !important;
}
.formMiddle{
	width: 125px !important;
}
.formShort{
	width: 75px !important;
}
.formVeryShort{
	width: 25px !important;
}
.formElementHasFullSize {
	width: 100% !important;
}