/* base.css */
html {
	min-height: 100%;
	overflow-x: hidden;
}

body {
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	background: #FFFFFF;
}

a {
	color: #0080FF;
	text-decoration: underline;
}

/* stage */
#stage {
	position: relative;
	padding: 80px 50px 35px;
	overflow: hidden;
	height: 1%;
}
#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: 218px;
	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 {
	padding: 0;
	margin: 0;
}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#content .focus {
	width: 45%;
	float: left;
}

#content .context {
	width: 45%;
	margin-top: 48px;
	float: right;
}

/* contact */
#page_18 #content .focus,
#page_15 #content .focus,
#page_17 #content .focus {
	width: 100%;
	float: none;
}
#page_18 #content .context,
#page_15 #content .context,
#page_17 #content .context {
	display: none;
}

#page_17 #content .focus .csc-textpic dl.csc-textpic-image {
	
}

/* footer */
#footer {
	clear: both;
}
#footer .menu {
	
}
#footer .copyright {
	
}