/*-----reset trick-----*/
* {
  margin:0;
  /*padding:0;
  overflow: hidden;*/
}

/*-----link-----*/
a:link {
    text-decoration:none;
    color:#336699;
}
a:visited {
    text-decoration:none;
    color:#336699;
}
a:hover {
    text-decoration:none;
    color:#ff9933;
}
a:active {
    text-decoration:none;
    color:#ff9933;
}

body, table {
    font-family:'Arial','Helvetica',sans-serif;
    font-size:10pt;
    color:#000000;
    /*margin-bottom:15px;*/
}
p.contentpaneopen {
    font-family:'Arial','Helvetica',sans-serif;
    font-size:10pt;
    color:#000000;
    /*margin-bottom:15px;*/
}
p {
    margin:0px 0px 10px 0px;
}
.contentpaneopen ul{
    list-style-image:url(../images/bullet2.png);
    margin-bottom:10px;
}
h1, .componentheading, .contentheading, .contentdescription {
    margin-bottom:10px;
    color:#336699;
    font-size:1.7em;
    font-weight:normal;
}
h2, .contentpane .contentheading {
    margin-bottom:10px;
    color:#999999;
    font-size:1.4em;
    font-weight:bold;
}
h3 {
    margin-bottom:10px;
    color:#999999;
    font-size:1.2em;
    font-weight:normal;
}
.contentpagetitle {
    margin-bottom:10px;
    color:#336699;
    font-size:.8em;
    font-weight:normal;
}

/*-----layout-----*/
#main {
    position:absolute;
    top:0px;
    left:0px;
    width:800px;
    background:#ffffff;
}
#header {
    height:110px;
}
#header_left {
    background-image:url(../images/header_left.png);
    background-repeat:no-repeat;
    width:150px;
    height:100%;
    float:left;
}
#header_main {
    width:650px;
    float:right;
    height:100%;
}
#header_main.de-de {
    background-image:url(../images/header_main2_de.png);
    background-repeat:no-repeat;
}
#header_main.en-gb {
    background-image:url(../images/header_main2_en.png);
    background-repeat:no-repeat;
}
#header_main .inner {
    margin-top:70px;
}
#left {
    float:left;
    width:150px;
    background-image:url(../images/vstrich.gif);
    background-position:right;
    background-repeat:repeat-y;
}
#left .inner {
    width:140px;
    margin-left:5px;
    margin-right:5px;
}
#left .inner img {
    margin-top:25px;
    margin-bottom:25px;
}
#left .inner .contentpaneopen .contentheading {
    font-size:1.2em;
}
#left .inner .contentpaneopen {
    font-size:0.9em;
}

#content {
    width:650px;
    float:right;
    overflow:auto;
}
#content_text {
    width:650px;
    float:right;
    background-image:url(../images/content_news.png);
    background-position:right top;
    background-repeat:no-repeat;
    /*overflow:hidden;*/
}
#content_text .inner {
    margin-top:25px;
    margin-bottom:25px;
    margin-left:50px;
    margin-right:50px;
    width:550px;
}

#footer {
    color:#999999;
    width:100%;
    float:left;
    text-align:center;
    font-size:12px;
}
#footer td {
    color:#999999;
    text-align:center;
    font-size:12px;
}


/*-----mg_menu-----*/
	#divNav {
		margin: 0;
		padding: 0;
	}
	#nav {
		position: relative;
		padding-left: 5px;
		top: 0px;
		width: 550px;
	}
	#nav a {
		height: 20px;
	}
	#nav li { /*float the main list items*/
		padding: 0 10px 0 0;
	}
	#nav li.on ul {
		background: #CCCCCC;
	}
	#nav li.off ul, #nav li.on ul  { /*put the subnav below*/
		background: #CCCCCC;
		width: 540px;
		top: 20px;
	}
	#nav li.on ul {
		background: #CCCCCC;
	}
	#nav li.on:hover ul, #nav li.over ul { /*for ie*/
		background: #CCCCCC;
	}
	#nav li a {
		/*background: #000000;*/
		color: #FFFFFF;
		font-weight: bold;
		font-size: 15px;
		line-height: 20px;
	}
	#nav li a:hover {
	    color:#FF9933;
		font-weight: bold;
		font-size: 15px;
		line-height: 20px;
	}
	#nav li.on a {
		color: #FF9933;
	}
	#nav li.on ul a, #nav li.off ul a {
		border: 0;
		float: left; /*ie doesn't inherit the float*/
		color: #FF9933;
		width: auto;
		margin-right: 0px;
	}
	#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
		background: #CCCCCC;
	}
	#nav li.off ul a, #nav li.on ul a {
		background: #CCCCCC;
		color: #FFFFFF;
		font-size: 13px;
	}
	:lang(en) #nav li.off ul a, :lang(en) #nav li.on ul a {
		font-size: 11px;
	}
	#nav li.on a {
		color: #FF9933;
	}
	#nav li.on ul a {
		background: #CCCCCC;
	}
	#nav li.on ul li.on a {
		color: #FF9933;
	}
	#nav li.off a:hover, #nav li.on a:hover { 
		color: #FF9933;
	}

	#nav li.off ul li.off a:hover, #nav li.on ul li.off a:hover { 
		color: #FF9933;
	}

/*-----jflanguage-----*/
#header_left .inner {
    margin-top:90px;
}
#jflanguageselection a {
    text-decoration:none;
    color:#ffffff;
    line-height: 20px;
    font-size: 12px;
}
#jflanguageselection a:hover {
    color:#ff9933;
}
#jflanguageselection a:active {
    color:#ff9933;
}
#jflanguageselection li#active_language a
{
    color:#ff9933;
}
#jflanguageselection ul {
    padding: 0px;
    vertical-align: middle;
}
#jflanguageselection li {
    display: inline;
    list-style-type: none;
    padding: 2px 4px;
}

/*---contact enhamced---*/
.sectiontableheader {
	background:none repeat scroll 0 0 #336699;
	color: #FFFFFF;
	line-height: 150%;
}
.sectiontableheader a {
	color: #FFFFFF;
}
td.sectiontableheader  {
	border-right:1px solid #FFFFFF;
	padding:0px 5px;
}
tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom;
}
tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom #ECECEC;
}
/*tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/hdot2.gif) repeat-x bottom #FFFFCC;
}*/
#ce-con_position {
	font-weight: bold;
	font-style: italic;
}
#component-contact-enhanced {
	line-height: 150%;
}
