/* © 2004 graphservice GmbH, Waldbronn
 * $Id: results.css,v 1.11 2006/02/21 10:46:21 ms Exp $
 */


/* Legende:
 * h = header
 * d = data
 * l = left
 * r = right
 * o = odd
 * e = even
 * w = wrapper (for button)
 * b = button
 * n = noresults
 * s = separator
 */


body {
	background-color: #FFFFFF;
	border: 0px none;
	padding: 0px;
	margin: 0px 0px 5px 0px;			/* Extrawurst für den Internet Explorer */
	font-family: Arial, sans-serif;
	font-size: 11px;
	cursor: default;
}

body * {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

#wrapper {
	margin: 0px;
	line-height: 18px;
	width: 240px;
	overflow: hidden;
}

.header {
	border-top: 1px solid #000000;
}

.data {
	overflow: hidden;
	padding-left: 5px;
}

.left {
	text-align: left;
	position: relative;
	top: 0px;
	left: 5px;
	width: 115px;
	height: 40px;
	float: left;
	overflow: hidden;
}

.right {
	text-align: right;
	position: relative;
	top: 0px;
	right: 5px;
	width: 115px;
	height: 20px;
	float: right;
	overflow: hidden;
}

.odd {
	background-color: #CCCCCC;
}

.even {
	background-color: transparent;
}
.wrapper {
	height: 24px;
	margin: 0px auto 16px;
	text-align: center;
	border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
    padding-top: 2px;
}

.button {
	margin: 0px auto;
	width: 60px;
	height: 20px;
	display: block;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	background: url( ../gfx/misc/button.gif ) no-repeat left;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
}

.noresults {
	line-height: 20px;
	text-align: center;
	margin-bottom: 24px;
}

.separator {
	/*border-top: 1px solid #000000;
	margin: 0px;
	line-height: 1px;
	height: 2px;
	*/
}

.error {
	margin: 10px 10px 2px;
}

.warning {
	margin: 10px 10px 10px;
	color:#FF0000;
}

.einrueck {
	padding-left: 15px;
}


