@charset "UTF-8";

html {
	height: 100.5%;
	font-size: 62.5%;
	}
	
* {margin: 0px; padding: 0px; border: 0px;}

body {
	width: 100%;
	display: table;
	text-align: center;
	font-family: "Times New Roman", serif;
	background-image:
	background-repeat:no-repeat;
	background-position:top;
	font-size: 1.2em;
	line-height: 1.8em;
	color:#6d7e8e;
	}


h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", serif;
	color: #6d7e8e;}
h2 {font-size: 1.1em;
	text-transform: uppercase;}
h3 {font-size: 1em;
	text-transform: uppercase;
	color: #06163b;}
h4 {font-size: 1.0em;}
h5 {font-size: 0.9em;}
h6 {font-size: 0.6em;}

a {color: #6d7e8e; text-decoration: none; font-size: 1.0em;}
a:visited {}
a:hover {color: #06163b;}
a:active {color:#06163b;}
a:focus { outline: none; color:#06163b; }


div#wrapper {
	width: 1120px;
	height: 620px;
	margin: 0px auto;
	text-align: center;	}

div#wrapcontent {
	width: 1120px;
	height: 700px;
	margin: 0px auto;
	text-align: center; }
	

div#header {
	position: relative;
	margin-top:-30px;
	margin-right: 140px;
	width: 600px;
	height:452px;
	background-image: url(../images/Nora_Jakob.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	} 
	
#header h1 span { display: block; text-indent: -9999px; font-size: 0.2em; }
#header #logo { display: block; margin: 0 auto; padding-bottom: 10px; }
#header img { display: block; margin: 0 auto; }

div#navigation {
	display: block;
	width: 420px;
	height: auto;
	margin-top: 70px;
	padding-top: 100px;
	list-style-type: none;
	text-align: left;
	font-size:1.5em;
	}

#navigation li {
	list-style-type: none;
	display:inline;
	padding-right: 20px;
	}
	
#navigation li span {
	color:#b4c3c6}


div#textbox {
	float: left;
	position:relative;
	padding-top: 6px;
	margin-top: 12px;
	width: 370px;
	height: auto;
	font-size: 1.2em;
	text-align:left;
}
	
#textbox a {text-decoration: underline; }	
#textbox h3 {display: none; }
#textbox h2 {text-indent:-9999px;}
#textbox li {
	list-style-position:inside;
	line-height: 1.6em;
}


div#language {
	font-size: 1.6em;
	position: relative;
	width:180px;
	height: 20px;
	margin: 0px auto;
	text-align: center;
	text-align:center;
}

div#flash {
	position: relative;
	margin-right: 20px;
	width: 700px;
	height:auto;
	float: left;
	margin-top: -70px;
	margin-left: -20px;
	text-align: left;
	background-image:url(../images/greenline.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left: 30px;
	} 
	
div#footer {
	padding-top: 40px;
	font-size: 1.0em;
	clear: both;
	position: relative;
	width: auto;
	margin-right: 80px;
	height: auto;
	text-align: center;
	background-image: url(../images/logo_nora.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}
	
#footer img { padding-top: 5px; padding-bottom: 5px;}

.mini {font-size:0.8em; padding-top: 5px;}
	
