@charset "utf-8";
/* CSS Document */

body, html {
	margin:0px;
	padding:0px;
	height:100%;
}
body {
	background:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
}

td {
	font-size:12px;
	vertical-align:top;
}

input, textarea, select {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;

}
a img {
	border:none;
}


h2, h3, h4, h5, h6 {
	margin:0;
	font-size:15px;
}
h1 {
	font-size: 15px;
	color: #F00;
	padding:0 20px;
}
a {
	color:#000;
}
#site {
	min-height:100%;
	background:url(../images/extander.jpg) repeat-x left top scroll #000000;
}
* html #site {
	height:100%;
}
#header {
	background:url(../images/header_bg.gif) no-repeat right top;
	height:234px;
	margin:0 auto;
	width:912px;
	margin-bottom:0px;
}
#header img {
	margin:155px 0px -4px 264px;
}
#body {
	background:url(../images/body_bg.gif) top center repeat-y;
	width:912px;
	margin:0 auto;
	min-height:400px;
	overflow:hidden;
}
* html #body {
	height:1%;
	overflow:visible;
}
#left {
	background:url(../images/navi.gif) top left no-repeat;
	width:220px;
	float:left;
}

#searchbar {
	background:url(../images/suche_bg.gif) top left no-repeat;
	height:26px;
	width:187px;
	float:right;
	margin:20px 0;
	padding:5px 0 0 10px;
}
#searchbar input {
	background:#efce9b;
	border:1px solid #5f2c12;
}
#searchbar .txt {
	width:108px;
}
#searchbar .button {
	filter:alpha(opacity=0);
	opacity:0;
	cursor:pointer;
	width:64px;
}
#content-container {
	width:571px;
	margin-left:220px;
	padding-top:4px;
	padding-bottom:20px;
}
#content {
	background:url(../images/body_bg.jpg) repeat-y top left;
	margin-left:25px;
	padding-bottom:25px;
	margin-bottom:0px;
	width: 540px;

}
#footer {
	background:url(../images/footer_bg.gif) top center no-repeat;
	height:375px;
	width:912px;
	margin:0 auto;
	clear:both;
	text-align:center;
	padding-left:120px;
}
#footer a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}


#footer a:hover {
	color: #900;
	text-decoration: underline;
}
a.bull-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

.bg1 td {
	background:#dfb779;
}
.bg2 td {
	background:#d0a266;
}

.colored1 {
	color:#F00;
}

#kassa {
	padding-right:15px;
}
#kassa textarea {
	width:350px;
}