/********************************
 *
 * claussen-simon-stiftung.de stylesheet
 *
 *******************************/
/********************************
 * General
 *******************************/
body {
	margin:0;
	padding:0;
	text-align:center;
	background:#fff;
	color:#525252;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
a {
	color:#1966a9;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
form, h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
}
div.clearer {
	clear:both;
}
p {
	margin: 0 0 1em 0;
	line-height: 16px;
}
* {
	overflow:visible !important;
}

/********************************
 * Layout
 *******************************/
.siteblock {
	text-align:left;
	margin:0 auto;
	height:100%;
}
.shadow-left {
}
.contentblock {
	border-top:0px solid #CCC;
	width: 500px;
	margin-left: 20px;
	margin-top: 25px;
}
.shadow-right {
}
.mainblock {
	margin:0 11px;
	padding:0;
	overflow:hidden;
	background:#fff;
}
.mainblock-padding {
	margin:0 18px;
}
.menu {
	display:none;
}
.menu * {
	display:none;
}
.content {
	clear:both;
	margin-top:28px;
}
.leftmenu {
	display:none;
}
.rightcontent {
	display:none;
}
.footer {
	display:none;
}
.topimage {
	display:none;
}
.sysnav {
	display:none;
}
.search {
	display:none;
}
.print {
}
/********************************
 * Layout
 *******************************/
.topsearchform , .topsearchform *{
	display:none;
}