/* CSS fuer Berliner Missionswerk */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: black;
	background-color: white;
	min-width: 990px;
	padding: 0;
	margin: 0;
	text-align: center;
}


dfn {
	display: none;
}

#page {
    text-align: left;
    width: 90%;
    margin: 0;
    padding: 0;
}



/**** navigation top ****/
#navigation-top {
	background: none;
}

#navigation-top ul {
	display: none;
}

#logo {
	display: block;
}

/**** navigation left ****/
#navigation-left {
	display: none;
}

/**** content ****/

#content {
	margin: 0;
}

#content img.topimage {
	display: none;
}

.content-center {
	width: 80%;
}

.content-center-start {
/*	float: left;*/
	width: 80%;
}


.content-center-left {
	float: left;
	width: 40%;
}

.content-center-right {
	margin: 40%;
}

.content-right-container {
	display: none;
}

.content-right {
	display: none;
}

.content-center h1 {
	background: white none no-repeat;
	font-size: 13pt !important;
	line-height: 18pt !important;
	font-weight: bold;
	height: 20pt;
	color: black;
	padding: 6px 0 0 0;
	margin: 0;
}
.content-center .csc-header {
	height: auto;
}

h3 {
	font-size: 12pt;
	line-height: 14pt;
}

h1,h2,h3,h4,h5 {
	font-size: 12pt;
	line-height: 14pt;
	color: black;
}

.content-center ul li,
.content-center-start ul li {
	font-size: 11pt;
	line-height: 13pt;
}

.content-center p,
.content-center-start p {
	font-size: 11pt;
	line-height: 13pt;
}

.content-center a,
.content-center-start a {
	font-size: 11pt;
	line-height: 13pt;
}


/*** footer ***/
#footer-start {
	display: none;
}

#footer {
	display: none;
}

#footer2 {
	display: none;
}

#toplink {
	display: none;
}

table.typo3-editPanel {
	display: none;
}

