body,html {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	width:100%;height:100%;
}

.list {BACKGROUND: none; FONT-SIZE: 12px; FONT-FAMILY: verdana,arial,Helvetica, sans-serif;}

p span.nodispemail { display:none; }

.searchtxt {color: #FF0000; font-size:130%;}

fieldset {padding: 1em;  font:12px sans-serif; border: 1px solid #DCDFE4; }

legend {
  padding: 0.2em 0.5em;
  border:1px solid  #DCDFE4;
  font-size:90%;
  text-align:left;
  color: #A0A0A4
}

/*   Block Tabelle z.B. für Block last 5 articles */
  
table.blk_table1 {
    empty-cells: show;
	width: 90%;
	border-width: 0px;
	border-spacing: 0px ;
	border-style: solid solid solid solid;
	border-color: #F67734;
	border-collapse: collapse;
	background-color: transparent;
}

/*   Allgemeine Tabelle für Rahmenanzeige*/
.tableLine{
    empty-cells: show;
	border-width: 1px;
	border-spacing: 0px ;
	border-style: solid;
	border-color: #F67734;
	border-collapse: collapse;
	background-color: transparent;
}
/*   Steuert das Aussehen  der Standardtabellenansicht */
.row_head {font-weight:bold; font-size:12px; background-color: #E6E5E5}
.row_0 { background-color:#F6F6F6}
.row_1 { background-color: #EDECEC}

/* Background images for tables  fuer schatteneffekt unten*/
.tbl{border-collapse:collapse;height:4px;width:100%}
.tbll{background: url(/cms/themes/_GlobalThemeSteuerung/images/tabSchatten_ul.png) no-repeat;width:8px}
.tblbot{background: url(/cms/themes/_GlobalThemeSteuerung/images/tabSchatten_um.png) repeat-x;width:100%}
.tblr{background: url(/cms/themes/_GlobalThemeSteuerung/images/tabSchatten_ur.png) no-repeat;width:8px}
 

input.smallfield {
	font-size:12px;
	height:18px;
	width:80px;
	border:1px solid #4A4A4A;
	outline:none;
}

input.midfield {
	font-size:12px;
	height:18px;
	width:200px;
	border:1px solid #4A4A4A;
	outline:none;
}



input.checkbox{ width:20px;}

input.textfield {
	font-size:12px;
	height:18px;
	width:430px;
	border:1px solid #4A4A4A;
	outline:none;
}

input.textarea {	font-size:12px;
	height:100px;
	width:430px;
	border:1px solid #4A4A4A;
	outline:none;
}

input.select { font-size:12px;
	height:25px;
	border:1px solid #4A4A4A;
	outline:none;
}

.formtab{
    font-family:      Tahoma,Verdana, Helvetica;
    font-style:       normal;
    font-size:        12px;
    border: 	      0px dotted;
    border-color:     #6B6157;
    width:	      90%;
}


.bigtitle  { font-weight: normal; font-size: 16px; text-decoration:none }

.error { font-size: 16px; font-weight: bold; color: #FF0000}
.ok { font-size: 16px; font-weight: bold; color: #20E220}
.warnung { font-size: 16px; font-weight: bold;color : #0000FF}
.info { font-size: 16px; font-weight: bold;color : #EFDD17}
