/* screen.css Main stylesheet for the SAMP application */

/* Contents
 * 1) Global
 * 2) Header
 * 3) Main menu
 * 4) Content
 */

body, html {
	background-color: #fff;
}

#maincontainer {
	border:none;
	background:#fff;	
	width:100%;
}

/* 2) Header */

#header {
	height:68px;
}

#logo {
	position:absolute;
	top:12px;
	left:10px;
	width:242px;
	border:none;
}

#headersearch {
	display:none;
}

#breadcrumbs {
	display:none;
}

#horizontalmenu {
	display:none;
}

/* 3) Main menu */

#sidebar {
	display:none;
}

#printbutton {
	display:none;
}

#footer {
	
}

#legalnotice {
	clear:both;
	color:#aaa;
}

#content {
	width: 100%;
}