@charset "utf-8";
html {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: verdana,arial,sans-serif;
	font-size: 10pt;
}
body	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font: 100.01%;
}
#container {
	background: #bbbbcc;
	min-width: 800px;
}
#header {
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	color: #79B30B;
}
#header img {
	position: absolute;
	top: 0px;
	right: 25px;
	width: 361px;
	height: 100px;
	overflow: hidden; 
}
#wrapper {
	float:left;
	width:100%;
}
#content {
	background: #efd6a9;
	margin-left: 200px;
	padding: 20px;
}
#content p {
	line-height:1.4;
}
#content h1 {
	font-size: 1.5em;
	padding-top: 50px;
}
#content h2 {
	font-size: 1.2em;
}
#content li {
	line-height: 1.5em;
}
#content a {
	font-weight: bold;
	color: #981793;
}
#content danke {
	padding-top: 10px;
	color: red;
}
/*################################################################## */
#navigation {
	float: left;
	width: 200px;
	margin: 20px 0px 0px -100%;
}
#navigation ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#navigation li {
	list-style: none;
	margin: 0px;
	border: none;
	padding: 0px;
}
#navigation a {
	display:block;
	width:180px; 
	height:50px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background:url(images/NavMainInactive.jpg); 
	font-size: 1.2em;
	font-weight: bold;
	color:#000; 
	text-decoration:none; 
	text-align:center; 
	line-height:50px;
}
#navigation a.navmaininactive, a.navmaininactive:visited {
	background:url(images/NavMainInactive.jpg); 
}
#navigation a.navmaininactive:hover {
	background:url(images/NavMainHover.jpg); 
}
#navigation a.navmainactive {
	background:url(images/NavMainActive.jpg); 
}
#navigation a.navsubheadinactive, a.navsubheadinactive:visited {
	background:url(images/NavSubHeadInactive.jpg); 
}
#navigation a.navsubheadinactive:hover {
	background:url(images/NavSubHeadHover.jpg); 
}
#navigation a.navsubheadactive {
	background:url(images/NavSubHeadActive.jpg); 
}
#navigation a.navsubmidinactive, a.navsubmidinactive:visited {
	background:url(images/NavSubMidInactive.jpg); 
}
#navigation a.navsubmidinactive:hover {
	background:url(images/NavSubMidHover.jpg); 
}
#navigation a.navsubmidactive {
	background:url(images/NavSubMidActive.jpg); 
}
#navigation a.navsubfootinactive, a.navsubfootinactive:visited {
	background:url(images/NavSubFootInactive.jpg); 
}
#navigation a.navsubfootinactive:hover {
	background:url(images/NavSubFootHover.jpg); 
}
#navigation a.navsubfootactive {
	background:url(images/NavSubFootActive.jpg); 
}
/*################################################################## */
#footer {
	clear:left;
	width:100%;
	height: 30px;
	margin:0;
	padding:5px 10px;
}
/*
body {
	font-family:georgia, palatino linotype, times new roman, serif;
	font-size:100.01%; 
	background:#fff; 
	padding:0;
	margin:0; 
	border:none; 
}
#header {
	position:relative; 
	height:50px; 
	background:#BBC; 
}

#logo {
	position:absolute;
	top:0px;
	right:25px;
	width:400px;
	height:100px;
	background:url(images/activa_logo_boxed.gif); 
	background-position:right; 
	background-repeat:no-repeat; 
	z-index:6; 
	overflow:hidden; 
}
#wrapper {
	float:right;
	width: 100%;
	margin-left: -400px;
}
#content {
	margin-left: 400px;
	background:#EFD6A9;
	background:#FF8080;
/*	overflow:auto;
}
#navigation {
	float: right;
	width: 200px; 
	background:#BBC; 
	font-size:1em; 
}
#footer {
	clear:right;
	width:100%;
	/*overflow:hidden; 
	background:#BBC; 
	color:#106;
}

/*
#content h1 {
	margin-top: 25px;
	margin-bottom:10px;
	font-size:1.4em;
	font-weight:bold;
}

#content h2 {
	font-size:1.6em;
	font-weight:bold;
}

#content p {
	margin: 0;
}

#content li {
	
}


* html #left {
	height:100%; 
	top:0; 
	bottom:0; 
	color:#fff;
}

.bold  {
	font-size:1.2em; 
	font-weight:bold;
}

dd {
	display:none;
}

*/
