/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

html, body {
	height: auto;
}
 
body {
	background-color: #e5e5e5;
}

#logo {
	display: block;
	position: relative;
	margin: 10px 648px;
}

#title {
	display:none;
}

#subtitle {
	position: absolute;
	top: 30px;
	left: 649px;
	width: 76px;
	height: 76px;
	background-image: url(../images/logo.jpg);
	text-indent: -9999px;
}

#box {
	position: static;
	width: auto;
	margin: 0;
	background: none;
}

#header {
	display: none;
}

#mainNavigation {

	display:none;
}

#languageNavigation {
	display:none;
}

.printPage {

	display:none;
}

#searchBox {

	display:none;
}

#col1 {
	display: none;
}

#col2 {

	left: 67px;
	max-width: 657px;
}

#rootline {
	
	display: none;
}

#mainContent {
	width: 657px;
	margin: 5px 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #646567;	
}

.content ul {

	list-style: disc;
	margin: 5px 0 5px 14px;
}

.content ul li {

	padding-left: 0;
	background: none;
}

#col3 {

	display: none;
}

#footer {

}

#footerNavigation {
	display: none;	
}

#address {

	position: absolute;
	display: inline;
	left:0;	
	top: 30px;
}
