/* 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: #fff;
	margin: 30px;
}

#logo {
	display: block;
}

#title {
	display: none;
}

#subtitle {
	display: none;
}

#outerBox,
#box {
	position: static;
	width: auto !important;
	width: 1px;
	padding: 0;
	background: transparent;
}

#header {
	display: none;
}

#col1 {
	display: none;
}

#col2 {
	float: none;
	width: auto !important;
	width: 100%;
	margin-top: 20px;
}

#mainContent {
	padding: 0 0 20px 0;
}

#col3 {
	display: none;
}

#footer {
	position: static;
	width: auto !important;
	width: 1px;
	border-top: 1px solid #b5b1a7;
	background: transparent;
}

	ul#footerNavigation {
		display: none;
	}
	
	#address {
		position: static;
		font-size: 11px;
		text-align: right;
	}

/* -----------------------------------------------
	content
----------------------------------------------- */
#mainContent .contentElementVersion0,
#mainContent .contentElementVersion5 {
	border: none;
	background: transparent;
	padding: 0;
}

.content h3 {
	background: transparent;
}

.content a.default,
.content a.icon {
	padding: 0;
	background: transparent;
}

.content ul {
	list-style: disc;
	margin: 5px 0 5px 14px;
}

.content ul li {
	padding-left: 0;
	background: none;
}
