@import url("reset.css");
@import url("html5.css");
@import url("sifr.css");
@import url("assets.css");
body {
	color: #666;
	font: normal 1em/1.7 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	background:#f0fbff !important;
	margin: 0;
	padding: 0;
}
h1 {font: normal 2em/1.7 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;}
h2 {font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:1.2em; color:#333;line-height:1.3em;}
h2 {  margin:0;}
h3 {font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:bold;}
h2 a {  margin:0;}
a {
	color: #197a30;
	text-decoration: none;
	border-bottom:1px solid #197a30;
}
a:hover,
a:focus {
	color: #39C;
	text-decoration: none;
	border-bottom-color:#39c;
}

a:active,
a:focus {
	background-color: #000;
}

a.sub {
	color: #8DFCC7;
	font-weight: bold;
}

a.sub:hover,
a.sub:focus {
	color: #3C9;
}

abbr,
acronym {
	cursor: help;
}
input.text,
textarea {
	border: none;
	outline: 1px solid #C3C3C3;
	font-family: inherit;
	font-size: 0.875em;		/* 12px / 16px = 0.875em */
}

em {
	font-family: Calibri, "Trebuchet MS", Helvetica, Arial, sans-serif;
}

cite {
	font-family: Constantia, Georgia, Palatino, "Times New Roman", Times, serif;
}

blockquote,
ol,
p,
ul,
dl {
	margin-bottom: 1.2em;
}
dt {
	font-weight:bold;
}
dd {
	font-style:italic;
	margin-left:1em;
}

blockquote,aside {
	background: rgba(255,255,255,0.05);
	border-radius: 0 1em;
	-moz-border-radius: 0 1em;
	-webkit-border-radius: 0 1em;
	color: #DEDEDE;
	font: normal .95em/1.7 Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 1.5em;
	padding: 1.5em 1.5em 0.5em;
}

blockquote em,
blockquote p cite {
	font-style: normal;
}

li.comment blockquote {
	border-left: 2px solid #525252;
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin-left: 0;
}

address {
	background: rgba(240,255,240,1);
	border-radius: 0 1em;
	-moz-border-radius: 0 1em;
	-webkit-border-radius: 0 1em;
	color: #666;
	width:20em;
	font: normal .95em/1.7 Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 1.5em;
	padding: 1.5em 1.5em 0.5em;
	margin-bottom: 1em;
	text-align: left;
}

address:before {
}

.note {
	font-style: normal;
	font-size: 0.75em;	/* 12px / 16px = 0.75 */
}

ol.code li,
code,
pre {
	color: #FEA;
	font: normal .8em "Inconsolata", "Profont", "Bitstream Vera Sans Mono", "Monaco", "Courier New", courier, monospace;
}

a code {
	color: inherit;
}

time {width:100%;}

del {
	color: #6A6A6A;
}

img,
object {
	max-width: 100%;
}

object {
	margin: 0 auto 1em;
	max-width: 100%;
}

form {
	text-align: center;
}

form table {
	margin: 0 auto;
	max-width: 70.779%;	/* 700px / 989px = 0.70779 */
}

form th,
form td {
	display: block;
}

form th {
	font-weight: normal;
	padding-bottom: 0.25em;
}

form td {
	padding-bottom: 0.5em;
}

form table input.text,
form table textarea {
	display: block;
	width: 100%;
}

label i.note {
	display: block;
}

/* Layout */
#container {
  margin:1em auto;border:0;
  text-align:left;
  max-width:60em;
  min-width:51.25em;
  padding:0;
  border:1px solid black;
  border-bottom:5px #197a30 solid;
  border-right:5px #197a30 solid;
  -moz-border-radius:0.5em 0 0 0;
  background:white;
}
footer {
 margin:1em auto;border:0;
  text-align:left;
  max-width:50em;
 overflow:hidden;
}
footer dl {
float:left;
}
footer div {
float:right;
}
#banner {
  height:10em;
  text-align:center;
 background:white;
 position:relative;
  -moz-border-radius:0.5em 0 0 0;
}
#banner hgroup {
	width:768px;
	height:130px;
}
#banner hgroup h2 span {
	background:url(/images/header/banner.jpg) top right no-repeat;
}
.de #banner hgroup h2 span {
	background:url(/images/header/banner.jpg) bottom right no-repeat;
}
#section-navigation {
 width:100%;
 position:absolute;
 bottom:0;
 background:#197a30;
 border-bottom:3px solid #094918;
 left:0;
}
#section-navigation ul {
	margin:0;
}
#section-navigation ul li {
 display:inline;
 margin:0.5em 1em;
 font-size:0.9em;
 line-height:1.6;
}
#section-navigation ul li a {
 color:white; 
 text-decoration:none;
 font-weight:bold;
 vertical-align:top;
 letter-spacing:1px;
}
#section-navigation ul li a.active {
	border-bottom:2px solid white;
}
#section-navigation ul li a:hover {text-decoration:none;color:white;cursor:pointer;border-bottom:2px solid white;}
#languagechooser {
 float:left;
 width:15%;
 height:100%;
  background:#7cc576;
  -moz-border-radius:0.5em 0.5em 0 0;
}
#languagechooser ul {
 margin:1.5em 0 0 3em;
}
#languagechooser ul li {
  margin:0 0 1em 0;padding:0;border:0;
  float:left;
  clear:both;
  display:block;
  width:46px;
  height:34px;

}
#languagechooser ul li a {
  display:block;width:100%;height:100%;
  font-size:0.5em;
  border:0;
}
#deutsch span {background:transparent url(../../images/header/deutsch-flag.gif) top left no-repeat;}
#english span {background:transparent url(../../images/header/uk-flag.gif) top left no-repeat;}
#deutsch:hover span, #deutsch.active span {background:url(../../images/header/deutsch-flag.gif) bottom left no-repeat;}
#english:hover span, #english.active span {background:url(../../images/header/uk-flag.gif) bottom left no-repeat;}

#content {
 overflow:hidden;
 margin:0;
 background:url(/images/location-nav-bg.png) 0 0 repeat-y;
}
#main-content-body {
  float:right;
  width:80%;
}
#copy {
	padding:0 2em 2em 0;
	}
#location-navigation {
  float:left;
  background:#bee2bb;
  width:15%;
/*border-bottom:2000px solid #bee2bb;*/
}
#location-navigation ul li {
 margin:0em;
 background:red;
}
#location-navigation ul li a {
 display:block;
 padding:0.5em 1em;
 background:#bee2bb;
 color:#197a30;
 text-decoration:none;
}
#location-navigation ul li a:hover, #location-navigation ul li a.active {
 display:block;
 padding:0.5em 1em;
 background:#197a30;
 color:#bee2bb;
}

article#related-smodule {
  float:right;
  width:336px;
 margin-bottom:20px;

}

hgroup {float:right;width:85%;}

#copy img {float:right;margin:1em;max-width:300px;}
#copy ul img, #copy h3 img {float:none;margin:0;}
.legal {font-style:italic; font-size:0.7em}