/* Import */
@import url(menus.css);
@import url(content.css);

/* Global */
body, td, th {
	color: #000;
	font: 10pt/13pt Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	background: #FFF;
}
h1 {
	font-size: 14pt;
}
h2, h3, h4, h5 {
	font-size: 12pt;
}
a:link, a:visited, a:active, a:hover {
	color: #3D65B5;
	text-decoration: underline;
}

#wrap {
margin: 0 auto;
width: 100%;
background: #FFF;
}

#banner_top{
display: none;
}
#banner_top_german{
display: none;
}
#banner_top_english{
display: none;
}
#banner_logo{
display: none;
}
#banner_foto{
display: none;
}
#banner_subtitle{
display: none;
}


#left-column{
display: none;
}
#center-column{
float: left;
width: 90%;
padding: 15px;
}
#right-column{
display: none;
}
#foot{
display: none;
}
#foot-sub{
display: none;
}