html, body, div {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

body {
	font: 9pt/140% Tahoma, Arial, Helvetica, sans-serif;
	background: white;
	color: black;
}

#wrapper {
	width: 100%;
	display: table-cell;
	font-size: 9pt;
	overflow: visible;
}

#head, #logo {
	display: block;
	overflow: hidden;
}

#head {
	height: 100px;
	text-align: center;
	float: none;
	width: 100%;
}

#logo {
	margin: 0 0 0 0;
}

#mainNavigation, #motive, #subNavigation, #navMotiveWrap {
	display: none;
}

#content {
	display: block;
	clear: both;
	float: left;
	width: 68%;
	overflow: visible;
}

#content_right {
	display: block;
	float: right;
	width: 25%;
}

#content_right .box {
	
}

#footer {
	display: none;
}

#content h1, #content h2, #content h3 {
	color: #000;
}

#content h1 {
	font-size: 1.4em;
	line-height: 120%;
	font-weight: bold;
	padding: 0 0 .5em 0;
}

#content h2, #content h3 {
	font-size: 1.15em;
	line-height: 120%;
	padding: .5em 0;
}

#content p {
	padding: 0 0 1em 0;
}

#content ul {
	list-style-type: square;
}

#content a {
	color: #000;
	text-decoration: underline;
}