/*NOTE: always check css-settings in all browsers!*/
/*
this css definitions are examples to explain the css functionality in ExData
file: mod_exdata/inc_front/templates/exdata.css
this is the standard file copied for new templates
you can change the stanadard css-file by overwrite the exdata.css file
but don't delete or rename it!!!
*/

/*Head <div id="exd_head"> - Category Name - </div>*/
#exd_head, .exd_head {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px; /*pt | px | em | %*/
font-weight: bold; /*normal | bold | inherit*/
color: #FFFFFF; /*color-value | inherit*/
line-height: 150%; /*height in px,em | %*/
background: transparent; /*color-value | transparent*/
/*for seperate border values write: border-top|boder-right|border-bottom|border-left*/
border: 1px solid #000000; /*width form color-value*/
margin: 0px 0px 0px 0px; /*top | right | bottom | left*/
padding: 5px 0px 5px 0px; /*top | right | bottom | left*/
width: 100%; /*px | % | auto | inherit*/
}
/*Main Background for all <div id="exd_items"> ... </div>*/
#exd_items, .exd_items {
border: 1px solid #666666; /*width form color-value*/
background: #E7E7E7;
padding: 5px;
width:100%;
}

/*Navigation - <div id="exd_navi"> - all the elements in table - </div>*/
#exd_navi, .exd_navi{
background: #CCCCFF;
}
/*Page Numbers - <div id="exd_page"> - table with paging - </div>*/
#exd_page, .exd_page {
font-family: Arial, Helvetica, sans-serif;
font-size: 7pt;
padding: 5px;
background: transparent;
text-align: left; /*left | center | right - alignment in div-container*/
}
/*Page Statistics - <div id="exd_stats"> - text - </div>*/
#exd_stats, .exd_stats {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 7pt;
padding: 5px;
color:#ffffff;
background: #0066CC;
text-align: left; /*left | center | right - alignment in div-container*/
}
/*Sort-Function - <div id="exd_sort"> - text [Drop-Down class="exd_dd"] - </div>*/
#exd_sort, .exd_sort {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 7pt;
padding: 3px;
background: #33CCFF;
/*margin-right: 0px;*/
text-align: right; /*left | center | right - alignment in div-container*/
}
/*Filter-Function in Dropdown - <div id="exd_filter"> - text [Drop-Down class="exd_dd"] - </div>*/
#exd_filter, .exd_filter {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 7pt;
padding: 3px;
background: #33FFCC;
text-align: left;
}
/*Filter-Function Menu <div id="exd_filtermenu"> - <ul><li></li></ul> - </div>*/
#exd_filtermenu, .exd_filtermenu {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 7pt;
padding: 3px;
background: #FF4488;
text-align: left;
}
/*Filter-Function Menu <ul>*/
#exd_filtermenu ul{
margin-left: 0px; /*put it to left side*/
}
/*Filter-Function Menu <li>*/
#exd_filtermenu ul li{
display: inline; /*block(vertical) | inline(horizontal)*/
padding: 5px;
}
/*Search-Function - <div id="exd_search"> - [Textfield class="exd_txt"][Button class="exd_but"] - </div>*/
#exd_search, .exd_search {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 7pt;
padding: 3px;
background: #CC3399;
text-align: left;
}
/*Textfield*/
.exd_txt{}
/*Buttons*/
.exd_but{
font-size: 7pt;
}
/*Dropdowns*/
.exd_dd{}
/*trenner*/
.trenner{
/*for seperate border values write: border-top|boder-right|border-bottom|border-left*/
border: 1px solid #999999;/*width form color-value*/
border-width: 0px 0px 1px 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 1px 0px; 

}
/*Auszeichnung des Titels*/
.titel{
padding: 10px 0px 10px 3px;
background: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 19px; 
line-height: 21px;
text-align: left;
color: #fac42c; /*#fac42c; */
}
/*Entries - <table width="100%" id="exd_item"> ... </table>*/
#exd_item, .exd_item {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 5px 0px 0px 0px;
background: transparent;
margin-bottom: 5px; /*divides the entries in list-layout*/
}
/*acces to the table*/
#exd_item, .exd_item {
border-spacing:2px;
}

/*Field-Title - extract number to change css for this number*/
.exd_field, .exd_field1, .exd_field2, .exd_field3, .exd_field4, .exd_field5, .exd_field6, .exd_field7, .exd_field8, .exd_field9, .exd_field10, .exd_field11, .exd_field12, .exd_field13, .exd_field14, .exd_field15, .exd_field16, .exd_field17, .exd_field18, .exd_field19, .exd_field20, .exd_field21, .exd_field22, .exd_field23, .exd_field24 {
font-weight: bold;
color:green;
background: transparent;
width: 100px; /*min. value for width*/
padding: 5px 0px 0px 3px;
border: 0px solid #000000;
vertical-align: top;
text-align: left;
}
/*Field-Titel-Link - if Sort by Field-Titels*/
.exd_field a {
color:#FF0000;
}
/*Example for extracted field (in preview)*/
.exd_field_nr {
background: #FFCC99;
color: #000000;
padding: 3px; 
border: 1px solid #000000;
vertical-align: top;
}

/*Field Entry - extract number to change css for this number*/
.exd_entry {
/*background: #C5C5C5; uncomment if row colors active!*/
padding: 5px;  
border:  0px solid #CDCDCD;
vertical-align:top;
text-align: left;
background: transparent;
/*width: 100px;*/
}

/*Field Entry gross- extract number to change css for this number*/
.exd_entry_x {
/*background: #C5C5C5; uncomment if row colors active!*/
font-weight: bold;
padding: 5px;  
border:  0px solid #CDCDCD;
vertical-align:top;
text-align: left;
background: transparent;
/*width: 100px;*/
}

/*Field Entry gross- extract number to change css for this number*/
.exd_entry_text {
/*background: #C5C5C5; uncomment if row colors active!*/
padding-top: 5px; 
padding-bottom: 5px;
padding-left: 200px; 
border:  0px solid #CDCDCD;
vertical-align:top;
text-align: left;
background: transparent;
/*width: 100px;*/
}

/*Field Entry gross- extract number to change css for this number*/
.exd_headline {
/*background: #C5C5C5; uncomment if row colors active!*/
color: #007F00;
font-size: 16px;
font-weight: bold;
padding: 5px;  
border:  0px solid #CDCDCD;
vertical-align:bottom;
text-align: left;
background: #ffffff;
/*width: 100px;*/
}

/*Kleine Spalte*/
.exd_subheadline {
/*background: #C5C5C5; uncomment if row colors active!*/
padding: 5px;  
border:  0px solid #CDCDCD;
vertical-align:top;
text-align: left;
background: #ffffff;
/*width: 100px;*/
}


.header {
border: 0px solid #FFFFFF;
background: #ffffff;
padding: 2px 0px 8px 3px;  
vertical-align:top;
text-align: left;
background: transparent;
}

/*Link in entries*/
.exd_entry a:link{
color:#2B56A4;
text-decoration: none;
font-weight: bold;
letter-spacing: 1px;
}
.exd_entry a:visited{
color:#2B56A4;
text-decoration: none;
font-weight: bold;
letter-spacing: 1px;
}
.exd_entry a:active{
color:#2B56A4;
text-decoration: underline;
font-weight: bold;
letter-spacing: 1px;
}
.exd_entry a:hover {
color:#2B56A4;
text-decoration: underline;
font-weight: bold;
letter-spacing: 1px;
}

/*Example for extracted field*/
.exd_entry_nr {
background: #ffffff;
padding: 3px;
border: 1px solid #CDCDCD;
/*width: 100px;*/
vertical-align:top;
}

#bild_rechts_xy {
position:relative;
top:50px;
left:770px;
width:221px;
height:200px;
z-index:1;
background-color:white;
}



.kalender {
width:530px;
}

.kalender_wysiwyg {
padding-left:5px;
padding-top:5px;
padding-bottom:5px;
width:525px;
}

.kalender_line {
padding-top:5px;
padding-bottom:5px; 
width:535px;
}

.kalender_bild1 {
padding-top:62px;
width:200px;
}

.kalender_bild2 {
padding-top:10px;
width:200px;
}

#exd_item2 a, a:link, a:active, a:visited, a:focus {
color: #FD761D;
font-weight:bold;
text-decoration:none;
}

#exd_item2 a:hover {
text-decoration:underline;
}

