@charset "utf-8";

html, body {
height: 100%;
margin:0;
padding:0
}



body {
	font:11px Tahoma;
	color:#FFFFFF;
	background:#000000 url(../images/template/bg-top.jpg) repeat-x left top;
}
#logo-frame {
	height: 92px;
	width: 739px;
	margin: auto auto auto auto;
	background: url(../images/template/bg-logo-frame.jpg) no-repeat right bottom;
	
}
#logo {
	height: 40px;
	width: 640px;
	float:left;
	margin-top: 40px;
	margin-left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #666666;
}
#glasleiste {
	margin: auto auto auto auto;
	height: 60px;
	width: 739px;
	background: url(../images/template/bg-glas-frame.jpg) no-repeat right top;
}
#content-frame #clear {
	clear: both;
	height: 10px;
}
#content-frame {
	background-image: url(../images/template/bg-content-frame.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin: auto auto auto auto;
	height: auto;
	width: 739px;
}
#content-frame #content {
	float: right;
	clear:right;
	width: 500px;
	margin-right: 28px;
}
#content-frame #bereich-tab {
	float: left;
	height: auto;
	width: 68px;
}
#content h1 {
	font-size:16px;
	margin: 0px 0 6px 0;
	color:#FFCC00;
	letter-spacing: 1px;
}
#content h2 {
	font-size:14px;
	margin: 10px 0 6px 0;
	letter-spacing: 1px;
}
#content h3 {
	font-size:20px;
	margin: 6px 0 6px 0;
	padding:0 0 7px 0;
	letter-spacing: 1px;
	background: url(../images/template/bg-titel.jpg) repeat-x left bottom;
}
#inhalt-frame {
	height: auto;
	text-align:justify;
	clear:both;
	width:500px;
	padding: 6px 0 0 0;
}
#inhalt-frame a{
	color:#33CC00;
	text-decoration:none;
}
#inhalt-frame a:hover{
	color: #00FF00;
	text-decoration:underline;
}
#nav {
	height: auto;
	width: 150px;
	font-size:11px;
	color:#999999;
	margin-left:22px;
	float:left;
}
#nav ul {
	list-style: none;
	width: 170px;
	margin: 0 0 0 0;
	padding: 0;

}
#nav a {
	height: 24px;
	text-decoration: none;
	color: #FFCC00;
	display: block;
	margin:0;
	padding: 4px 0 0 0;
	background-image: url(../images/template/bg-nav.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height:120%;
	font-size: 13px;
	cursor:pointer;
}

#nav a:hover, #nav a.aktiv {
	color: #FFFFFF;

}

#nav h3 {
	text-transform:uppercase;
	margin: 0 0 3px 0;
	color:#CCCCCC;
	font-size: 11px;
	font-weight:normal;
}
#shadow-frame {
	margin: auto;
	height: 215px;
	width: 739px;
}
#effekt-image {
/*	background-image: url(../images/template/bg-effekt-image.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
	float: left;
	height: 215px;
	width: 68px;
}
#sub-content-frame {
	background-image: url(../images/template/bg-sub-content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 215px;
	width: 739px;
}




#shadow-container {
	background-image: url(../images/template/bg-shadow-frame.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 215px;
	width: 100%;
}
#inhalt-frame .spacer {
	height: 20px;
	width: 100%;
}

#footer-frame {
	position: absolute;
	bottom: 0;
	width:100%;
	height:37px;
	/*margin-bottom:-1px;*/
	border-top:1px solid #999999;
	background-color: #333333;
}
#footer-container {
	margin-top: 30px;
	height: 1px;
}



#footer-frame #right {
	width:40%;
	color:#CCCCCC;
	float:left;
	text-align:right	
}
#footer-frame #right div {
	padding-right:20px;
	padding-top:11px;
	clear:both
}
#footer-frame #left {
	width:60%;
	float:left
}
#footer-frame #left div {
	padding-left:15px;
	padding-top:4px
}
#sub-inhalt {
	height: 20px;
	width: 94%;
	margin: 0 16px auto;
	font-size: 10px;
	color:#666666;
	padding-top: 90px;
	background-image: url(../images/template/bg-titel.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#sub-inhalt a {
	color:#666666;
	text-decoration:none;
}
#sub-inhalt a:hover {
	color:#ffffff;
}
/* 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;
}
.kalender {
	width: 20px;
	background-color:#333333;
	background-image: url(../images/icon/date.png);
	background-repeat: no-repeat;
	background-position: center center;
	border:none;
}
.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, .edit-fkt {
	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;
	
}
.edit-fkt a{
	background-image: url(../images/icon/edit.gif);
	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;
}
.row-even {
	background-color:#4d4d4d;
}
.row-odd {
	background-color:#333333;
}
.row-highlight {
	background-color:#2c2c2c;
}
th {
	text-align:left;
}
.notiz {
	font-size:11px;
	color:#33CC00;
}
