@import url("fonts.css");

html, body {
	height: 100%;
}

body {
	position: relative; /* !!! */
}

body {
	margin: 0;
	padding: 0;
	background-color: #d7d7d7;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 0;
	padding: 0;
}

div#page {
	position: relative;
	min-height: 100%;
	width: 990px;
	margin: auto;
	background-color: white;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}

/* iE6 Hack */
* html div#page {
	height: 100%;
}

div#left {
	width: 200px;
	float: left;
	padding:0;
	margin:0;
	padding-bottom: 100px;
}

div#left div#image {
	width: 200px;
	height: 200px;
	float: left; /**/
}

div#left div#subnavigation {
	width: 200px; /**/
	padding-bottom: 50px;
	float: left;/**/
}

div#right {
	width: 790px;
	float: left;
	padding:0;
	margin:0;
	padding-bottom: 100px; /*!!!*/
}

div#right div#head {
	height: 98px;
	width: 790px;	
	background-color: #fdfdd6;
	float: left; /**/
}

/**/
div#right div#head div#mainlogo {
	float: left;
	width: 563px;
	height: 98px;
}
/**/

div#right div#head div#mainlogo img {
	float: left;
	margin-right: 30px;
	border: 0;
}

div#right div#head div#mainlogo a {
	text-decoration: none;
	color: black;
}

div#right div#head div#mainlogo div#logotextleft {
	width: 177px;/**/
	height: 81px;/**/
	padding-top: 17px;
	margin-right: 20px;
	float: left;
}

div#right div#head div#mainlogo div#logotextright {
	width: 238px;/**/
	height: 81px;/**/
	padding-top: 17px;
	float: left;
}

div#right div#head div#logo {
	/*background-color: red;*/
	width: 227px;/**/
	height: 98px;/**/
	float: right;
}

div#right div#mainnavigation {
	width: 790px;
	height: 26px;
	float: left;
	background: url(../images/bg_navi2.gif) repeat-x top left;
	/*position: absolute;
	z-index: 10;
	left: 200px;*/
}
/*
div#right div#black {
	height: 26px;
	position: absolute;
	width: 790px;
	top: 98px;
	left: 200px;
	z-index: 5;
	background-color: black;	
}
*/
div#right div#content {
	width: 720px;
	margin:  60px 30px 30px 40px;
	_margin:  60px 15px 30px 20px;/**/
	float: left;/**/
}

div.clear {
	font-size: 0px;
	line-height: 1px;
	height: 1px;
	clear: both;
	/*background-color: yellow;*/
	display: inline-block; /**ie7bugfix*/
	display: block; /**iebugfix*/
}

* html .clear { 
	height: 1%; /**iebugfix*/
}

div#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 26px;
	padding: 0 10px;
	width: 970px;	
	background-color: #f5f430;
}

div#footer div {
	padding-top: 7px;
	color: black;
	font-size: 82%;
}

div#footer div a {
	color: black;
}

div#footer div span.left {
	float: left;
}

div#footer div span.right {
	float: right;
}

div#quicklinks {
	position: absolute;
	width: 170px;/**/
	bottom: 36px;
	left: 10px;
}

body.cms_editpage div#footer {
	visibility: hidden;
}

