/*	STYLES ALL  		*/
/*	Definiert Interne Styles für den Ausbildungs und Skischulbereich
/*
/*
/*
/*																	*/

/*.grey {
	color:#808080;}
.bg-grey {
	background-color:rgb(240,240,240);}
*/
.text-snowsport {
	color: #6C0000;
}
/*~~~~~~~~~~Speichern - Button  ~~~~~~~~~~~~~~~~*/
/*.speichern-frame {
	width:250px;
	margin-top:30px;
	}
.speichern-frame div {
	float:left;
}

.speichern-frame a {
	display:block; 
	float:left; }
.speichern-frame div:first-child {
	margin-right:10px;}

.abbrechenbutton, .savebutton {
	width:100px;
	height:30px;
	background-color: #F0F0F0;
	padding:35px 5px 5px 5px;
	text-align:center;
	border:1px solid #D9D9D9;
	}
.abbrechenbutton:hover, .savebutton:hover {
	border:1px solid #969696;
	text-decoration:none;
}
.savebutton {
	background-image:url(../images/OK_button.png);
	background-position:top center;
	background-repeat:no-repeat;
	}	
.abbrechenbutton {
	background-image:url(../images/CANCEL_button.png);
	background-position:top center;
	background-repeat:no-repeat;
}

	*/

/*~~~~~~~~~~ Buttons- verschiedene Styles  ~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.btn-smpl { /* logout.php */
	padding:5px;
	color:#FFF;
	border-radius:5px;
	font-weight:bold;
	display:inline-block;
	margin-bottom:5px;
}
.btn-red {background-color:#DD2920;}
.btn-grey {background-color:#999;}
a.btn-smpl {
	color:#FFF;
}

#menuservice ul li a.a-btn-red {
	background-color:#DD2920;
	padding:5px;
	color:#FFF;
	border-radius:5px;
	}
/*.btn-danger a {
	color:#FFFFFF;
	}*/
/* Bootstrap buttons snowsport */
.btn-snowsport {
    color: #fff;
    background-color: #900;
    border-color: #900;
}
.btn-snowsport.hover, .btn-snowsport:hover {
	color: #fff;
	background-color: #6C0000;
	border-color: #6C0000;
	}
.btn-snowsport.focus, .btn-snowsport:focus {
	color: #fff;
	background-color: #6C0000;
	border-color: #6C0000;
	}	
	.btn-snowsport.active, .btn-snowsport:active {
	color: #fff;
	background-color: #6C0000;
	border-color: #6C0000;
	}	
/* Bootstrap buttons anmeldung */
.btn-anmeldung {
   
	font-size:0.8rem;
    background-color: #EEE;
    border-color: #D8DCDF;
}
/*.btn-feedback 
{
	font-size:0.6rem;
	
	}*/

/*.btn-anmeldung.hover, .btn-anmeldung:hover {
	background-color: #D8D8D8;
	border-color: #D8DCDF;
	}
.btn-anmeldung.focus, .btn-anmeldung:focus {
	background-color: #D8D8D8;
	border-color: #D8DCDF;
	}*/	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~ inputs - verschiedene Styles  ~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.form-control-smaller, .input-group-smaller > .form-control, .input-group-smaller > .input-group-addon, .input-group-smaller > .input-group-btn > .btn {
    padding: .2rem .5rem;
    font-size: .75rem;
    line-height: 1.2;
    border-radius: .2rem;

}

/*
.border {
	border: 1px solid #333;
	}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}
.rounded {
    border-radius: .25rem;
}
.rounded-top {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
}
.rounded-right {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
}
.rounded-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.rounded-left {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
}*/

/*
BEARBEITUNGSLEISTE

DAS FRAME*/

.bearbeitungsleiste-frame {
	border:1px solid #999;
	border-radius:5px;
	padding:10px;
	width:auto;
	display:block;
	margin:18px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* SUCHLEISTE DAS FRAME */
.search-zone { 
	margin:16px 0px;
	height:auto; 
	padding:10px; 
	background-color:#CCDFF7;
}