/***************************************************
 *
 * Sahm: Globale Formatierung
 * Version: $Id: global.css 15 2008-06-06 12:00:47Z ar $
 *
 * (c) 2003-2009 by mehrwert
 *
 * mehrwert intermediale kommunikation GmbH
 * Riehler Strasse 51
 * 50668 Koeln
 *
 * Tel: +49 221 139753-0
 * Fax: +49 221 139753-13
 *
 * typo3@mehrwert.de
 * http://www.mehrwert.de
 *
 **************************************************/

/* GLOBAL */

HTML {
	font-size: 100%;
}

BODY {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 68.8%;
	color: #000;
}

TABLE {
	font-size: 100%;
}

TABLE TD {
	vertical-align: top;
}

H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

UL, OL {
	padding-left: 14px;
	margin: 0;
}

UL LI, OL LI {
	margin: 0;
}

IMG {
	border: 0;
}

#shortcuts {
	display: none;
}

#content-main {
	line-height: 1.3em;
	color: #666;
}

/* HYPERLINKS */
A {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}

A:active {
	/*color: #069;*/
}

A:visited {
	/*color: #069;*/
}

A:hover {
	color: #2920DF;
}

HR {
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
	border-right: 0px;
	border-left: 0px;
	padding:0;
	margin:0;
	margin-bottom: 3px;
}

DIV.clear {
	line-height: 0;
	font-size: 0;
	height: 0;
	clear: both;
}


/* Frames */
DIV.csc-frame-trans {
	background: url(../images/transparent.png);
	padding: 10px;
	width: 207px;
}

DIV.csc-frame-br {
	position: absolute;
	width: 250px;
	left: 400px;
	top: 220px;
}

DIV.csc-frame-width-50 {
	width: 50%;
}

/* Multi column content */
TABLE.multi-column-content {
	
}

TABLE.multi-column-content TD {
	vertical-align: top;
}

TABLE.multi-column-content TD.spacer {
	width: 40px;
}


/* Uploads */
TABLE.csc-uploads {
	
}

TABLE.csc-uploads TD {
	text-align: left;
	padding: 0;
	margin: 0;
}

TABLE.csc-uploads TD P {
	padding: 0;
	margin: 0;
}

TABLE.csc-uploads .csc-uploads-fileName {
	padding: 0px 20px 0px 0px;
}

TABLE.csc-uploads .csc-uploads-date {
	padding: 0px 20px 0px 0px;
}


/* News */
.news-latest {
	width: 290px;
}

.news-latest TABLE TD {
	padding: 20px 0px 0px 0px;
}

.news-latest TABLE TD.icon {
	width: 20px;
}

.news-latest IMG.latest-icon {
	margin: 5px;
}

.news-latest DIV.lastest-content P {
	padding: 0;
	margin: 0;
}

.news-latest .text-wrap-image {
	float: left;
	width: 120px;
}

.news-latest .csi-intext-left-nowrap {
	float: right;
}


/* Sitemap */
DIV.csc-sitemap {
	
}

DIV.csc-sitemap UL LI {
	padding: 0px 0px 20px 0px;
	width: 150px;
	float: left;
}

DIV.csc-sitemap UL LI A {
	font-weight: bold;
}

DIV.csc-sitemap UL LI UL {
	clear: both;
}

DIV.csc-sitemap UL LI UL LI {
	padding: 0;
	float: none;
}

DIV.csc-sitemap UL LI UL LI A {
	font-weight: normal;
}


/* Searchresults */
.tx-indexedsearch-browsebox {
	margin: 0px 0px 10px 0px;
}

.tx-indexedsearch-browsebox UL {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.tx-indexedsearch-browsebox LI {
	list-style-image: none;
	list-style-type: none;
	padding: 0px 10px 0px 0px;
	display: inline;
}

.tx-indexedsearch-browselist-currentPage A,
.tx-indexedsearch-browselist-currentPage A:link {
	font-weight: bold;
}