@import url("fonts.css");

html {
	height: 100%; 
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #e6e6e6;
}

p { 
	margin: 0;
}

ul, li {
	line-height: 153.9%;
}

a { 
	margin: 0;
}

br { 
	line-height: 70%;
}

div#page { 
	position: relative;
	width: 990px;
	min-height: 100%;
	margin: auto;
	background: url(../images/bg_letters.gif) left 150px no-repeat #ff9844;	
}

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

div#head {
	height: 127px;
	width: 990px;
	background-color: white;
	border-bottom: 1px solid #ff9844;
}

div#head div#logo {
	float: left;
	padding-top: 80px;
}

div#head div#adress {
	float: right;
	text-align: right;
	padding-right: 17px; 
	padding-top: 16px;
}

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

div#navigation {
	height: 21px;
	width: 990px;
	border-top: 1px solid white;
	background-image: url(../images/bg_navi.jpg);
	background-repeat: repeat-x;
}

div#content {
	float: left;
	width: 722px;	
	min-height: 300px;
	padding-left: 208px;
	padding-top: 53px;
	padding-right: 60px;
	overflow: hidden;
	margin-bottom: 70px;
}

* html div#content {
	/*height: 300px;*/
}

div#clear {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

div#footer {
	position: absolute;
	bottom: 15px;
}

* html div#footer {
	padding-bottom: 10px;
}

div#footer div {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	width: 700px;
	margin-left: 220px;
	padding-top: 4px;
	color: white;
	font-size: 85%;
}

div#footer div a {
	color: white;

}

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

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

* html div#footer {
	bottom: 0px;
}

body.cms_editpage div#footer {
	display: none;
}

#TB_window {
	z-index: 25000 !important;
}

#TB_overlay {
	z-index: 23000 !important;
}
