/*--------- Globals------*/
body 
{
	/* width: 100%; */ height: 100%; min-height: 1000px;
	width: 1095px;
	margin: 0; padding: 0;
	background-color: #98C010;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;	
}


/*-- float clear  --*/
.cls{clear:both;}
.floatleft{float:left; padding-right:10px}
.floatright{float:right;padding-left:10px}
.alert{font-weight:bold; color:red;}

a 
{
	color:#326119;
	text-decoration:none;
}
#contentBox a
{
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}

a.navlink
{
	font-weight:bold;
	font-size:10px;
}

h1,h2,h3,h4,h5
{
	color: #B7383C;
	font-size: 14px;
}
h1 {
	font-size: 16px;
	color: #9DC614;
}

p,td, li
{
	line-height:1.5em;
}


/*---------- Sturctur --------------------*/


/*------------header ---------------*/
#headerLeft {
	float: left;
	width: 891px; height: 149px;
	background-image: url(../img_ment/header_left.gif); background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 0px solid yellow;
	z-index: 0;
}
#headerRight {
	float: left;
	width: 183px; height: 149px; /* 103px; */
	background-image: url(../img_ment/header_right.gif); background-repeat: no-repeat;
	border: 0px solid black;
}
#headerLeft #ndsLogo {
	position: relative;
	width: 133px; height: 29px;
	top: 50px; left: 680px;
	margin: 0; padding: 0;
	border: 0;
	z-index: 1;
}

/*-------- Navigations spalte links ---------------*/
#left {
	clear: both;
	width: 184px;
	height: 1000px;
	margin: 0; padding:0;
	background-color: #D8D800;
	border: 0px dotted #672857;
	float: left;
	z-index: 1;
	border: 0px solid blue;
}
#nav {
	font-family: Georgia, Times, serif;
	padding-left:0;
	color:#FFFFFF;
	background-color:#D8D800;
}
#nav ul {
	margin:0;
	padding-left: 20px;
	background-color:#98C010;
}

#nav li {
	list-style: none;
	line-height: 1.2em;
	padding: 10px 0 10px 20px;
	/* border-top:1px solid #FFFFFF; */
}
#nav li.level2,
#nav li.level2_A {
	font-size: 17px;
}
#nav li.level2_A a {
	color: #326119;
}
#nav li.level3,
#nav li.level3_A {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0 0 5px 20px;
	padding: 0;
	font-size: 12px;
}
#nav li.level3_A,
#nav li.level3_A a,
#nav li.level3:hover {
	color: #326119;
}

#nav a { color:#FFFFFF; }
#nav a:link    {}
#nav a:visited {}
#nav a:active  {}
#nav a:hover   { color:#326119; text-decoration: underline; }


#nav img {
	margin: 0; padding: 0;
	background-color: #D8D800;
}

#nav a#vnst {
	color: black; text-decoration: none; font-weight: bold; font-family: sans-serif;
}
#nav a#vnst:hover {
	color: black; text-decoration: none;
}

/*-------- middle ---------------*/
#middle {
	margin: 0; padding: 0;
	width: 707px;
	min-height:1000px;
	float: left;
	background-color: #FFFFFF;
	border: 0px solid red;
}

#contentBox
{
	margin:0 60px 0 20px;
	padding:0;
	width: 627px;
	background-color:#FFFFFF;
	border: 0px solid blue;
}



/*-------- right ---------------*/
#right
{
	position:absolute; top:120px; left:850px;
	margin:0;
	padding:0;
	width: 200px; height:300px;
	border: 0px solid red;
}


