/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/*html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}*/
/* /YUI reset */

* { margin: 0; padding: 0 }

html, body {
	min-height: 100%;
	background-color: #dddbde;
}
body {
	text-align: center; /* centering for IE 5 */
	
	background: #fff url('../../images/layout/bg-gradient-bottom.jpg') bottom left repeat-x;
	
	font-size: 13px;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.4;
	color: #000;
}
a {
	color: #900;
}

a:hover, a:focus {
	color: #c00;
}



#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover , #footer a:focus {
	text-decoration: underline;
}

hr { display: none; }


#header, #container, #footer {
	width: 910px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	
	/* contain floats */
	overflow: hidden;
}


#header-container {
	background: #fff url('../../images/layout/bg-gradient-top.jpg') top left repeat-x;
	margin-bottom: 10px;
	

}
#header #logo {
	float: left;
	width: 270px;
	height: 126px;
	margin: 0 0 0 20px;
}


#header h1 {
	background: url('../../images/layout/nvision-head.gif') no-repeat top left;
	height: 23px;
	text-indent: 2000px;
	white-space: nowrap;
	overflow: hidden;
	margin: 30px 0 15px 330px;
	width: 500px;
}
#header p {
	font-size: 13px;
	font-weight: bold;
	margin: 15px 50px 0 374px;
	color: #666;
}

#nav-lang {
	position: absolute;
	top: 31px;
	right: 20px;
}
#nav-lang li {
	margin: 0; padding: 0;
	float: left;
	margin-left: 8px;
	list-style: none;
}

#nav-lang li a {
	display: block;
	width: 16px;
	height: 11px;
	text-indent: 16px;
	overflow: hidden;
	background: url('../../images/layout/flags.gif') no-repeat top left;
}
#nav-lang #nav-lang-en a {
	background-position: -16px 0;
}






#nav-main {
	background: url('../../images/layout/nav-en.png') no-repeat top left;
	width: 265px;
	height: 472px;
		height: 473px;
	position: absolute;
	top: 0;
	left: 20px;
}
body.lang-de #nav-main {
	background-image: url('../../images/layout/nav-de.png');
}
#nav-main li {
	display: none;
}
#nav-main #nav-main-info {
	display: block;
	position: absolute;
	bottom: 16px;
	left: 32px;
	width: 200px;
	height: 40px;
		bottom: 0;
		left: 0;
		width: 265px;
		height: 58px;
}

#nav-main #nav-main-info a,
#nav-main #nav-main-info span {
	display: block;
	width: 200px;
	height: 40px;
		width: 265px;
		height: 58px;
	text-indent: 400px;
	white-space: nowrap;
	overflow: hidden;
	background: transparent url(../../images/layout/mail-de.png) 0 0 no-repeat;
}

.lang-en #nav-main #nav-main-info a ,
.lang-en #nav-main #nav-main-info span { background-image: url(../../images/layout/mail-en.png); }

#nav-main #nav-main-info a:hover {
	background-position: 0 -58px;
}



#container {
	background: #fff url('../../images/layout/bg-content.png') no-repeat top left;
	margin-bottom: 2em;
}
#content {
	padding: 31px 20px 30px 50px;
	margin-left: 280px;

	background: transparent url('../../images/layout/bg-content-bottom.png') no-repeat bottom left;
	min-height: 472px;
}



#content h2 {
	background: url('../../images/layout/header-icons.png') no-repeat top left;
	padding-left: 32px;
	margin: 1em 0 .75em;
	height: 32px;
}
#content h2 span {
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: 2000px;
	overflow: hidden;
	white-space: nowrap;
	height: 32px;
}
#content p {
	margin: .5em 0;
}







address {
	font-style: normal;
}
#footer {
	font-size: 11px;
}
#footer .vcard {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2.2em;
	width: 258px;
	float: left;
}
/* for ie<7 */
* html #footer .vcard {
	margin-left: 165px;
}

#footer .vcard .org {
	text-transform: uppercase;
	color: #900;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-bottom: 1em;
}
#footer .vcard .type {
	display: none;
}

#disclaimer {
	margin-right: 20px;
	padding-top: 2.2em;
}
#footer p {
	margin: 0 0 1em;
}
