* {
	margin: 0;
	padding: 0;
}

body {
	background: url(global_FILES/bg.png) repeat-x #67686B;
	text-align: center;
	margin: 30px 0pt;
	border: 0px;
	width:100%;
	min-width: 1010px;
	color: #222222;
	font-family: Verdana;
	font-size: 13px;
}

#wrapper {
   background: url(global_FILES/frame_outer_top-bg.gif) #DADADB no-repeat;
	width:  983px;
	margin: 0px auto;
	text-align: left;
   padding: 10px 10px 0px 10px;
}


#outerframeFooter{
	height: 10px;
	background: url(global_FILES/frame_outer_bottom-bg.gif) no-repeat;
	width: 1003px;
	margin: 0px auto;
	font-size: 1%;
}

#headerWrapper {
	background: url(global_FILES/header.png) no-repeat;
	height: 98px;
	width: 983px;
	position: absolute;
	z-index: 500;
}

#header {
	margin-left: 315px;
	margin-top: 18px;
	font-size: 16px;
	color:#06408F;
	font-weight:bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	width: 575px;*/
	float: left;
}

#flags {
	padding-top: 15px;
	padding-left: 900px;
}

#flags ul {
	list-style: none;
	padding-left: 0px;
}

#flags li {
	float: left;
	padding-left: 10px;
}

#flags a {
	display: block;
	width: 26px;
	height: 19px;
	text-indent: -100000px;
}

#flags a.flagde {
	background: url(global_FILES/flag-de.png) no-repeat;
}

#flags a.flagen {
	background: url(global_FILES/flag-en.png) no-repeat;
}

#navi {
	position: absolute;
	top: 71px;
	left: 280px;
	height: 26px;
	width: 703px;
	background: url(global_FILES/navibg.png) no-repeat;
	clear: both;
	z-index: 500;
}

ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 1px 0px 0px;
  width: 700px; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  z-index:501;
  height: 24px;
}

ul#navmenu-h li.Selected {
	background: #C0E4F6;
}

ul#navmenu-h ul {
  margin: 0;
  padding: 0;
  width: 180px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  border: 1px solid #7B9CC6;
  border-top: 0 none;
  z-index:500;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 180px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  height: 22px !important;
}

/* Root Menu */
ul#navmenu-h a {

  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/

  height: auto !important;
  height: 1%; /*For IE*/
  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #06408F;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px 35px 4px 35px;
	border-left:1px solid white;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
	background: #C0E4F6;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background: transparent url(global_FILES/nav-bg.png) repeat-y;
  font-size: 11px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #06408F;
  margin: 0px;
  border: 0px;
  padding: 5px 10px 4px 10px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #FFF;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: transparent url(global_FILES/nav-bg.png) repeat-y;
  font-size: 11px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #06408F;
  font-weight: normal;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #FFF;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: transparent url(global_FILES/nav-bg.png) repeat-y;
  color: #06408F;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 180px;
  border: 0 none;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
	border: 1px solid #7B9CC6;
}

#teaser {
	padding-top: 109px;
}

/* column container */
.coltop {
	background: url(global_FILES/midmain-bg_top.gif) #FFFFFF no-repeat;
	height: 7px;
	margin-top: 11px;
	font-size: 1%;
	width:983px;
}

	.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:983px;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background: url(global_FILES/midmain-bg_middle.gif) #FFFFFF;
	z-index: 7;
}
.colmid {
	float:left;
	width:200%;
	margin-left:-250px; 	/* Width of right column */
	position:relative;
	right:100%;
	/*background:#fff; */   	/* Centre column background colour */
}

.colbottom {
	background: url(global_FILES/midmain-bg_bottom.gif) #FFFFFF no-repeat;
	height: 7px;
	font-size: 1%;
	clear: both;
	width:983px;
}
.colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:500px;         	/* Left column width + right column width */
	/*background:#FFF;*/    	/* Left column background colour */
	
}
.col1wrap {
	float:left;
	width:50%;
	position:relative;
	right:250px;        	/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	z-index: 6;
}
.col1 {
	margin:0 260px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
	position:relative;
	left:200%;
	overflow:hidden;
	z-index:8;
}

.col2 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:240px;        	/* Width of left column content (left column width minus left and right padding) */
	position:relative;
	right:0px;         	/* Width of the left-had side padding on the left column */
}
.col3 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:240px;        	/* Width of right column content (right column width minus left and right padding) */
	margin-right:10px;  	/* Width of right column right-hand padding + left column left and right padding */
	position:relative;
	left:50%;
	/*background: url(global_FILES/coll1_bottom-bg.gif) #FFFFFF no-repeat bottom;*/
}

.gutter {
	padding-left: 5px;
}

#footerWrapper {
	width: 1003px;
	margin: 0px auto;
	clear:both;
	text-align: center;
}

#footer {
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	padding-top: 17px;
}

.footerNav {
	display: inline;
}

#footer ul {
	list-style: none;
	padding-left: 0px;
	display: inline;
}

#footer li {
	display: inline;
}


#footer a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 4px 0px 5px;
	border-left:1px solid white;
	margin-top: 5px;
}

#footer .first a {
	border-left: none;
}

h1 {
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
	color: #06408F;
}

.csc-frame-frame1 .csc-textpic-image img {
	padding : 2px !important;
	border: 1px solid #CFCFCF !important;
}

.csc-frame-frame1 div.csc-textpic div.csc-textpic-imagerow {
	padding-bottom: 3px;
}
.colmask .csc-header, .colmask p, .colmask ul, .colmask  .csc-textpic {
	padding:0px 0px 10px 10px;
}
fieldset {
	border:0px;
background:#ccc;
padding:12px;
margin:8px;
}
label{
	width:120px;
	
	float:left;
	clear:left;
}
.csc-mailform-field {
margin-bottom:6px;

}