/* 
** plain.b - alternative style: logo on top
** 
** June 28, 2006 - (version 1.0)
** 
** This is a part of the open source layout
** "plain.b" by Jonas John (www.jonasjohn.de)
*/

/* import base stylesheet */
@import url("plainb_base.css");

/* overwrite base style */

body {
    background-color: #E4E4E4;	
}

#left h1 {
	display: none;
}

#header {
    height: 2.8em;
}


