body,p,li,ul,h1,h2,h3 {
	font-family:arial,sans serif;
	font-size:11pt;
}

body {
	margin-left:2cm;
	margin-right:2cm;	
}

.noprint {
	display:none !important;
}

#leftbox {
	margin:0 1em 1em 0;
	width:146px;
	float:left;
	}

h1 { font-size:20pt; }
h2 { font-size:16pt }
h3 { font-size:12pt }
h4 { font-size:12pt;font-weight:normal; }

h1 span, h2 span, h3 span {
	font-size:80%;
	letter-spacing:0.1ex;
	display:block;
	}

p {
	margin-bottom:0.5em;
	margin-top:0em;
}
p.list {
	display:list-item;
	margin-left:3ex;
	}
.small {font-size:10pt}	
.lead {
	font-size:14pt;
}
.box {
	background-color:#f0f0f0;
	padding:0.5em;
}

.smallbox, .outbox, .out {
	font-size:10pt;
	padding:0.5em;
}

.smallbox, .outbox {
	background-color:#f0f0f0;
}

.bigoutbox {
	float:right;
	background-color:white;
	background-image:url(/backs/cse_corner.gif);
	background-repeat:no-repeat;
	border:6px solid white;
	padding:1em;
	font-size:86%;
	}
.out hr, .outbox hr, .bigoutbox hr {
	width:50%;
	}

.out, .outbox, .bigoutbox {
	width:24ex;
	float:right;
	}

.date {
	text-align:right;
	font-weight:normal;	
}
.right {
	text-align:right;
}

.memo {	
	font-size:10pt;
	padding:20px 8px 8px 8px;
	margin: 30px 0px;
	background-color:#ffff99;
	background-image:url(/backs/zettelecke-weiss.gif);
	background-repeat:no-repeat;
}
.quote {
	float:left;
	width:30%;
	font-weight:bold;
	padding:0.2em 0.4em 0.4em 0.5em;
	margin:0.4em 0.5em 0.3em 0em;
	background-image:url(/backs/cse_corner.gif);
}
.abstand, .spaced {
	margin-top:1.5em;
	margin-bottom:1.5em;
}
li.abstand {
	margin-top:1em;
	margin-bottom:1em;
}
h2.abstand, h2.spaced {
	margin-top:2.5em;
	margin-bottom:0.5em;
}
h3.abstand, h3.spaced {
	margin-top:2em;
	margin-bottom:0;
}

.floatleft {
	float:left;
	font-size:70%;
	margin:0.5em 0.8em 0.5em 0px;
}

.floatright {
	float:right;
	font-size:70%;
	margin:0.5em 0em 0.8em 0.5em;
}

.floatleft img, .floatright img, .out img, .outbox img, .imgbox img {
	display:block;
}


.clear {
	clear:both;
	}


#head {
	margin:1em 0em;
}

#foot {

	clear:both;
	padding-top:2em;
	font-family:arial,sans-serif;
	font-size:10pt;

	color:gray;

}

.toplink {
	font-size:10pt;
	font-family:arial,sans-serif;
	color:black;
	text-decoration:none;
}

a:link {
	color:navy;
}
a:visited {
	color:gray;
}

span.datumszeile {
	font-size:80%;
	color:black;
	display:block;
	text-align:right;
	font-weight:normal
}

.popinfo {
	display:none;
}

#page_menu {
	display:none;
}

/* Download- und Literatur-Listen */
.downloadliste { list-style-type:none; }
.downloadliste li { margin-bottom:1ex; }
.downloadliste .pdf, li.pdf  { list-style-image:url(/backs/htdigger/pdf.gif); }
.downloadliste .zip, li.zip { list-style-image:url(/backs/htdigger/zip.gif); }
.downloadliste .doc, li.doc { list-style-image:url(/backs/htdigger/doc.gif); }
.downloadliste .doc, li.txt { list-style-image:url(/backs/htdigger/txt.gif); }
.downloadliste .html, li.html { list-style-image:url(/backs/htdigger/html.gif); }
.downloadliste .xml { list-style-image:url(/backs/htdigger/xml.gif); }

/* Literaturzusammenstellungen */

div.literatur h2, div.literatur h3 {
	font-size:100%;
	margin: 2em 0 0.5ex 0;
	}
div.literatur div {
	font-size:80%;
	margin-bottom:1ex;
	}

/* hr */


hr {
	border-top:2px solid silver;
	border-bottom:none;
	width:30%;
	margin:1em auto;
	padding:0;
	}

div.hr {
  height: 5px;
  background: #fff url(/backs/cse_hr.gif) no-repeat scroll center;
  margin:1em 0;
}
div.hr hr {
  display: none !important; 
}

#testatstempel {
	position:absolute;
	top:10px;
	right:160px;
	width:48px;
	height:87px;
}


/* Projekt-DB */
div.projectdb h2 {
	margin-bottom:0.5ex;
	}
div.projectdb dt {
	font-weight:bold;
	padding:0;
	margin: 0.5ex 0 0 0;
	}

div.projectdb dd {
	margin:0;
	padding:0;
	}
div.projectdb dt.inline {
	display:block;
	float:left;
	width:auto;
	clear:left;
	padding: 0.5ex 0 0 0;
	margin:0 1ex 0 0;
	}
div.projectdb dd.inline {
	display:block;
	margin:0;
	padding:0.5ex 0 0 0;
	}


/* ##  Bildformatierung ######################################################## */

span.img_container { display:block; }
dl.img_container { margin:0;padding:0;}

dl.img_container dd {
    margin:0.1ex 0 1em 0;
    font-size:86%;
}
dl.img_out, dl.img_right, span.img_right { float:right; margin: 1em; }
dl.img_left, span.img_left { float:left; margin-right:1em; }
dl.img_center, span.img_center { text-align:center }






