body {
	background-image: url(images/bg3.gif);
	background-color: #336600;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.Navigation {/*The navigation on the left side, positioned absolutely*/
	position: absolute;
	top: 0px;
	left: 0px;
	width: 227px;
	height: 400;
	line-height : 110%;/*line-height set to 110% in order to*/
	text-decoration: none;
	background-color: #669900;
	margin: 0px;
	padding: 0px;
	right: 0px;
	bottom: 0px;
    }                 /*have the navigation elements better separated*/
	.navbox {/*button-like box for the left-side navigation*/
	padding: 0px;
   margin: 0px;
   }
   .Inhalt {/*this is the main content area*/
	position: absolute;
    color: #FFFFFF;/*to insure readability*/
	margin-left: 286px;/*to position the content area to the right of the navigation*/
    margin-right: 20px;/*breathing space for the text*/
	margin-top: 45px;   /*to insure that NN4.xx renders the background-color of the content area*/
	padding: 5px;/*space to separate navigation and content*/
	font-family : Arial, Helvetica, sans-serif;
	width: 490px;
	height: auto;
    }
	.idioma {/*this is the main content area*/
	position: absolute;
	color: #FFFFFF;/*to insure readability*/
	margin-left: 296px;/*to position the content area to the right of the navigation*/
	margin-right: 30px;/*breathing space for the text*/
	margin-top: 10px;   /*to insure that NN4.xx renders the background-color of the content area*/
	padding: 0px;/*space to separate navigation and content*/
	font-family : Verdana, Arial, Helvetica, sans-serif;
	width: 480px;
	height: auto;
	font-size: 12px;
    }
	.text {/*this is the main content area*/
	position: absolute;
	color: #FFFFFF;/*to insure readability*/
	margin-left: 296px;/*to position the content area to the right of the navigation*/
	margin-right: 30px;/*breathing space for the text*/
	margin-top: 380px;   /*to insure that NN4.xx renders the background-color of the content area*/
	padding: 10px;/*space to separate navigation and content*/
	font-family : Verdana, Arial, Helvetica, sans-serif;
	width: 480px;
	height: auto;
	font-size: 12px;
    }
.textcreme {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #66CC00;
}
.textdark {
	color: #330033;/*space to separate navigation and content*/
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.textbig {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #669900;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
}
a:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #669900;
}
