/* base.css */
html {
	min-height: 100%;
}

body {
	display: block;
	min-height: 100%;
	overflow-y: scroll;
	
	font-family: Verdana, Arial;
	font-size: 12px;
	
	background: #FFFFFF;
}

/* stage */
#stage {
	position: relative;
	
	width: 950px;
	
	margin: 0 auto;
	padding: 100px 0 0 0;
}
#stage:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* logo */
#logo {
	position: absolute;
	top: 0;
	left: 0;
}
#logo a {
	overflow: hidden;
	
	display: block;
	width: 300px;
	height: 60px;
	
	text-indent: -22222px;
	
	background: url('/fileadmin/web/images/logo.gif') center center no-repeat;
}
#logo img,
#logo br
{
	display: none;
}

/* layout */
#layout {
	
}
#layout:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* content */
#content {
	
}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* footer */
#footer {
	clear: both;
}
#footer .menu {
	
}
#footer .copyright {
	
}