
/* allgemeines CSS */

*
{
    margin: 0;
    padding: 0;
}

body, html
{
    font-family : Arial, Tahoma, Sans-serif;
    font-size : 100.01%;
    color: #575757;
    text-align : left;
}

table, td, imput
{
    font-family : Arial, Tahoma, Sans-serif;
}


a:link, a:visited { text-decoration : none; color:#575757; }
a:active, a:hover, a:focus { color : #575757; text-decoration : underline; background-color : transparent; }


#starketermine 
{
    font-size : 78%;
	padding: 20px 0;
    background : url(template/kopf_hg.png) 0 0 repeat-x transparent;
    min-width: 555px;
}

/* buttons im Kopf */

.naviWrap
{
    height: 70px;
    padding: 0 0 0 10px;
}

.naviWrap ul
{
    padding: 0;
    margin: 0;
}

.naviWrap ul li
{
    float: left;
    list-style-type: none;
    padding: 0 10px;
    margin: 0 5px 0 0;
    
    border: 1px solid #cccdcc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    
    -moz-box-shadow: 1px 1px 5px #d3d3d3;
    -webkit-box-shadow: 1px 1px 5px #d3d3d3;
    box-shadow: 1px 1px 5px #d3d3d3;
    
    background: -moz-linear-gradient(top, #f9f9f9 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f9f9f9 0%,#e5e5e5 100%); /* W3C */
}

.naviWrap ul li:hover
{
    background: -moz-linear-gradient(top, #e5e5e5 0%, #f9f9f9 100%); /* FF3.6+ */
    background: -ms-linear-gradient(top, #e5e5e5 0%,#f9f9f9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e5e5e5 0%,#f9f9f9 100%); /* W3C */
}

.naviWrap ul li a
{
    display: block;
    height: 35px;
    float: left;
    line-height: 35px;
    padding: 0 0 0 20px;
}

.naviWrap ul li a:hover, .naviWrap ul li a:focus
{
    text-decoration: none;
}



a.termineBtn
{
    background: url(template/icons.png) 0 10px no-repeat transparent;
}


a.groupBtn
{
    background: url(template/icons.png) 0 -50px no-repeat transparent;
}

a.reminderBtn
{
    background: url(template/icons.png) 0 -110px no-repeat transparent;
}

a.loginBtn
{
    background: url(template/icons.png) 0 -170px no-repeat transparent;
}


a.logoutBtn
{
    background: url(template/icons.png) 0 -230px no-repeat transparent;
}

a.regBtn
{
    background: url(template/icons.png) 0 -290px no-repeat transparent;
}


.searchWrap
{
    height: 50px;
    position: relative;
    padding: 0 0 0 10px;
}

.searchWrap h2
{
    font-size: 120%;
}

.searchWrap h1
{
    font-size: 180%;
    color: #575757;
}

.toggleLink
{
    width: 280px;
    height: 32px;
    padding: 0 0 0 20px;
    background: url(template/select_hg.png) 0 0 no-repeat transparent;
    line-height: 30px;
    text-align: left;
    cursor: pointer;
}

.toggleList
{
    position: absolute;
    left: 0;
    top: 32px;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    padding: 10px 20px;
    width: 260px;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 1000;
}

.toggleList li
{
    list-style-type: none;
    padding: 5px 0;
}

.serviceHeader {
    padding: 0 0 0 10px;
}

.servicesList
{
    padding : 0 0 0 10px;
}

.servicesList .item
{
    float : left;
    /*width: 238px;
    height: 193px;*/
    
    width: 195px;
    height: 180px;
    
    margin : 0 10px 10px 0;
    overflow: hidden;
    border: 1px solid #d9d9d9;
}

a.itemTitle
{
    background-color: black;
    line-height: 34px;
    height: 34px;
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow-x: hidden;
}

span.itemTitle
{
    background-color: #c0c0c0;
    line-height: 34px;
    height: 34px;
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow-x: hidden;
}



a.itemTitle:link, a.itemTitle:visited
{
    color: #ffffff;
    text-decoration: none;
}

a.itemTitle:hover, a.itemTitle:focus
{
    color: #ffffff;
    text-decoration: none;
}

.imageWrap
{
    /*
    width: 238px;
    height: 125px;*/
    
    width: 195px;
    height: 115px;
    
    overflow: hidden;
}

.imageWrap img
{
    border: 0;
}


a.detailLink
{
    padding: 0 20px 0 35px;
    color: #575757;
    line-height: 30px;
    height: 30px;
    display: block;
    background: url(template/lupe.png) 10px 7px no-repeat #f3f4f3;
}

span.detailLink
{
    padding: 0 20px 0 35px;
    color: #575757;
    line-height: 30px;
    height: 30px;
    display: block;
    /*background: url(template/lupe.png) 10px 7px no-repeat #f3f4f3;*/
    background-color: #f3f4f3;
    font-style: italic;
}

/* DETAILSEITE */

h1.detailsTitle
{
    color: #575757;
    font-size: 180%;
    padding: 0;
    margin: 0 10px 20px 10px;
}

.toggleformWrap
{
    background-color: #f6f6f6;
    border: 1px solid #a3a3a3;
    overflow: hidden;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: calc(100% - 20px);
    margin: 0 10px 10px;
    
}

.toggleformWrap .padding {
    
    padding: 20px;
}

.toggleformWrap h2
{
    font-size: 100%;
    margin: 0 0 10px 0;
}

.toggleformWrap .info
{
    margin: 0 0 15px 0;
}


.toggleNavi
{
    height: 31px;
    padding: 0 0 0 10px;
    margin: 0 0 -1px 0;
    overflow: hidden;
}

.toggleNavi li
{
    float: left;
    list-style-type: none;
    margin: 0 5px 0 0;
}

.toggleNavi li a
{
    display: block;
    width: 180px;
    height: 32px;
    line-height: 32px;
    background: url(template/reiter.png) 0 0 no-repeat #f3f4f3;
    text-align: center;
}

.toggleNavi li a.selected
{
    background: url(template/reiter-ac.png) 0 0 no-repeat #f3f4f3;
}

.detailimgWrap
{
    width : 195px;
    min-height: 215px;
    /*background: url(template/image-shadow.png) 0 0 repeat-y transparent;*/
    text-align: right;
    overflow: hidden;
    float: right;
}

.detailimgWrap-padding
{
    padding: 10px;
}

/* FORM1 */

#services_dates1_formular
{
    
}

#services_dates1_formular label
{
    display: block;
    float: left;
    width: 140px;
    line-height: 30px;
}

#services_dates1_formular input
{
    border: 0;
    background: url(template/input-hg-160.png) 0 0 no-repeat;
    width: 146px;
    padding: 7px;
    margin: 0 0 5px 0;
}

#services_dates1_formular select
{
    border: 0;
    background: url(template/input-hg-160.png) 0 0 no-repeat;
    width: 160px;
    padding: 6px 7px;
    margin: 0 0 5px 0;
}

#services_dates1_formular select option
{
    padding: 0 7px;
    border: 0;
    background-color: #fff;
}

#services_dates1_formular input#preview
{
    background: url(template/termine_search.png) 0 0 no-repeat;
    width: 161px;
    height: 32px;
    text-indent: -9999px;
    line-height: 1px;
    margin: 0 0 0 140px;
    cursor: pointer;
}

.ui-datepicker-trigger
{
    margin: 0;
    position: relative;
    left: -25px;
    top: -3px;
    cursor: pointer;
}

/* tabelle */

#starketermine .trtable 
{
    border: 0;
    border-collapse: collapse;
}


#starketermine .trtable  th {
    
    background-color : #c0c0c0;
    border : 2px solid #fff;
    padding : 4px 4px 4px 4px;
    margin:0;
    color : #fff;
}

#starketermine .trtable td {
    
    background-color : #eeeeee;
    border : 2px solid #fff;
    padding : 2px;
    margin:0;
}

#services_dates2_formular
{
    position: relative;
}


#services_dates2_formular input#count
{
    border: 0;
    background: url(template/input-hg-160.png) 0 0 no-repeat;
    width: 146px;
    padding: 7px;
    margin: 5px 0 5px 0;
}

#services_dates2_formular .input-wrap.feldcount
{
    /*position: absolute;
    top: 0px;
    left: 355px;*/
    margin-top: 10px;
}

#services_dates2_formular input#preview
{
    background: url(template/termine_search.png) 0 0 no-repeat;
    width: 161px;
    height: 32px;
    text-indent: -9999px;
    line-height: 1px;
    margin: 0 0 0 0;
    cursor: pointer;
    border: 0;
    
    /*
    position: absolute;
    top: 60px;
    left: 355px;*/
}

a.uhrlink{
    
    width: 110px;
    height: 25px;
    background: url(template/reservierenBtn.png) 0 0 no-repeat;
    text-indent: -9999px;
    line-height: 1px;
    display: block;
    text-align: left;
}

a.stornolink {
    
    width: 110px;
    height: 25px;
    background: url(template/stornierenBtn.png) 0 0 no-repeat;
    text-indent: -9999px;
    line-height: 1px;
    display: block;
    text-align: left;
}

a.uhrlink:hover, a.stornolink:hover {
    
    background-position: 0 -25px;
}





/* tabelle */

#starketermine .trtablelist 
{
    border: 0;
    border-collapse: collapse;
}


#starketermine .trtablelist  th {
    
    background-color : #d2d2d2;
    border : 0;
    padding : 7px 10px 7px 10px;
    margin:0;
    color : #575757;
}

#starketermine .trtablelist td {
    
    background-color : #e7e7e7;
    border : 0;
    padding : 4px 10px 4px 10px;
    margin:0;
}

#starketermine .trtablelist tr.trhell td {
    
    background-color : #f5f5f5;
}


/* KURSE */

#starketermine table.buchnungskalender {
   
    border: 1px #ccc solid;
}

#starketermine table.buchnungskalender th {
    background-color: #e9e9e9;
    padding: 5px 0 5px 0;
    text-align: center;
    border: 1px #ccc solid;
}

#starketermine table.buchnungskalender td {
    padding: 5px 5px 5px 5px;
    border: 1px #ccc solid;
}

td a:link, td a:visited {
    
    color: #c24d18;
}


#starketermine table.buchnungskalender tr.row01 {
    background-color: #fff;
}

#starketermine table.buchnungskalender tr.row02 {
    background-color: #f1f1f1;
}

.infoblock
{
    margin: 0 0 10px 140px;
    padding: 20px 0 0 0;
    max-width: 400px;
    width :calc(100% - 145px);
    background-color: #f6f6f6;
    overflow: hidden;
}

textarea{
    
    border: 1px solid #c0c0c0;
    width: 300px;
    padding: 4px;
}


.formtolist label
{
    display: block;
    float: left;
    width: 140px;
    margin: 3px 0 0 0;
}

.formtolist input
{
    border: 1px solid #a3a3a3;
    width: 300px;
    padding: 3px 4px;
    margin: 0 0 5px 0;
}

.formtolist input.loginBtn
{
    background: url(template/anmeldenBtn.png) 0 0 no-repeat;
    width: 112px;
    height: 32px;
    text-indent: -9999px;
    line-height: 1px;
    margin: 5px 0 0 140px;
    cursor: pointer;
    border: 0
}

.formtolist input.absendenBtn
{
    background: url(template/absendenBtn.png) 0 0 no-repeat;
    width: 112px;
    height: 32px;
    text-indent: -9999px;
    line-height: 1px;
    margin: 5px 0 0 140px;
    cursor: pointer;
    border: 0
}


.formtolist input.maillistBtn
{
    background: url(template/maillistBtn.png) 0 0 no-repeat;
    width: 161px;
    height: 32px;
    text-indent: -9999px;
    line-height: 1px;
    margin: 5px 0 0 140px;
    cursor: pointer;
    border: 0
}

input.emailstornoBtn
{
    background: url(template/emailstornoBtn.png) 0 0 no-repeat;
    width: 161px;
    height: 32px;
    text-indent: -9999px;
    line-height: 1px;
    margin: 20px 0 0 0;
    cursor: pointer;
    border: 0
}



.formtolist .nowrap
{
    padding: 0 0 0 140px;
}

.formtolist .nowrap label
{
    display: block;
    float: none;
    width: auto;
    margin: 0 0 0 0;
}

.formtolist .nowrap #pruef
{
    width: 192px;
    vertical-align: top;
    margin: 3px 5px 0 0;
}

.genimg
{
    margin: 3px 0 0 0;
}

input.bookBtn, .formtolist input.bookBtn
{
    background: url(template/bookBtn.png) 0 0 no-repeat;
    width: 161px;
    height: 32px;
    text-indent: -9999px;
    line-height: 1px;
    margin: 5px 0 0 140px;
    cursor: pointer;
    border: 0;
}

input.bookBtn.nomargin
{
    margin: 5px 0 0 0;
}

input.registerBtn, .formtolist input.registerBtn
{
    background: url(template/regBtn.png) 0 0 no-repeat;
    width: 161px;
    height: 32px;
    text-indent: -9999px;
    line-height: 1px;
    margin: 5px 0 0 140px;
    cursor: pointer;
    border: 0;
}

input.registerBtn.nomargin
{
    margin: 5px 0 0 0;
}


input.formerror
{
   border: 1px solid #dd7575; 
   background-color: #ffe8e8;
}

textarea.formerror
{
   border: 1px solid #dd7575; 
   background-color: #ffe8e8;
}

.error
{
   border: 1px solid #dd7575; 
   background-color: #ffe8e8;
   padding: 10px;
   font-weight: bold;
}

.erfolg
{
   border: 1px solid #75b854; 
   background-color: #ebffe1;
   padding: 10px;
   font-weight: bold;
}


.stRegister2
{
    margin: 0 10px 10px 10px;
    height: 30px;
}

#starketermine .stRegister2 li {
  
  margin:0 5px 0 0;
  padding:0;
  float:left;
  list-style-type: none;
}

#starketermine .stRegister2 li a {
  
    border: 1px solid #c0c0c0;
  
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
}

#starketermine .stRegister2 li a:hover {
  
    background-color: #efefef;
}

#starketermine .stRegister2 li.active a {
  
    background-color: #efefef;
}

.texterror
{
    font-weight: bold;
    color : #c90e0e;
}

.texterfolg
{
    font-weight: bold;
    color : #428d3c;
}

.marginLeft{
margin : 0 10px;
}