@import url(fonts.css);

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

div#stripe {
	min-height: 614px;
	background-image: url(../../../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

/* for iE6 */
* html div#stripe {
	height: 614px;
}

div#whitetop {
	background-image: url(../../../images/bg_page.gif);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 614px;	
}

/* for iE6 */
* html div#whitetop {
	height: 614px;
}

div#page {
	margin: auto;
	width: 820px;
}

div#top {
	border-bottom: 1px solid #a3a4a8;
}

div#top div#logo {
	float: left;
	height: 89px;
	width: 245px;
}

div#top div#logo img {
	border: 0;
}

div#top div#quicklinks {
	float: left;
	height: 28px;
	width: 575px;
	padding-top: 61px;
}

div#top div#quicklinks div#q_entries {
	float: left;
	width: 367px;
	padding-top: 5px;
}

div#top div#quicklinks div#language {
	float: left;
	width: 42px;
	padding-top: 5px;
	padding-right: 5px;
}

div#top div#quicklinks div#search {
	float: left;
	width: 148px;
}

div#title {
	height: 88px;
	padding-top: 25px;
}

/* only for CMS */
body.cms_editpage div#title {
	position: relative;
	z-index: 100;
	top: -70px;
}

div#bottom div#navigation {
	width: 164px;
	float: left;
	margin-right: 1px;
	padding-left: 13px;
	padding-top: 20px;
	padding-bottom: 10px;
}

div#bottom div#content {
	width: 639px;
	float: left;
	line-height: 144%;	
	border-right: 1px solid white;
	border-left: 1px solid white;
}

div#bottom div#content div#small_image {
	width: 639px;
	height: 246px;
	border-bottom: 1px solid white;
}

div#bottom div#content div#smallcontent {
	padding-left: 4px;
	padding-right: 4px;
	background-image: url(../../../images/bg_content.jpg);
	background-repeat: repeat-y;	
	min-height: 163px;		
}

/* for iE6 */
* html div#bottom div#content div#smallcontent {	
	height: 162px;		
}

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

div#footer {
	margin: auto;
	width: 806px;
	font-size: 85%;	
	color: #707173;
	padding-left: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#footer div#footerleft {
	float: left;
}

div#footer div#footerright {
	float: right;
}
