/* $Id: bxcp.css 232 2006-08-19 16:07:22Z hajo $ */

a.navlinks, a.navlinks:visited, a.navlinks:active {
	display:			block;
	background-image:	url('images/button_off.jpg');
  height:				20px;
	padding:			3px 0px 0px 42px;
	font-size:			12px;
	text-align:			left;
	color:				#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a.navlinks:hover {
 	background-image:	url('images/button_on.jpg');
	color:				#FFFFFF;
	height:				20px;
	font-size:			12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}	

a.navrechts, a.navrechts:visited, a.navrechts:active {
	display:			block;
	background-image:	url('images/button_rechts_off.jpg');
  height:				20px;
	padding:			3px 0px 0px 50px;
	font-size:			12px;
	text-align:			left;
	color:				#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a.navrechts:hover {
 	background-image:	url('images/button_rechts_on.jpg');
	color:				#FFFFFF;
	height:				20px;
	font-size:			12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color:#202020;
	color:#CCCCCC;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:8pt;
	margin:0px;
	text-align:left;

}
a:link, a:visited {
	text-decoration:none;
}
a:active, a:hover {
	text-decoration:underline;
}
div,span {
	
	font-family:Verdana,Helvetica,sans-serif;
}
img {
  vertical-align: middle;
	border:0px;
}
form {
	display:inline;
}


textarea {
	width:90%;
}
ul {
	margin:0pt;
}

#nav-left,#content,#bottom {
	float:left;
	margin:auto;
}

#nav-left {
	width:14%;
}
#nav-right {
	float:right;
	width:20%;
}
#content {
	background-color:inherit;
	color:#202020;
	text-align:left;
	width:100%;
}
#bottom {
	background-color:#202020;
	border:1px solid #000000;
	color:inherit;
	margin-top:20px;
	padding:4px 0px 4px 0px;
	width:100%;
}
#head {
	background-color:#202020;
	border:1px solid #C4C4C4;
	color:#F2F2F2;
	font-size:25pt;
	height:100px;
	margin-bottom:20px;
	text-align:center;
	width:100%;
}
#debug {
	height:150px;
	margin-bottom:20px;
	overflow:auto;
	padding-left:4px;
	width:100%;
	text-align:left;
}
#errors {
	color:#CC0000;
}
#sql {
	color:#666666;
}

.form {
	background-color:#202020;
	border:1px solid #191919;
	color:#8D8D8D;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:8pt;
	margin:2px;
	padding-left:3px;
	}
.forum {
	background-color:#171717;
	color:inherit;
	margin:auto;
	width:100%;

}
.headb {
	background-color:#262626;
	background-image:	url('images/news_head.jpg');
	color:#8f1010;
	font-weight:bold;
	text-align:left;
	padding:2px 2px 2px 2px;
}
.bottom {
	background-color:#262626;
	color:inherit;
	padding:2px 2px 2px 2px;
	text-align:left;
}
td {

	vertical-align:top;
}
.newshead {
	background-color:#262626;
	background-image:	url('images/news_head.jpg');
	color:#8f1010;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding:2px 2px 2px 2px;
	width:100%;
	margin:4pt;
}
.left,.center,.right {
	padding:1px;
}
.leftb,.centerb,.rightb {
	background-color:#1C1C1C;
	color:inherit;
}
.leftc {
	background-color:#1C1C1C;
	color:inherit;
}
.centerc,.rightc {
	background-color:#1C1C1C;
	color:inherit;
}
.left,.leftb,.leftc {
	text-align:left;
}
.center,.centerb,.centerc {
	text-align:center;
}
.right,.rightb,.rightc {
	text-align:right;
}
.quote {
	background-color:#444444;
	border:1px solid #C4C4C4;
	color:inherit;
	padding:6px;
	text-align:left;
}

.calday,.calevent,.caltoday, .calweek {
	padding:4px 2px 4px 2px;
	text-align:center;
}
.calday {
	background-color:#666666;
	color:inherit;
}
.calevent {
	background-color:#8f1010;
	color:inherit;
	font-weight:bold;
}
.caltoday {
	background-color:#3E3E3E;
	color:inherit;
}
.calweek {
	background-color:#333333;
	color:inherit;
}
.tooltip {
	display: none;
	background: #dedede;
	color: #FFF;
	padding: 2px;
	text-align: left;
	font-weight: normal;
	max-width: 200px;
	width: auto;
	border: 2px solid #800;
	z-index: 250;
}
.kategorien {
color:#8f1010;
}
.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid black;
overflow: scroll; /*leave this value alone*/
width: 100%; /*Width of Carousel Viewer itself*/
height: 120px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 90px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
