/*----------------------------------------------------------------------------*/
/* cumber_cms.css - global stylesheet
/* Version: 2011-03-03
/*--------------------------------------------------------------------------- */
/* history:
/* 070220: übernahme für peki-it (von gutto)
/* 070905: form, context tags entfernt (layout.css)
/* 090608: übernahme cumberland
/* 090805: bugfix font-size kontakt-form
/* 100317: tblDotList - table width 98%
/* 110303: CSS-class: VA_Liste (für GenDotListe2)
/*--------------------------------------------------------------------------- */


/* ----------------------------------------------------- */
/* --- kontakt form ------------------------------------ */
/* ----------------------------------------------------- */
/* weils in tabelle gekapselt ist ... (tblForm) */
/* ----------------------------------------------------- */
#frmKontakt td
{
	font-size: 1em;
}

#anf_text
{
	font-size: 1em;	
}

.imgPhone, .imgKassa
{
	border: solid 0px eee;
	margin: 25px 0px 0px 13px;
}

.imgKassa
{
	margin: 38px 0px 0px 32px;
}


#captForm 
{
/*	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;*/
	font-size: 10pt;
	font-weight: bold;
	float: none;
	margin-bottom: 10px;
	padding: 8px;
	text-align: right;
	border: solid 0px #eee;
	/*padding-left: 88px;*/	
	/*vertical-align: baseline;*/	
}



/* --------------------------------- */
/* --- form-fields (req. / opti) --- */
/* --------------------------------- */
.req, .req8, .opt, .opt8
{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

.req { color: #e9aa10; font-weight: bold }
.opt { color: #fefefe; font-weight: normal }

.req8 { color: #e9aa10; font-weight: normal }
.opt8 { color: #fefefe; font-weight: normal }



/* --------------------------------- */
/* --- form / input-elem classes --- */
/* --------------------------------- */
form {
  padding: 0;
  margin: 0;
  border: solid 0px #9EAF48;
}


input,
textarea,
select {
  padding: 3px;
  font: 400 0.9em Arial, Helvetica, sans-serif;
  color: #333;
  background: #FCF2DB;
  border: 1px solid #48531A;
}


input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover
{
  color: #000;
  background: #fff;
  border: 1px solid orange;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}



input.radio {
	background: none;
	border: 0px;
}

.radioBtn 
{
	background: #FCF2DB;
}



/* --------------------------------- */
/* --- button styles --------------- */
/* --------------------------------- */
input.button,
.btn, .btnB, .btn_grn, .btn_grnB, .btn_red, .btn_redB, .btn_grey, .btn_greyB,
.btn_start, .btn_sml, .btn_click, .btn_go {
	font-family: /*Tahoma,*/ Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	
	height: 25px;
	border: solid 1px #777;
	
	border-top-width: 1px;
	border-bottom-width: 1px;	
	border-right-color: #444;
	border-bottom-color: #444;
	
	background-color: #ddd;	/*fbfafb;			/*#F5EADC; #F7F3DA; #ececec; */
/* wo is der???	
	background: #bbb url('/img/bg_btnLight.png');	
*/
}




/* --------------------------------- */
/* --- subclasses --- */
/* --------------------------------- */
.btnB, .btn_grnB {
	font-weight: bold;
}

.btn_grn, .btn_grnB {
	color: #5889B6;
}
.btn_grnB, .btn_redB {
	font-weight: bold;
}
.btn_red, .btn_redB { 
	color: #820f0d;
}
.btn_red:hover, .btn_redB:hover { 
	color: #721f1d;
	background-color: #333;
}

.btn_grey, .btn_greyB { 
	color: #555;
	vertical-align:baseline;
}


.btn_start {
	height: 23px;
	width: 175px;
	font-weight: bold;
}

.btn_sml {
	height: 17px;
	font-size: 11px;
	width: auto;
	background-color: #cdcdcd;
	/*position: relative;
	top: -2px;*/
}

.btn_click {
	font-weight: bold;
	font-weight: normal;
	background-color: #cdcdcd;
	color: #fcfcfc;
}


#btnSave, #btnCancel
{
	background: #ccc;	
}



/* --------------------------------- */
/* --- standard text styles -------- */
/* --------------------------------- */
.sml
{
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.mini 
{
	font-size: 9px;
}

.nodata {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #555555;
}

.oki {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #333333
}

.oki2 {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000099;
	margin-left: 10px;
}

.oki_sml {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ccffcc;
	background-color: #000000
}

.status {
	font-size: 8pt;
	font-weight: bold;
}

.msg {
	font-size: 10pt;
	font-weight: bold;
	color: Navy;
}

.msg_sml {
	font-size: 8pt;
	font-weight: normal;
	color: Navy;
}


.err, .err_sml, .errSml 
{
	font-family: /*"Trebuchet MS",*/ Tahoma, Arial, Helvetica, sans-serif;
	color: #FFEE2D;
	margin: 15px 0px 15px 0px;
}

.err {
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 5px;
}

.err_sml, .errSml {
	font-size: 9pt;
	font-weight: normal;
}


.dte {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 10pt;
}

.debug {
	font-family: courier new;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	color: #c00;
}



/* --------------------------------- */
/* --- clsGallery class styles ----- */
/* --------------------------------- */

/* ähnlich h1 */
.imggal_group 
{
	/*font-family: "Trebuchet MS", Tahoma, Arial;*/
	font: normal 210%/110% "Trebuchet MS", Tahoma, Arial, sans-serif;
    color: #EFEFAC;
	font-size: 1.45em;
	font-weight: normal;
	border-bottom: solid 1px #9EAF48;
}


.imggal_tblPreview 
{
	width: 100%;
	/*background-color: Olive;*/
	padding: 0px;
	margin: 0px;
	border: solid 0px red;
}

td.imggal_tblPreview 
{
	background-color: Olive;
	padding: 0px;
	margin: 0px;
}


.imggal_tblBig 
{
	border: solid 0px lime;
	padding: 2px;
	margin: 0px;
}


.imggal_bigView, .imggal_smlView
{
	/*width: 100%;*/
	border: solid 6px #9CA444;	/*#bfc796;*/
	background: #9CA441;
	padding: 0px;
}


.imggal_bigView
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.imggal_smlView
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}


.imggal_pageNum 
{
/*	font-size: 16px; */
}

.imggal_pageNumAct
{
	font-size: 12px;
	font-weight: bold;
}



.imggal_desc 
{
	font-size: 10px;
	float: right;	
}

.imggal_copy
{
	font-size: 7pt;
	color: #efefef;
}


#imggal_dotted		/* dotted line background (group-links) */
{
	background: url('img/dotted.gif') repeat 0% 0%;
	height: 1px;	
}


/* --------------------------------- */
/* --- sonstiges class styles ------ */
/* --------------------------------- */
#printer_icon, #loginTable
{
	float: right;
	clear: right;
	padding: 0px 0px 0px 0px;
	border: solid 0px grey;
	position: relative;
	left: -5px;
	top: 3px;
}



/* --------------------------------- */
/* --- CMS styles ------------------ */
/* --------------------------------- */
/*
.main_hdr {
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	margin: 10px 0px 6px 0px;
	padding: 2px 2px 2px 2px;
	border-bottom: dotted 1px #fff;
}
*/

.header 
{
	margin: 20px 0px 0px 0px;
	padding: 0px 0px -5px 0px;
	border-bottom: dotted 1px #9EAF48;
}

.hdr_blk 
{
	color: gold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;	
}

.horizLine 
{
	background-color: #9EAF48;	
}


.tblLocalMenu
{
	/*background: red;*/
	border: solid 0px orange;
	margin-bottom: 10px;
	padding-left: 5px;
}


.tblDotList, 
.tblPoints
{
	background: #869735;
	border: solid 1px #9EAF48;
	padding-left: 3px;
	padding-bottom: 3px;
	margin-left: 0px;
	margin-top: 8px;
	margin-bottom: 2px;
}


.tblDotList 
{
	width: 98%;
}

.tblPoints
{
	border: solid 1px #9EAF48;
}


.tblSitemap 
{
	/*background: red;*/
	border: solid 0px orange;
	margin-bottom: 10px;
	padding-left: 5px;
}

.sitePoint
{
	border-bottom: dotted 0px #9EAF48;	
	padding-bottom: 0px;
}

.textRight 
{
	text-align: right;
	/*margin-right:42px;*/
}	


/* ----------------------------------*/
.VA_Liste
{
	width: auto;
	border: solid 0px red;
}

