@charset "utf-8";
@media print {
#logo-frame-status,
#glasleiste,
#nav,
#sub-inhalt .right,
.edit, .view, .print, .new,
.fkt-nav
 {
	display:none;
}
}
html, body {
height: 100%;
margin:0;
padding:0
}



body {
	font:12px Tahoma;
	color:#000000;
}
#logo-frame {
	height: 36px;
	width: 645px;
	float:left;
}
#logo {
	height: auto;
	width: auto;
	float:left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #666666;
}
#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: 645px;
}
#content-frame #content {
	float: right;
	clear:right;
	width: 645px;
	margin-right: 28px;
}
#content-frame #bereich-tab {
	float: left;
	height: auto;
	width: 68px;
}
#content h3 {
	font-size:16px;
	color:#003366;
	border-bottom: 1px solid #003366;
	width: 645px;
}
#content h2 {
	font-size:14px;
	margin: 10px 0 6px 0;
	letter-spacing: 1px;
}
#inhalt-frame {
	height: auto;
	clear:both;
	width:645px;
	padding: 6px 0 0 0;
}
#inhalt-frame a{
	color:#33CC00;
	text-decoration:none;
}
#inhalt-frame a:hover{
	color: #00FF00;
	text-decoration:underline;
}

#shadow-frame {
	margin: auto;
	height: auto;
	width: 645px;
	float:left;
}

#sub-content-frame {
	height: auto;
	width: 645px;
	float:left;
}




#shadow-container {
	height: auto;
	width: 645px;
	float:left;
	border-top: 1px solid #003366;
	margin-top: 20px;
	padding-top:8px;
}
#inhalt-frame .spacer {
	height: 20px;
	width: 100%;
}

#sub-inhalt {
	height: auto;
	float:left;
}
#sub-inhalt a {
	color:#003366;
	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 3px 3px;
}
div.bild-center {
  margin: auto;
  text-align:center;
  position: relative;
}

div.bild-center img {
	padding: 3px 3px 3px 3px;
}
div.bild-left {
  float: left;
  padding: 0 1px;
  margin-right: 6px;
  position: relative;
}

div.bild-left img {
	padding: 3px 3px 3px 3px;
}
/* § Formularformatierung */
fieldset {
	border: 1px solid #999999;
	padding:6px;
}
fieldset a {
	color: #FFCC00 !important;
}
input {
	width:200px;
	height:16px;
	border: 1px solid #999999;
	background-color:#333333;
	color:#ffffff;
	font-size:12px;
}
label {
	font-weight:bold;
}
select {		
	width:200px;
	height:16px;
	border: 1px solid #999999;
	background-color:#333333;
	color:#ffffff;
	font-size:12px;
}
select.ie {		
	width:200px;
	height:16px;
	border: 1px solid #999999;
	background-color:#333333;
	color:#ffffff;
	font-size:12px;
}
input.zahl {
	width:36px;

}
input.long {
	width:360px;

}
input.filter {
	width:120px;

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

}
input.mittel {
	width:70px;

}
input.radio {
	width:20px;
	border:none;
}
textarea {
	width:360px;
	height:240px;
	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;
}
th {
	text-align:left;
}
