body {
	font:11px Tahoma;
	color:#FFFFFF;
	background:#333333;
}
.col-left {
	width: 49%;
	float:left;
}
.col-right {
	width:49%;
	float:right;
}
.col-left-30 {
	width: 29%;
	float:left;
}
.col-right-70 {
	width:69%;
	float:right;
}
.clear {
	clear:both;
	height:1px;
	width:100%;
}
/* BILDFORMATIERUNGEN BEGIN */
div.bild-right {
  float: right;
  padding: 0 1px;
  margin-left: 6px;
  position: relative;
}

div.bild-right img {
	padding: 3px 3px 7px 3px;
	background: white url(img-shadow/shad_bottom.gif) repeat-x bottom left;
}
div.bild-center {
  margin: auto;
  text-align:center;
  position: relative;
}

div.bild-center img {
	padding: 3px 3px 7px 3px;
	background: white url(img-shadow/shad_bottom.gif) repeat-x bottom left;
}
div.bild-left {
  float: left;
  padding: 0 1px;
  margin-right: 6px;
  position: relative;
}

div.bild-left img {
	padding: 3px 3px 7px 3px;
	background: white url(img-shadow/shad_bottom.gif) repeat-x bottom left;
}
a.text {
	text-decoration:none;
	color:#76EC00;
	background-image: url(../images/pfeil-gruen.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 8px 0 7px;
	display:block;
	float:left;
}
a.text:hover
 {
	color:#FFFFFF;
}
a.text:active
 {
	color:#FFFFFF;
}
.x {
	color: #ffffff !important;
	text-transform:uppercase !important;
	font-size:12px !important;
	font-weight:bold;
	
}
/* § Formularformatierung */
fieldset {
	border: 1px solid #999999;
	padding:6px;
}
fieldset a {
	color: #FFCC00 !important;
}
legend {
	color:#FFCC00;
	padding: 2px 6px 2px 6px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	font-size:12px;
	font-weight:bold;
}
input {
	width:140px;
	height:16px;
	border: 1px solid #999999;
	background-color:#333333;
	color:#ffffff;
	font-size:12px;
}
select {		
	width:140px;
	height:16px;
	border: 1px solid #999999;
	background-color:#333333;
	color:#ffffff;
	font-size:12px;
}
input.zahl {
	width:30px;

}
input.long {
	width:280px;

}
input.file {
	width:160px;
	height:20px;
	border: 1px solid #999999;

}
input.radio {
	width:20px;
	border:none;
}
textarea {
	width:280px;
	height:120px;
	border: 1px solid #999999;
	background-color:#333333;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
textarea.big {
	width:360px;
	height:240px;
}
.button {
	background-color: #FFCC00;
	color:#000000;
	border: 1px solid #666666;
	height:22px;
	width:100%;
	font-weight: bold;
	font-size:12px !important;
}
.button:hover{
	border: 1px solid #ffffff;
}
.searchbutton {
	color:#FFCC00;
	height:20px;
	font-weight: bold;
	font-size:12px !important;
	background-image: url(../images/template/bg-number.jpg);
	background-repeat: repeat-x;
	padding-right: 2px;
	padding-left: 2px;
	width:20px;
	border-top: 1px solid #666666;
	border-left: none;
	border-bottom: 1px solid #666666;
	border-right: none;
}
.searchbutton:hover{
	border: 1px solid #ffffff;
}
.edit, .view, .print, .new {
	text-align:right;
	float:right;
	font-size:11px;
	font-weight:normal;
	margin-top: -28px;
	height: 18px;
	padding:3px 3px 0 3px;
	
}
.edit {
	background-image: url(../images/icon/edit.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	width: 72px;
}
.view {
	background-image: url(../images/icon/view.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 82px;
}	
.print {
	background-image: url(../images/icon/printer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 60px;
}
.new {
	background-image: url(../images/icon/add.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 64px;
}
.edit a, .view a, .print a, .new a {
	color:#FFCC00;
	text-decoration:none;
	
}
.edit a:hover, .view a:hover, .print a:hover, .new a:hover {
	text-decoration:underline;

}
div.fkt-nav {
	margin-top: -20px;
	width:65%;
	float:right;
	height:22px;
}
.work, .back, .add {
	background-color:#333333;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	padding:3px;
	display: block;
	float:right;
	
}
.back a {
	background-image: url(../images/icon/back.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #33CC00 !important;
	
}
.work a{
	background-image: url(../images/icon/edit.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	color: #33CC00 !important;
}
.add a{
	background-image: url(../images/icon/add.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	color: #33CC00 !important;
	
}
.err, .ok {
	padding: 2px 0 0 18px;
	height:18px;
	text-transform:uppercase;
	font-size:10px;
}
.err {
	color: #F61010;
	background: url(../images/icon/delete.gif) no-repeat left center;
}
.ok {
	color: #33CC00;
	background: url(../images/icon/ok.png) no-repeat left center;
}

td.desc {
	color:#CCCCCC;
	text-align:left;
}
.notiz {
	font-size:11px;
	color:#CCCCCC;
}
