/* webautor-container 
   - mit float-clearings
   - standardabstaende zwischen textbloecken
------------------------------------------------------ */
.webautor-container:before,
.webautor-container:after,
.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow:	hidden;
}
.webautor-container:after,
.clearfix:after {
	clear: both;
}
.webautor-container,
.clearfix {
	zoom: 1;
}
.webautor-container {
	padding: 5px 0;
}
.webautor-container.container-leerzeile {
	padding: 0;
	height: 15px;
	line-height: 15px;
}
h1#toptitle + .webautor-container,
h1#toptitle + .clearfix.newsmeldung {
	padding-top: 0;
}
h1#toptitle + .webautor-container .pic-column-right {
	font-size: 13px;
	padding-bottom: 6px;
}
/* zweispaltig mit bild ohne umfluss
------------------------------------------------------ */
.pic-column-left {
	margin: 0 190px 0 0;
}
.pic-column-right {
	margin: 0 0 0 190px;
}
/* zweispaltig
------------------------------------------------------ */
.column-left {
	float: left;
	width: 275px;
}
.column-right {
	float: right;
	width: 275px;
}
/* bild mit legende
------------------------------------------------------ */
.pic-left, .pic-right {
	float: left;
	padding: 5px 0 0 0;
	text-align: center;
	margin: 0 18px 10px 0;
}
.pic-right {
	float: right;
	margin: 0 0 15px 18px;
}
.pic-left img,
.pic-right img {
	line-height: 0;
}
.pic-left p, 
.pic-right p {
	text-align: left;
}
p.pic-photo {
	line-height: 0;	
}
p.pic-desc {
	padding-top: 5px;
	font-size: 11px;
	line-height: 16px;
	color: #686868;
}
.pic-left p.pic-desc {
	width: 172px;
}
/* tabellen-assistent default
------------------------------------------------------- */
.webautor-container.container-tabassistent {
	padding: 0 0 7px 0;
}
.container-tabassistent table {
	margin: -1px 0 0 0;
	width: 100%;
}
.container-tabassistent table td {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 3px 5px 2px 0;
	line-height: 18px;
}
.container-tabassistent table th {
	text-align: left;
	padding: 4px 5px 3px 0;
	color: #e30045;
	border-bottom: 1px solid #d9d9d9;
}
.container-tabassistent table th[align="right"] {
	text-align: right;
}
.container-tabassistent table th[align="center"] {
	text-align: center;
}
.container-tabassistent table td i {
	color: #888;
	font-style: normal;
}
/* dokument-links
------------------------------------------------------ */
.webautor-container.container-document {
	padding: 1px 0 3px 0;
}
#content .searchresult a.document,
#content .searchresult a.document[href^="http://"],
a.document {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 2px 0 2px 21px;
	background-image: url(/webautor/icons/filetypes/unknown.gif);
}
a.art {background-image: url(/webautor/icons/filetypes/art.gif);}
a.bmp {background-image: url(/webautor/icons/filetypes/bmp.gif);}
a.cdr {background-image: url(/webautor/icons/filetypes/cdr.gif);}
a.csv {background-image: url(/webautor/icons/filetypes/csv.gif);}
a.doc {background-image: url(/webautor/icons/filetypes/doc.gif);}
a.dwg {background-image: url(/webautor/icons/filetypes/dwg.gif);}
a.dxf {background-image: url(/webautor/icons/filetypes/dxf.gif);}
a.eps {background-image: url(/webautor/icons/filetypes/eps.gif);}
a.exe {background-image: url(/webautor/icons/filetypes/exe.gif);}
a.gif {background-image: url(/webautor/icons/filetypes/gif.gif);}
a.htm {background-image: url(/webautor/icons/filetypes/htm.gif);}
a.html {background-image: url(/webautor/icons/filetypes/html.gif);}
a.jpeg {background-image: url(/webautor/icons/filetypes/jpeg.gif);}
a.jpg {background-image: url(/webautor/icons/filetypes/jpg.gif);}
#content .searchresult a.pdf,
#content .searchresult a.pdf[href^="http://"],
a.pdf {background-image: url(/webautor/icons/filetypes/pdf.gif);}
a.xls {background-image: url(/webautor/icons/filetypes/xls.gif);}
a.ppt {background-image: url(/webautor/icons/filetypes/ppt.gif);}
a.zip {background-image: url(/webautor/icons/filetypes/zip.gif);}
/* trennlinie
------------------------------------------------------ */
div.trennlinie {
	height: 1px;
	overflow: hidden;
	background: #c5c5c5;
	margin: 5px 0 8px 0;
}