html, body {
    height:100%;
	width:100%;
	margin:0px;
    padding:0px;
}

html {
	height: 100%;
	background-color: #fceee1;
}

body {
	background-color: #fceee1;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #143073;
	height:100%;
	margin: 0px;
	border: 0;
}

#site {
    position:relative;
	width: 960px;
	margin: 0px auto;
	margin-top:0px;
	height:100%;
	left:50%;
	margin: 0px 0px 0px -480px;
	width:960px;
}

#navi, #menu {
	z-index:2;
	width:207px;
	height:100%;
	background-color:#c1cdec;
	margin:0px;
	padding:0px;
}

#info {
    position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	color:#fceee1;
	font: 1px Arial, Helvetica, sans-serif;
}



#menu {
    position:absolute;
    top:196px;
	background-color:transparent;
	z-index:30;
	height:420px;
	min-height:420px;
}

#contentContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	margin:0px;
	padding:0px;
	height:100%;
}

#contentImage {
	width:280px;
	padding-left:22px;
	padding-right:11px;
}

#contentText {
	width:360px;
	padding:0px;
    padding-right:22px;
	padding-left:22px;
    float:right;
}





#headerSite, #headerStart {
    position:absolute;
	top:57px;
	left:0px;
	width:960px;
	background-color:#ebd1d2;
    text-align:right;
	z-index:3;
	padding:0px;
}

#headerStart {
	top:345px;
	z-index:2;
}


#headerSiteHeadline1, #headerSiteHeadlineE1, #headerStartHeadline1 {
    position:absolute;
	top:19px;
	left:285px;
	width:355px;
	height:83px;
	background-image:url(graphics/headerSiteHeadline1.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	z-index:5;
}

#headerStartHeadline1 {
    top:306px;
	background-image:url(graphics/headerStartHeadline1.gif);
}

#headerSiteHeadline2, #headerSiteHeadlineE2, #headerStartHeadline2 {
    position:absolute;
	top:25px;
	left:593px;
	width:312px;
	height:35px;
	background-image:url(graphics/headerSiteHeadline2.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	z-index:5;
}

#headerStartHeadline2 {
	top:312px;
	left:602px;
	background-image:url(graphics/headerStartHeadline2.gif);    
}


#headerSiteHeadlineE1 {
	background-image:url(graphics/headerSiteHeadlineE1.gif);
}

#headerSiteHeadlineE2 {
    background-image:url(graphics/headerSiteHeadlineE2.gif);
}



#headerSiteElephant, #headerStartElephant {
    position:absolute;
	top:10px;
	left:57px;
	width:180px;
	height:150px;
	background-image:url(graphics/headerSiteElephant.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	z-index:5;
}

#headerStartElephant {
	top:300px;
	left:37px;
    width:199px;
	height:168px;
	background-image:url(graphics/headerStartElephant.gif);
}
 

.menuItemContainer {
    position:relative;
	margin-top:0px; 
	margin:0px;
	z-index:4; 
	left:15px; 
	width:204px; 
	padding-top:12px; 
	padding-bottom:12px; 
	padding-left:12px;
	background-position: 0px 0px;
	background-repeat:no-repeat;
	background-color:transparent;
}


















