/*
	layout.css
	==========
	created with DocMan
	(c)2013-2014 by CRESD GmbH
	DO NOT EDIT
*/
body {
padding: 0;
border-width: 0;
border-style: none;
outline-width: 0;
outline-style: none;
background-color:silver;
overflow:hidden;
width: 800px;
margin: auto;
}
div.top {
height:75px;
padding: 0;
border-width: 0;
border-style: none;
outline-width: 0;
outline-style: none;
margin: 0;
position: fixed;
top: 0;
width: 800px;
background-color: blue;
}
div.content {
padding: 0;
border-width: 0;
border-style: none;
outline-width: 0;
outline-style: none;
margin: 0;
overflow:auto;
position: fixed;
top:75px;
width: 800px;
bottom:50px;
background-color: white;
}
div.bottom {
height:50px;
padding: 0;
border-width: 0;
border-style: none;
outline-width: 0;
outline-style: none;
margin: 0;
position: fixed;
bottom: 0;
width: 800px;
background-color: red;
}
