html{
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-family: arial, verdana, sans-serif;
	font-size:10pt;
	background-size: auto;
	background:#4DA20F url("/images/background2.jpg") top repeat-x;
	
}

h1{
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	background:url("/images/dotted.gif") bottom left repeat-x;
	margin-bottom:0.3em;
}

.bold
{
  font-weight: bold;
}

a img,:link img,:visited img,img.top{
  border: none;
  vertical-align: top;
  margin-bottom: 2px;
}

td{vertical-align:top;}

td p{margin-top: 0px;}

td.table {padding-left: 10px;}

a:link,
a:visited{
	text-decoration: none;
  color: #000000;
}

#contentarea
{
  background-color: #FFFFFF;
}

.shadow
{
  border-bottom: 0px solid #1c2021;
}

a:hover{
	text-decoration: underline;
}

a.anchor{
	color:inherit;
	font-size:inherit;
	text-decoration:none
}


fieldset{
  border: 0px;
  margin-top:10px;
  padding-left: 0px;
}

fieldset .legend{
  font-size: 16pt;
}

fieldset div.content{
  border-top: 2px solid #777777;
  border-bottom: 2px solid #777777;
  margin-top: 3px;
  padding-top: 2px;
  padding-bottom: 2px;  
}

fieldset div.foot
{
  text-align: right;
}

#menu
{
  background-color: #FFFFFF;
  margin-bottom: 10px;
  padding: 3px;
  padding-left: 5px;
}

div.auto_complete ul li
{
  background-color: #2c363d;
}

div.box div
{
  color: #000000;
  
}

div.box div.dressed, .dressed
{
  color: #7bb3ae;
}

div.box h1
{
  font-size: 16px;
  color: black;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-left: 8px;
  padding-bottom: 6px;
  background:url("/images/h3bg.jpg") top left no-repeat;
}

div.confirm{
	position:absolute;
	top: 33%;
	left: 50%;
	width:18em;
	margin-left: -9em; /*set to a negative number 1/2 of your width*/
	border: 1px solid #ccc;
	background-color: #f3f3f3;
	padding:2em;
	font-size: 11px;
	z-index: 255;
	font-family:Arial,Verdana,sans-serif;
}

/*---------------- svn_litho-Anfang---------------------------------------------------*/
div.frontpage_box
{
 height:auto;
 width:50%;
 margin: 5px 5px 5px 5px;
 color:#000000;
 
}

/*--------------Content-------------*/
#background
{
	background: #FFFFFF url("/images/containerbg_m.png") top repeat-x;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:20px;
	margin-right:10px;
	margin-left:10px;
	width:auto;
	height:auto;
}

#content
{
  background:#FFFFFF;
  height:auto;
  padding-left:10px;
  padding-right:10px;
}

#footer {
  color:#fff;
  background-color:#777;
  padding:6px 0px;
  margin:16px 0;
  width:100%;
  text-align:center;
}

/*---------------- svn_litho-Ende-------------------------------------------------------------*/
#formlayer
{
  position:fixed; 
  top:0px; 
  bottom:0px; 
  left:0px; 
  right:0px; 
  z-index:100;
  padding-right: 10px;
}

#formbackground
{
  opacity:0.7; 
  background-color:black; 
  z-index:101;
  position: absolute;
  top:0px; 
  bottom:0px; 
  left:0px; 
  right:0px; 
}

#formelement
{
  left: 100px;
  right: 100px;
  top: 100px;
  bottom: 100px;
  position: absolute;
  background-color:white;
  opacity:1.0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index:102;
  padding: 20px;
}

/*#footer
{
  font-size: 9pt;
  color: #717e7e;
}
*/
table.sortable th.forwardSort {
	background:url("/images/table/sorted_up.gif") no-repeat center left;
}

table.sortable th.reverseSort {
	background:url("/images/table/sorted_down.gif") no-repeat center left;
}

table.sortable th.sort-active {
	background:url("/images/indicator.gif") no-repeat center left;
}

th.sortable-numeric {
  text-align: right;
}

table.sortable th{
	padding: 2px 15px 2px 15px;
}

table.sortable {
 border-collapse:collapse;
}

table.widespacing td{
	padding: 2px 15px 2px 15px;
}

tr.alt {
	background-color: #C6C6C6;
}

div.half-visible{
	color: gray;
}

.hidden{
	display:none;
}

input.invis{
	display: inline !important;
	border: none !important;
	height: 0px !important;
	padding: 0px !important;
	width: 0px !important;
}

.btn { display: block; position: relative; background-color: #dff4ff; color:#336699; padding: 5px; float: left; margin-left:6px; text-decoration: none; cursor: pointer; } 
.btn * { font-style: normal; background-image: url(/images/btn2.png); background-repeat: no-repeat; display: block; position: relative; } 
.btn img { background: none; border: none; display: inline; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; } 
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; } 
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; } 
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }
* html .btn span, * html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }
.btn:hover { background-color:#6299c5;color:#ffffff; text-decoration:none}
.btn:active { background-color:#6299c5;color:#ffffff; }

.btn.positive { background-color:#E6EFC2; color:#529214; }
.btn.positive:active,.btn.positive:hover,.btn.positive.hover { background-color:#529214; color:#ffffff; }
.btn.negative { background-color:#fbe3e4; color:#d12f19; }
.btn.negative:active,.btn.negative:hover,.btn.negative.hover { background-color:#d12f19; color:#ffffff; }

.form-row-label
{
  vertical-align: middle;
}
