@charset "utf-8";
/* CSS Document - created by sunas.de
Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ 
*/

/* BODY */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C6347;
}
body {
	background-color: #EEFCE2;
	background-image: url(../layout/basicImg/contentBG.jpg);
	padding-top:123px;
	padding-bottom:48px;
}
 img{
 padding:0px;
 border:0px;
 }
/* LINKS */
a:link, a:visited, a:active, a:hover{ 
	text-decoration:none;
	font-weight:normal;
	color:#006666;
	/*font-size:0.9em;*/
}
a:active, a:hover{ 
	text-decoration:underline;
	color:#003399;
}
/*a:link {
	color: #9CA57E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B0B898;
}
a:hover {
	text-decoration: underline;
	color: #AF8D74;
}
a:active {
	text-decoration: none;
	color: #AB886D;
}*/
/* IMG 
a.img*/

/* HEADLINES */
	h1 {font-size:1.1em;color:#ffffff;text-decoration:overline}
	h2 {font-size:1.0em;color:#000000;}
	h3 {font-size:0.9em;color:#ff0000;}


/* NAVBARS */
/*vertPicMenue - original idea arrowgreen by http://www.dynamicdrive.com/style/csslibrary/item/arrow_green_vertical_menu/*/
.vertPicMenueTitle{
width:204px;
	background-color:#00377C;
	padding:9px;
	color:#DEE7F7;
	font-weight:bold;
	text-align:left;
	margin:0px;
}
.vertPicMenue{
	width: 222px; /*width of menu*/
	/*border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;*/
	text-align:center;
}
.vertPicMenue ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.vertPicMenue li a{
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background-image:url(../layout/basicImg/vertPicMenue.jpg);
	/**/
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 6px 0 2px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
.vertPicMenue li a:link, .vertPicMenue li a:visited {
	color:#023A85;
}
.vertPicMenue li a:hover{
	color:#649537;
	background-image:url(../layout/basicImg/vertPicMenueHover.jpg);
}
.vertPicMenue li a.selected{
	color: #649537;
	background-image:url(../layout/basicImg/vertPicMenueActive.jpg);
}

/*horPicMenue - origninal idea solidblockmenu - http://www.dynamicdrive.com/style/csslibrary/item/solid_block_menu/*/
.horPicMenue{
margin: 0;
padding: 5px 10px 10px 0px;
float: left;
font: bold 13px Arial;
/*width: 100%;*/
overflow: hidden;
margin-bottom: 1em;
/*border: 1px solid #625e00;
border-width: 1px 0;*/
}
.horPicMenue li{
display: inline;
}
.horPicMenue li a{
float: left;
color: #625e00;
padding: 0px 15px 0px 15px;
text-decoration: none;
border-right: 1px solid #625e00;
}
.horPicMenue li a:visited{
color: #625e00;
}
.horPicMenue li a:hover, .horPicMenue li .current{
color: #625e00;
}

/* SCOPES */
#bodyScope{
width: 760px;}
#contentScope{
/*background-color: #EAE0D9;*/
width:730px;
margin:0px 15px;}
#mainContent{text-align:left; padding-left:15px;}
#header { 
width:100%; height:123px;
border:none;
/*background-color:#EEFCE2; */
text-align:center;
background-image: url(../layout/basicImg/MoanaLogo.jpg); background-position:center; background-repeat:no-repeat;}
#headerBox{ width:760px;}
#headerContent{ 
width:720px; text-align: right; margin:20px;/* background-color:#EAE0D9;*/}

#footer { 
width:100%; height:48px; 
border:none; 
background-color:#EEFCE2; 
text-align:center;
background-image: url(../layout/basicImg/bottomBG.jpg); background-position:center; background-repeat:no-repeat; }
#footerBox{ width:760px;}
#footerContent{ 
width:720px; text-align: left; margin:10px 20px; background-color:#F8FDF2}
.floatLeft{ float:left;}
.floatRight { float:right;}
/* FORMS */

/* LISTS */
