/* -------------- FOR ALL ------------- */
* {
	margin: 0px;
	padding: 0px;
}

/* -------------- SOME TAGS -------------- */
body {
	font-size: 12pt;
}
a {
	color: #808080;
}
a:hover {
	color: #FF0000;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 0.5em;
}
h2, h3, h4 {
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 0.3em;
}

/* -------------- WRAPPER -------------- */
#wrapperall {
	width: 17.5cm;
}
#wrapper1 {
}
#wrapper2 {
}

/* -------------- HEADER -------------- */
#header {
	display: none;
}

/* -------------- TOPNAV -------------- */
#topnav {
	display: none;
}

/* -------------- LEFTCOL -------------- */
#leftcol {
	display: none;
}

/* -------------- CENTERCOL -------------- */
#centercol {

}
#content {

}
#content p {
	margin-bottom: 1em;
}
#content ul {
	margin-bottom: 1em;
}
#content ol {
	margin-bottom: 1em;
}
#content li {
	margin-left: 3em;
}
#content blockquote {
	margin-left: 2em;
	margin-right: 2em;
}


/* Bilder */
.csc-textpic-image {
	border: 1px solid #E5E6E7;
}

.csc-textpic-caption {
	background-color: #E5E6E7;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

/* Addressbuch */
.vcard {
	margin-bottom: 1em;
}
.fn {
	font-weight: bold;
}

/* -------------- RIGHTCOL -------------- */
#rightcol {
	display: none;
}

/* -------------- FOOTER -------------- */
#footer {
	display: none;
}

.csc-form-fieldcell {
	margin-bottom: 0.5em;
}