@charset "utf-8";

/* Global */

.form-group {
	margin-bottom: 10px;
}
.f_row_hidden {
	display:none;
}
.f_row td {
	height: 75px;
}

.clear {
clear:both;
}

.hidden {
display:none
}

.error {
color:#8b0000
}

.success {
color:#006400
}

img {
border:0
}

.rot {
color:red
}


.btn-f123 { 
  color: #ffffff; 
  background-color: #FFA303; 
  border-color: #EA990D; 
} 
 
.btn-f123:hover, 
.btn-f123:focus, 
.btn-f123:active, 
.btn-f123.active, 
.open .dropdown-toggle.btn-f123 { 
  color: #ffffff; 
  background-color: #FCA328; 
  border-color: #EA990D; 
} 
 
.btn-f123:active, 
.btn-f123.active, 
.open .dropdown-toggle.btn-f123 { 
  background-image: none; 
} 
 
.btn-f123.disabled, 
.btn-f123[disabled], 
fieldset[disabled] .btn-f123, 
.btn-f123.disabled:hover, 
.btn-f123[disabled]:hover, 
fieldset[disabled] .btn-f123:hover, 
.btn-f123.disabled:focus, 
.btn-f123[disabled]:focus, 
fieldset[disabled] .btn-f123:focus, 
.btn-f123.disabled:active, 
.btn-f123[disabled]:active, 
fieldset[disabled] .btn-f123:active, 
.btn-f123.disabled.active, 
.btn-f123[disabled].active, 
fieldset[disabled] .btn-f123.active { 
  background-color: #FEA504; 
  border-color: #FCA328; 
} 
 
.btn-f123 .badge { 
  color: #FEA504; 
  background-color: #ffffff; 
}


h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}


h1 {
	font-size:18px;
	margin:1px 1px 5px 0;
	line-height: 25px;
}

h1,h2,h3 {
	color:#0e71b8;
}
h2 {
	font-size:16px;
}

h3 {
	font-size:15px;
	line-height: 30px;
}

ul,ol,li,form,body {
margin:0;
padding:0
}

img {
max-width:none
}

ul li {
list-style-type:none;
line-height:18px
}


ol li {
line-height:18px;
margin: 4px 0 3px 25px;
}
body {
font-family:Verdana,Geneva,sans-serif;
font-size:13px;
line-height:16px;
color:#333;
background-color:#dfecf5;
background-image:url(../images/bg_body.gif);
background-repeat:repeat-x;
background-position:left top
}
@media (max-width: 767px) {
	body {
		background-image: none;
	}
}

a {
color:#0e71b8;
text-decoration:none
}

a:hover,a.more:hover {
color:#ff6c00;
text-decoration:none
}

a:focus {
outline:none
}

a.more {
color:#0e71b8;
text-decoration:none;
font-weight:700
}

a img {
border:none
}


/* Header */

#logo {
width:300px;
height:61px;
margin:20px 0;
float:left
}

#logo a {
width:300px;
height:61px;
display:block;
background-image:url(../images/logo.png);
background-repeat:no-repeat
}

#logo-mobil img {
	height: 40px;
}

/* Navbar */


.navbar {
	min-height: 30px;
	margin-bottom:0px;
}

.navbar-default .navbar-brand {
	color: rgba(255, 255, 255, 1);
}

.container-navbar {
	clear:both;
}

.navbar-nav.navbar-right:last-child
{
	margin-right: 0;
}




@media (max-width: 991px) {
	.container-content {
		margin-top:15px;
	}

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

	.navbar {
		margin-bottom:0px;
	}
	.container-navbar {
	 
	  width: 100%;

	}
	.navbar-default {
		border-width: 0px;
		border-radius: 0px;
	}
	
	.navbar-default {
		border-bottom: 1px solid #ccc;
	}

	.navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
    }
    

}

@media (min-width: 992px) {

	.navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
		color:white;
    }
	.dropdown:hover .dropdown-menu {
		display: block;
	}

	.navbar-nav>li>.dropdown-menu
	{
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border: 3px solid #0E71B8;
		background-color: #E4EFF7;
		margin-top: 0px;
		margin-left:0px;

	}


.navbar-default {
	font-size: 14px;
	background-color: rgba(24, 114, 182, 1);
	background: -webkit-linear-gradient(rgba(57, 137, 193, 1) 0%, rgba(24, 114, 182, 1) 100%);
	background: -o-linear-gradient(rgba(57, 137, 193, 1) 0%, rgba(24, 114, 182, 1) 100%);
	background: linear-gradient(rgba(57, 137, 193, 1) 0%, rgba(24, 114, 182, 1) 100%);
	border-width: 3px;
	border-radius: 10px;
	border-color: #1872B6;
}

.navbar-default .navbar-nav>li>a {
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(24, 114, 182, 1);
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {

color: rgba(255, 255, 255, 1);
background-color: rgba(26, 148, 244, 1);
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
color: rgba(255, 255, 255, 1);
background-color: rgba(231, 231, 231, 1);
}
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
background-color: #1872b6;
}

.navbar-default .navbar-toggle{
	border-color:#fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#fff;
}




	.navbar-default .navbar-nav>li>a {
		padding: 5px 12px;
		font-size:12px;
		font-weight: 400;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(24, 114, 182, 1);
	background: -webkit-linear-gradient(rgba(57, 137, 193, 1) 0%, rgba(24, 114, 182, 1) 100%);
	background: -o-linear-gradient(rgba(57, 137, 193, 1) 0%, rgba(24, 114, 182, 1) 100%);
	background: linear-gradient(rgba(57, 137, 193, 1) 0%, rgba(24, 114, 182, 1) 100%);
	}
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus {

	color: rgba(255, 255, 255, 1);
	background-color: rgba(26, 148, 244, 1);
	background: -webkit-linear-gradient(rgba(48, 163, 244, 1) 0%, rgba(26, 148, 244, 1) 100%);
	background: -o-linear-gradient(rgba(48, 163, 244, 1) 0%, rgba(26, 148, 244, 1) 100%);
	background: linear-gradient(rgba(48, 163, 244, 1) 0%, rgba(26, 148, 244, 1) 100%);
	}

	.dropdown-menu>li>a
	{
		background-image: url(../images/bg_dropdown_bullet.png)!important;
		background-repeat: no-repeat;
		background-position: 15px center;
		padding: 5px 15px 5px 30px;
		color:#0e71b8;
		font-size:13px;
	}
	.dropdown-menu>li>a:hover,
	.dropdown-menu>li>a:focus {
		background-color: #1872B6;
		color:white;
	}
	.navbar-nav>li>a {
		padding-top: 5px;
		padding-bottom: 5px;
  		text-shadow: #333 1px 1px 5px;

		border-width: 0 2px 0 0;

		border-style: solid;
		-webkit-border-image: 
		-webkit-gradient(linear, 0 0, 0 100%, from(#1F73B4), to(rgba(0, 0, 0, 0))) 1 100%;
		-webkit-border-image: 
		-webkit-linear-gradient(#1F73B4, rgba(0, 0, 0, 0)) 1 100%;
		-moz-border-image:
		-moz-linear-gradient(#1F73B4, rgba(0, 0, 0, 0)) 1 100%;    
		-o-border-image:
		-o-linear-gradient(#1F73B4, rgba(0, 0, 0, 0)) 1 100%;
		border-image:
		linear-gradient(to bottom, #1F73B4, rgba(0, 0, 0, 0)) 1 100%;
	}

	

	.navbar-collapse {
		padding:0;
	}

	
	.navbar-default .navbar-right>li>a {
		background-color: #FCA328;
		background: -webkit-linear-gradient(#FCA328 0%, #FCA329 100%);
		background: -o-linear-gradient(#FCA328 0%, #FCA329 100%);
		background: linear-gradient(#FCA328 0%, #FCA329 100%);
		border-width: 0 2px 0 0;

		border-style: solid;
		-webkit-border-image: 
		-webkit-gradient(linear, 0 0, 0 100%, from(#D98A21), to(rgba(0, 0, 0, 0))) 1 100%;
		-webkit-border-image: 
		-webkit-linear-gradient(#D98A21, rgba(0, 0, 0, 0)) 1 100%;
		-moz-border-image:
		-moz-linear-gradient(#D98A21, rgba(0, 0, 0, 0)) 1 100%;    
		-o-border-image:
		-o-linear-gradient(#D98A21, rgba(0, 0, 0, 0)) 1 100%;
		border-image:
		linear-gradient(to bottom, #D98A21, rgba(0, 0, 0, 0)) 1 100%;
	}

	.navbar-default .navbar-right>li>a:hover,
	.navbar-default .navbar-right>li>a:focus {

	background-color:#FCA330;
	background: -webkit-linear-gradient(#FCA331 0%,#FCA330 100%);
	background: -o-linear-gradient(#FCA331 0%,#FCA330 100%);
	background: linear-gradient(#FCA331 0%,#FCA330 100%);
	}
	.navbar-default .navbar-right>li>a,
	.navbar-default .navbar-right>li>a:hover,
	.navbar-default .navbar-right>li>a:focus {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(231, 231, 231, 1);
	}


	.container-navbar {
	  margin-bottom:10px;
	}

}

@media (min-width: 1200px) {
	.navbar-default .navbar-nav>li>a {
		padding: 5px 15px;
		font-size:14px;
	}
}

/* Content */
.col-white {
	background-color: white;
	border-radius: 5px;
	padding-top:15px;
	padding-bottom:15px;

}
.col-border {
	border:0; 
}

.col-nopadding-left {
	padding-left: 0px;
}

.col-nopadding-right {
	padding-right: 0px;
}

@media (min-width: 768px) {
	
	.col-sm-nopadding-left {
		padding-left: 0px;
	}
	.col-sm-nopadding-right {
		padding-right: 0px;
	}
	
}


@media (min-width: 768px) {
	.col-white {
		background-color: white;

	}

	.col-border {
		border:1px solid #dfe4e9;
	}

	.col-nopadding-left {
  		padding-left: 0px;
	}
	.col-nopadding-right {
		padding-right: 0px;
	}
	
}


@media (max-width: 767px) {
	body {
		background-color: white;

	}
}

/* Footer */
#footer {
	margin: 15px 0;
	width: 100%;
	border-radius: 5px;
	color:white;
	padding:8px 20px;
	font-size:11px;
	text-align: center;

	background-color: rgba(24, 114, 182, 1);
	background: -webkit-linear-gradient(rgba(57, 137, 193, 1) 0%, rgba(24, 114, 182, 1) 100%);
	background: -o-linear-gradient(rgba(57, 137, 193, 1) 0%, rgba(24, 114, 182, 1) 100%);
	background: linear-gradient(rgba(57, 137, 193, 1) 0%, rgba(24, 114, 182, 1) 100%);

	border-width: 4px;
	border-color: #1872B6;
}
#footer a{
	color:white !important;
	text-decoration: underline;
}

@media (max-width: 767px) {
	#footer {
		text-align: center;
		font-size:11px;
		padding:10px;
		background-color: transparent;
		background: none;
		color: #333;
		border:0;
	}
	#footer a{
		color: inherit !important;
		text-decoration: underline;
	}
}

/* Sonstiges */

#map_canvas {
height:100%
}


/* Icons */



.icons {
margin:20px auto
}

.icons ul li {
margin:0;
padding:3px;
float:left;
width:51px;
height:60px
}

.icon {
width:58px;
height:20px;
background-repeat:no-repeat;
background-position:center top;
padding-top:40px;
display:block;
font-size:11px;
text-align:center
}

.icon_auto {
background-image:url(../images/icons/icon_auto.gif)
}

.icon_chart {
	background-image:url(../images/chart_bar.png)
}

.icon_auto:hover {
background-image:url(../images/icons/icon_auto_on.gif)
}

.icon_roller {
background-image:url(../images/icons/icon_roller.gif)
}

.icon_roller:hover {
background-image:url(../images/icons/icon_roller_on.gif)
}

.icon_125 {
background-image:url(../images/icons/icon_125.gif)
}

.icon_125:hover {
background-image:url(../images/icons/icon_125_on.gif)
}

.icon_lkw {
background-image:url(../images/icons/icon_lkw.gif)
}

.icon_lkw:hover {
background-image:url(../images/icons/icon_lkw_on.gif)
}

.icon_bus {
background-image:url(../images/icons/icon_bus.gif)
}

.icon_bus:hover {
background-image:url(../images/icons/icon_bus_on.gif)
}

.icon_trecker {
background-image:url(../images/icons/icon_trecker.gif)
}

.icon_trecker:hover {
background-image:url(../images/icons/icon_trecker_on.gif)
}

.icon_motorrad {
background-image:url(../images/icons/icon_motorrad.gif)
}

.icon_motorrad:hover {
background-image:url(../images/icons/icon_motorrad_on.gif)
}

.icon_mofa {
background-image:url(../images/icons/icon_mofa.gif)
}

.icon_mofa:hover {
background-image:url(../images/icons/icon_mofa_on.gif)
}


.icon_quad {
background-image:url(../images/icons/icon_quad.gif)
}

.icon_quad:hover {
background-image:url(../images/icons/icon_quad_on.gif)
}

.icon_klassen {
background-image:url(../images/icons/icon_klassen.gif)
}

.icon_klassen:hover {
background-image:url(../images/icons/icon_klassen_on.gif)
}

.icon_kosten {
background-image:url(../images/icons/icon_kosten.gif)
}

.icon_kosten:hover {
background-image:url(../images/icons/icon_kosten_on.gif)
}

.icon_lernsystem {
background-image:url(../images/icons/icon_lernsystem.gif)
}

.icon_lernsystem:hover {
background-image:url(../images/icons/icon_lernsystem_on.gif)
}

.icon_pruefung {
background-image:url(../images/icons/icon_pruefung.gif)
}

.icon_pruefung:hover {
background-image:url(../images/icons/icon_pruefung_on.gif)
}

.icon_small_auto {
background-image:url(../images/icons/small/icon_auto.gif)
}

.icon_small_roller {
background-image:url(../images/icons/small/icon_roller.gif)
}

.icon_small_125 {
background-image:url(../images/icons/small/icon_125.gif)
}

.icon_small_lkw {
background-image:url(../images/icons/small/icon_lkw.gif)
}

.icon_small_bus {
background-image:url(../images/icons/small/icon_bus.gif)
}

.icon_small_trecker {
background-image:url(../images/icons/small/icon_trecker.gif)
}

.icon_small_motorrad {
background-image:url(../images/icons/small/icon_motorrad.gif)
}

.icon_small_mofa {
background-image:url(../images/icons/small/icon_mofa.gif)
}

.icon_small_klassen {
background-image:url(../images/icons/small/icon_klassen.gif)
}

.icon_small_kosten {
background-image:url(../images/icons/small/icon_kosten.gif)
}

.icon_small_lernsystem {
background-image:url(../images/icons/small/icon_lernsystem.gif)
}

.icon_small_pruefung {
background-image:url(../images/icons/small/icon_pruefung.gif)
}

.icon_small_quad {
background-image:url(../images/icons/small/icon_quad.gif)
}

.icon_small_17 {
background-image:url(../images/icons/small/icon_17.gif)
}

.icon_small_ferien {
background-image:url(../images/icons/small/icon_ferien.gif)
}

.icon_small_automatik {
background-image:url(../images/icons/small/icon_automatik.gif)
}

.icon_small_aspasf {
background-image:url(../images/icons/small/icon_aspasf.gif)
}

.icon_small_behinderung {
background-image:url(../images/icons/small/icon_behinderung.gif)
}

.icon_ansprechpartner {
background-image:url(../images/icons_extern/user.png)
}

.icon_telefon {
background-image:url(../images/icons_extern/telephone.png)
}

.icon_mobil {
background-image:url(../images/icons_extern/phone.png)
}

.icon_adresse {
background-image:url(../images/icons_extern/house.png)
}

.icon_oeffnungszeiten {
background-image:url(../images/clock.png)
}


.icon_bewertungen {
background-image:url(../images/group.png)
}



.icon_images_all {
background-image:url(../images/images.png)
}


.icon_success_general {
background-image:url(../images/accept.png)
}

.icon_success {
background-image:url(../images/medal_gold_3.png)
}

.icon_medium {
background-image:url(../images/medal_silver_3.png)
}

.icon_internet {
background-image:url(../images/icons_extern/world.png)
}

.icon_kontaktformular {
background-image:url(../images/icons_extern/email.png)
}


/* Boxes */

.box {
border:1px solid #dfe4e9;
padding:10px;
margin-bottom:20px;
background-color:#fff;
border-radius: 5px;
}

@media (max-width: 767px) {

	.box-sm-noborder {
		border:0;
	}
}

.box_teaser {
border:1px solid #dfe4e9;
padding:0;
margin-bottom:20px;
background-color:#fff;
-moz-border-radius:10px;
-khtml-border-radius:10px;
margin-right:20px;
float:left
}

.box_teaser_right {
margin-right:0
}

.box_teaser .box_img_teaser_title {
font-size:18px;
margin-bottom:15px
}

.box_teaser img {
-moz-border-radius:0 10px;
-khtml-border-radius:10px
}

.box_img_teaser_text {
font-size:11px;
margin-bottom: 15px;
}

.col2 .box_img_teaser_text {
margin-right: 125px;
}

.box_img_teaser_img {
margin:0;
float:right;
box-shadow:-2px 2px 3px #666
}

.box_teaser_inner {
padding:10px
}

.box_title {
color:#0e71b8;
background-image:url(../images/bg_box_title.png);
background-repeat:no-repeat;
background-position:left bottom;
padding-bottom:5px;
margin-bottom:10px;
font-size:14px
}

.box_lightblue {
background-color:#f1f7fb;
background-image:url(../images/bg_box_lightblue.gif);
background-repeat:repeat-x
}

.box_lightgrey {
background-color:#fff;
background-image:url(../images/bg_box_lightgrey.gif);
background-repeat:repeat-x
}

.box_grey {
background-color:#f3f3f3;
border:0
}

.box_foto {
height:175px
}

.box_ads {
padding:10px 5px
}

.box_img_teaser {
background-repeat:no-repeat;
background-position:right top;
background-color:#F5F5F5;

}

.box_teaser {
	background-color:#F5F5F5;
}

.box_img_teaser_lernsystem {
background-image:url(../images/img_teaser/bg_box_img_teaser_lernsystem.gif);
background-size: 400px 50px;
}

.box_promo {
background-color:#fff;
border:1px solid #f9c333
}

.box_promo.box_title_promo {
font-size:12px;
margin-bottom:10px
}

.box_promo.box_promo_text {
margin-bottom:10px
}


.box_img_teaser_2cols_left {
width:49%;
float:left;
}

.box_img_teaser_2cols_right {
width:49%;
float:right;
}


@media (max-width: 767px) {

	.box_img_teaser_2cols_left,.box_img_teaser_2cols_right {
		width:100%;
		float:left;
	}
}


/* Lines */

.line_40 {
height:0;
line-height:0;
font-size:0;
border-bottom:1px solid #eee;
margin:20px 0
}

.line_20 {
height:0;
line-height:0;
font-size:0;
border-bottom:1px solid #eee;
margin:10px 0
}

.separator_40 {
height:0;
line-height:0;
font-size:0;
margin:20px 0
}

.separator_20 {
height:0;
line-height:0;
font-size:0;
margin:10px 0
}


/* Slider */

.box.slider {
	margin-bottom:0;
	background-image: url(https://www.fahrschule-123.de/images/start_foto/start_foto_01.jpg);
	background-color: white;
	padding:0;
	background-position:right 0px;
	background-repeat:no-repeat;
	

	border-radius: 6px;
	margin-bottom: 15px;
}
.slider ul {
	list-style-image:none !important;
	margin-left:0 !important;
}
.slider_inner {
	padding: 10px;
}
.slider_bottom {
	height: 10px;
	background-color: #1771B5;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	width: 100%;

}
@media (max-width: 991px) {
	.slider_bottom {
		display: none;
	}
}
@media (max-width: 1200px) {
	.box.slider {
		background-position:540px 0px;
	}
}

@media (max-width: 991px) {
	.box.slider {
		background-image: none;
	}
}


@media (max-width: 767px) {
	.box.slider {
		border:0  !important;
		border-radius: 0 !important;

		margin-bottom:0px !important;
		padding-bottom:0 !important;
		text-align: center;
	}

	.slider_content_right {
		display:block;
		margin:0 auto;
		float:none !important;
	}
	.slider_content_right {
		text-align: left;
	}
}


.slider_area h1 {
margin-bottom:15px
}


.slider_content {
width:505px;
height:230px;
margin:0;
overflow:hidden
}

.slider_content_left {
width:180px;
margin-right:25px;
float:left
}

.slider_content_right {
width:300px;
float:left
}

.slider_prev {
width:40px;
height:250px;
display:block;
float:left
}

.slider_next {
width:40px;
height:250px;
display:block;
float:left
}

.slider_area {
width:540px;
height:305px;
background-color:#fff;
z-index:100;
}


.slider_search {
width:300px;
height:130px;
background-image:url(../images/bg_slider_search.gif);
background-repeat:no-repeat;
padding:45px 19px 20px;
color:#fff
}

.slider_search .slider_search_query {
width:210px;
height:45px;
background-image:url(../images/bg_slider_search_query.png);
background-color:transparent;
background-repeat:no-repeat;
border:none;
float:left;
margin-top:5px
}

.slider_search .slider_search_query input {
width:190px;
height:30px;
border:none;
font-size:16px;
padding:2px 5px;
margin:5px;
color:#999
}

.slider_search .slider_search_query input:focus {
color:#333
}

.slider_search .slider_search_submit {
width:51px;
height:45px;
background-image:url(../images/bg_slider_search_submit.png);
background-repeat:no-repeat;
float:left;
margin-top:5px
}

.slider_search .slider_search_submit:hover {
width:51px;
height:45px;
background-image:url(../images/bg_slider_search_submit_hover.png);
background-repeat:no-repeat;
float:left
}

.slider_cities {
width:300px;
height:100px;
background-image:url(../images/bg_slider_cities.gif);
background-repeat:no-repeat;
padding:45px 19px 20px;
color:#fff
}

.slider_cities a {
color:#fff
}

.slider_cities a:hover {
color:#fff;
text-decoration:underline
}

.slider_title {
color:#fff;
width:276px;
font-size:15px;
font-weight:700;
letter-spacing:0;
padding:5px;
background-color:#f9b233;
border:2px solid #ff6c00;
-moz-border-radius:5px;
-khtml-border-radius:5px;
margin-top:8px
}

.slider_text {
font-size:12px;
line-height:16px
}

.slider_image {
max-height:220px;
max-width:175px;
overflow:hidden;
margin-top:9px
}

/* Autocomplete */

.acResults {
	padding: 0px;
	border: 1px solid #EA990D;
	background-color: #fdfdfd;
	border-radius: 5px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top:0;
	overflow: hidden;
	z-index:10000;
}

.acResults ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style: none;	
}

.acResults ul li {
	margin: 0px;
	padding: 5px 5px;
	cursor: pointer;
	display: block;
	font: menu;
	font-size: 14px;
	overflow: hidden;
}

.acLoading {
	background : url('../images/indicator.gif') right center no-repeat;
}

.acSelect {
	background-color: #FEA606;
	color: black;
}

/* Lists */

.container-content ul {
	list-style-image:url(../images/bg_bullet.png);
	margin-left:25px;
}

.container-content #book_menu_infos ul{
	margin-left:45px;
}

.container-content ul.light,
.container-content .icons ul,
ul.icons,
.school_largebuttons ul {
	list-style-image:none;
	margin-left:0;
	font-weight:400!important;
}

.container-content .icons ul a {
	font-weight:400!important
}

#subnavigation ul {
margin-left:15px
}

#subnavigation ul li {
list-style-image:url(../images/bg_bullet.png);
line-height:25px;
margin:0;
font-size:11px
}

#subnavigation ul li a {
font-size:11px;
color:#0e71b8
}

#subnavigation ul li.current {
font-weight:700
}

/* Promille */

.ui-slider {
background:#3586BE !important;
float:left;
border:1px solid #0065AF!important
}
.rechner label {
    display: inline;
}
.rechner .ui-widget-content {
    float: none;
}

.rechner .choice {
    float: left;
    height: 5em;
    margin-left: 30px;
    width: 25%;
    margin-right: 1em;
}

.rechner .slider {
    height: 5em;
    width: 20%;
    float: left;
    margin-right: 1em;
}

.rechner .slider input {
    width: 3em;
}


#slider-age, #slider-height, #slider-weight {
    margin-top: 0.3em;
    width: 100%;
}


.drinks {
    height: 80px;
    width: 600px;
    float: left;
}

.drinks:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.example-drink {
    margin-right: 20px;
}

#create-drink {
    margin-top: 6px;
    margin-left: 40px;
}

.drink {
    float: left;
    height: 60px;
    width: 30px;  /* total width is width+padding=80px */
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    font-size: 9px;
    font-family: sans-serif;
    font-weight: bold;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.mydrink {
    background: url('../images/promillerechner/cocktail.jpg');
    background-repeat: no-repeat;
}

.beer02 {
    background: url('../images/promillerechner/beer-icon.jpg');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 10px 22px;
}

.beer033 {
    background: url('../images/promillerechner/beer-icon.jpg');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 6px 10px;
}

.beer05 {
    background: url('../images/promillerechner/beer-icon.jpg');
    background-repeat: no-repeat;
}

.wine0125 {
    background: url('../images/promillerechner/wein.jpg');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 6px 10px;
}

.wine025 {
    background: url('../images/promillerechner/wein.jpg');
    background-repeat: no-repeat;
}

.sekt01 {
    background: url('../images/promillerechner/sekt.jpg');
    background-repeat: no-repeat;
}

.schnaps2cl {
    background: url('../images/promillerechner/schnaps.jpg');
    background-repeat: no-repeat;
}


.drink-table td {
    border: 2px solid #cccccc;
}

.drink-table {
    width:100%;
    float:left;
}

.drink-table .drink-container {
    height: 160px;
    width: 95px;
}

.deletebutton {
    float: left;
    background-image: url('../images/cancel.png');
    background-repeat: no-repeat;
    left: -30px;
    top: 5px;
    width: 16px;
    height: 16px;
}

.promille-now {
    color: #0e71b8;
    font-weight: bold;
}

.hinweise {
    font-size: x-small;
}

.ui-dialog.ui-widget-content, .ui-dialog .ui-widget-content {
   
}

.ui-dialog .ui-widget-content {
    float: none;
}

.ui-widget-overlay {
    position: fixed;
}

#plotholder {
	width:100%;
	height:300px;
	float:left;
}

.dashed-placeholder {
    border: 2px dashed #999;
    width: 100%;
    height: 160px;
    background: #777;
    color:#fff;
    font-size:30px;

    text-align:center;
    vertical-align:middle;
    line-height: 145px;
    padding: 0px;
    position: absolute;
    margin: 0px 0 0 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";       /* IE 8 */
    filter: alpha(opacity=50);  /* IE 5-7 */
    -moz-opacity: 0.5;          /* Netscape */
    -khtml-opacity: 0.5;        /* Safari 1.x */
    opacity: 0.5;               /* Good browsers */

    border-radius: 10px;
}

#promilleresults {
    padding-top: 2em;
    width: 100%;
    float:left;
}

#promilleresults h2 {
    margin-bottom:5px;line-height:17px;
}
#promilleresults b {
    margin-bottom:10px;line-height:25px;
}

#promilleresults td {
    font-size:13px;
}
#promille {
    font-weight: bold;
}

#facebook_share_promille {

	margin-top:20px;
}
.pagination_wrapper {
	text-align:center;
}
.nomargin {
	margin:0;
}
.nobottomborder {
	border-bottom:0;
}

/* Quiz */

.quizimage {
float:left;
margin-bottom:5px;
text-align:center;
vertical-align:middle;
width:33%;
position:relative;
background-color:#fff;
height:100%;
padding:20px;
border-radius:5px
}

.quizimage .solution {
position:absolute;
top:0;
left:0;
color:#fff;
text-align:center;
vertical-align:middle;
width:100%;
font-size:25px;
font-weight:700;
padding-top:130px;
height:170px
}

.quizimage img {
border-radius:5px;
width:100%;
max-width: 300px;
height: auto;
}

/* Bread */
.breadcrumb {
	border: 2px solid #1872B6;
	background-color: rgba(24, 114, 182, 1);
	color:white;
}
.breadcrumb a{
	color:white;
	text-decoration: underline;
}

.breadcrumb li {
	  margin: 0;
}

/* Forum */

.forum_header {
	background-color: #2B85C4;	
	padding: 10px;
	color: white;
	border-radius: 5px 5px 0 0;
}


.forum_header a{
	color: white;
	font-weight: bold;
}

.forum_big_box {
	-webkit-box-shadow: 0px 0px 8px #adadad;	/* webkit browser*/ -moz-box-shadow: 0px 0px 8px #adadad;	/* firefox */ box-shadow: 0px 0px 8px #adadad;

}
.forum_body {
	padding: 10px;
	border:1px solid grey;
	margin: 0px 0px 20px 0px;
}

.forum_box {
	margin:5px 0 5px 0;
	border-bottom: 1px solid #2B85C4;
}
.forum_body h2 {
	line-height: 20px;
}

.forum_body a{
	font-size:14px;
	font-weight: bold;
}
.forum_text{
	float:left;
	margin: 0px 0 0 15px;
}
.forum_description {
	width: 300px;
	font-size:11px;
}
.forum_icon{
	float:left;
	margin:5px;
}

.forum_last {
	float:right;
	margin:5px;
	width: 300px;
	font-size:12px;
	text-align: right;
}

.forum_last a{
	font-size:12px;
}

.forum_stats {
	float:right;
	margin:5px;
	width: 150px;
}

.forum_last_micro {

	font-size:11px;
}

.forum_name {
	float: left;

}

.forum_head_right {
	float:right;
}
.forum_head_right_mid {
	float:right;
	margin-right:265px;
}

.forum_head_right_sub {
	float:right;
}
.forum_head_right_mid_sub {
	float:right;
	margin-right:70px;
}

.forum_stats_sub {
	float:right;
	margin:5px;
	width: 100px;
}

.forum_last_sub {
	width: 170px;
	float:right;
	margin:5px;
	font-size:12px;
	text-align: right;

}

.forum_minibox {
	float:left;
	margin: 5px;
	border: 1px solid #2B85C4;
	width: 200px;
	height: 80px;
	padding: 10px;
}

.forum_textbox {
float:left;
width: 755px;

}

.forum_userbox {
float:left;
width: 200px;
}

/* Fahrschule */

table#fulltable {
width:100%;
border-collapse:collapse;
margin:1em 0
}

#fulltable th,#fulltable td {
text-align:left;
padding:.5em;
}

#fulltable th {
color:#fff;
text-align:center
}

#fulltable td {
text-align:left
}

#fulltable tr.even td {
background:#F7F9FA
}

#fulltable tr.odd td {
background:#BECEDB
}

#fulltable th.over,tr.even th.over,tr.odd th.over {
background:#0275B6
}

#fulltable th.down,tr.even th.down,tr.odd th.down {
background:#0275B6
}



#cm {
float:left;
width:220px;
text-align:center;
margin:0;
color:#fff;
font-family:Arial;
margin-top:5px;
border:1px solid #a5cbf1;
background-image:url(../images/bg_bg.png);
padding-top:5px;
border-radius:5px;
box-shadow:0 0 5px #ccc
}

#cm #pay {
width:100%;
font-size:20px;
font-family:Arial;
text-align:center;
font-weight:700;
margin-top:10px
}

#cm .price {
margin-top:10px;
font-size:13px;
color:#fff;
font-family:Arial;
border-bottom:1px solid #a5cbf1;
border-top:1px solid #a5cbf1;
text-align:center;
font-weight:700;
padding:7px 3px
}

#cm .rtext {
font-size:20px
}

#cm #socialmedia {
width:200px;
text-align:center;
margin:0;
height:110px;
font-family:Arial;
margin-top:5px;
padding:0
}

#cm #over {
width:100%;
font-family:Arial;
background-color:#F1F7FB;
text-align:center;
border-left:1px solid #a5cbf1;
border-right:1px solid #a5cbf1;
border-bottom:1px solid #a5cbf1;
height:55px
}

#cm #ersparnis {
padding-top:7px;
width:98px;
font-family:Arial;
float:right;
font-weight:400;
font-size:14px;
height:50px;
text-align:center;
border-left:1px solid #a5cbf1
}

#cm #rabatt {
padding-top:7px;
width:98px;
height:50px;
font-family:Arial;
font-size:14px;
text-align:center;
float:left;
font-weight:400
}

#heading {
color:#000;
font-family:Arial;
font-size:23px;
font-weight:700;
margin-bottom:15px
}

#fimage img {
border-radius:5px
}


#fimage {
float:right;
border:1px solid #a5cbf1;
background-color:#fafafa;
margin-bottom:5px;
text-align:center;
vertical-align:middle;
width:452px;
border-radius:5px
}




.school_logo {
margin-right:3px;
margin-top:5px;
width:450px;
float:right
}



.school_certificates {
text-align: right;	
height: 20px;
width: 110px;
float: right;
}

.school_certificates_button {
cursor: pointer;
height: 20px;
}

.school_certificates_explanation {
display: none;
position: absolute;
width: 300px;
text-align: left;
float: left;
margin-left: -185px;
}

.school_certificates:hover .school_certificates_explanation {
display: block;	
}

.school_certificates_explanation_arrow {
background-image: url(../images/certification_arrow.png);
background-repeat: no-repeat;
background-position: 250px top;
height: 6px;
}

.school_certificates_explanation_content {
border: 1px solid #b7d5f4;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 20px;
background-color: #fff;

-moz-box-shadow: 0px 0px 12px #888;
-webkit-box-shadow: 0px 0px 12px #888;
box-shadow: 0px 0px 12px #888;
}

.school_certificates_explanation_content p, 
.school_certificates_explanation_content li {
font-size: 12px;	
line-height: 20px;
font-family: Verdana, Geneva, sans-serif;
}


.school_certificates_explanation_content ul {
	list-style-image:url(../images/certification_check.png);

}

.school_certificates_explanation_content li {
}



.tab_navigation ul {
height:30px;
border-bottom:2px solid #0e71b8;
list-style-image:none!important;
margin:0!important
}

.tab_navigation ul li {
float:left;
margin:0
}

.tab_navigation ul li a {
font-weight:400;
width:auto;
height:31px;
display:block;
border-top:1px solid #0e71b8;
border-left:1px solid #0e71b8;
border-right:1px solid #0e71b8;
padding:6px 15px;
background-image:url(../images/bg_navigation_link.gif);
background-position:left -3px;
background-repeat:repeat-x;
color:#fff;
text-shadow:#333 1px 1px 5px
}


.voteing {
width: 130px !important;
float:left;
}

.voteing_center {
	margin-left:5px;
}


#gallery {
clear:right;
float:right;
width:100%;
max-width:620px;
}

#gallery .thumbov {
float:right;
height:62px;
margin-left:5px;
border:1px solid #a5cbf1;
text-align:center;
margin-bottom:5px;
vertical-align:middle;
border-radius:5px
}

#gallery .thumbov img {
border-radius:5px
}

#gallery a {
vertical-align:bottom
}

#gallery img {
vertical-align:bottom;
height:60px
}


.tab_navigation ul li.tab_current a {
background-color:#0e71b8;
color:#fff;
background-image:url(../images/bg_navigation_link_hover.gif);
background-position:left -3px;
background-repeat:repeat-x
}

.tab_navigation ul li a:hover {
text-decoration:underline
}

.tab_content {
border-bottom:1px solid #dfe4e9;
border-left:1px solid #dfe4e9;
border-right:1px solid #dfe4e9;
padding:15px 10px 10px
}

@media (max-width: 767px) {
	.tab_content {
	border-top:1px solid #dfe4e9;
	}
}


.tab_navigation_440 {
width:100%;
float:left;
margin-top:20px
}

.tab_navigation_440_ad {
width:210px;
background-color:#eee;
float:left
}

#tab_last a {
-moz-border-radius:0 6px 0 0;
-khtml-border-radius:0 6px 0 0;
border-radius: 0 6px 0 0 !important;


}

#tab_first a {
-moz-border-radius:6px 0 0;
-khtml-border-radius:6px 0 0 0;
border-radius: 6px 0 0 0 !important;
}

.item {
padding-bottom:5px;
margin-bottom:5px;
border-bottom:1px solid #fff;
font-size:11px
}

.item_bz {
width:30%;
font-weight:700;
float:left;
background-repeat:no-repeat;
background-position:left center;
padding-left:25px;
height:16px
}

.item_value {
width: 70%;
font-weight:400;
float:left
}


.school_desc {
width:450px;
float:left
}

.school_largebuttons li {
float:left;
margin-right:16px !important;
width:31%;
display:block;
background-color:#f1f7fb;
background-image:url(../images/bg_box_lightblue.gif);
background-repeat:repeat-x;
border:1px solid #dfe4e9;
padding:1%;
border-radius: 6px;
}

.school_largebuttons li a {
display:block;
background-repeat:no-repeat;
background-position:100% 0px;
}

.school_kontakt {
background-image:url(../images/school_button_kontakt.png)
}

.school_largebuttons li a.school_finanzierung {
background-image:url(../images/school_button_finanzierung.png)
}

.school_largebuttons li a.school_lernsysteme {
background-image:url(../images/school_button_lernsysteme.png)
}

.school_largebuttons li a .school_largebuttons_title {
display:block;
font-size:18px
}

.school_largebuttons li a .school_largebuttons_text {
display:block;
font-size:11px;
color:#333;
width:120px;
margin-top:5px
}



@media (max-width: 767px) {
	.school_largebuttons li {
		width:100%;
		margin-bottom: 20px;
	}
	#fimage {
		float:none;
		width:100% !important;
		height:100%;
	}

	#fimage img {
		width:100% !important;
		height:100%;
	}

	.school_logo {
		margin:0;
		width:100% !important;
		float:none;
	}

	#cm {
	display: none;
	}

	.tab_navigation ul {
		border:0;
		height:auto;

	}
	.tab_navigation ul li {
		width: 100%;

	}
	.tab_navigation ul li a,
	#tab_first a,
	#tab_last a {
		border-radius: 6px !important;
		width: 100%;
		margin: 5px 0;
	}
	.item_bz {
		width: 100%;
	}
	.item_value {
		width: 100%;
	}
}


/* VMAP */
#vmap {
	width: 100%; 
	min-height:400px;
	max-height: 800px;
}

.jqvmap-zoomin,
.jqvmap-zoomout
{
	position: absolute;
	display: none;
}


.jqvmap-label
{
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #292929;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 3px;
}
.jqvmap-zoomin
{
	top: 10px;
}
.jqvmap-zoomout
{
	top: 30px;
}
.jqvmap-region
{
  cursor: pointer;
}



/* Search */

.searchlist td {
	word-break:break-word;
}

.searchform_start {
background-color:#B6D1EB;
background-image:url(../images/searchform_start.gif);
background-position:center bottom;
background-repeat:repeat-x;
margin:0 auto;
padding:0;
border-radius: 6px;
}

.searchform_start table {
	
height:130px;
margin:0;
padding:0;
width:388px
}
.searchform_start_head {
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}

.searchform_start table td {
padding:4px
}

.searchform_start table td.searchform_start_head {
background-color:#467EB1
}

.searchform_start table td.searchform_start_head h3 {
color:#FFF;
margin:0;
padding:0
}

.searchform_start_lupe {
background-image:url(../images/searchform_start_lupe.png);
background-position:center center;
background-repeat:no-repeat
}

@media (max-width: 767px) {
	.searchform_start_lupe {
		width:0px;
		margin:0;
		padding: 0 !important;
		background-image:none;
	}
}

#myModal {

	z-index: 200000;
}

@media (max-width: 767px) {
	#myModal {

	}
	#myModal .modal-dialog {

	}

	#myModal .modal-content {
		height: 100%;
		/*border:0;*/
	}
	#myModal #modal_angebote {
		font-size: 15px;
	}

	#myModal input,
	#myModal select {
		margin-bottom: 10px;
	}
}

.mylittleinfobuttonx {
	bottom: 0;
	z-index: 100000;
	padding: 10px 10px 20px 10px;
	cursor: pointer;
	right: 40px;
	background-color:#2e84c1;
	color: white;
	font-size:15px;
	font-weight: bold;

	position: fixed;
	width:260px;
	height:40px;

	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;

	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;


	border: 2px solid #0e71b8;
	border-bottom: 0;

}


@media (max-width: 767px) {
	.mylittleinfobuttonx {
		right: none;
		left: 0px;
		position: fixed;
		width:100%;
		height:40px;

		-webkit-border-top-left-radius:0px;
		-moz-border-radius-topleft:0px;
		border-top-left-radius:0px;
		-webkit-border-top-right-radius:0px;
		-moz-border-radius-topright:0px;
		border-top-right-radius:0px;

		-webkit-border-bottom-left-radius:0px;
		-moz-border-radius-bottomleft:0px;
		border-bottom-left-radius:0px;
		-webkit-border-bottom-right-radius:0px;
		-moz-border-radius-bottomright:0px;
		border-bottom-right-radius:0px;


		border: 0;

	}
}

.pac-container {
    background-color: #FFF;
    z-index: 20;
    position: fixed;
    display: inline-block;
    float: left;
}



/* Formatierungen für Öffnungszeiten Eintragung/Edit */

.fsOpeningsTable tr th {
	text-align: center;
}

.fsOpeningsTable tr td, .tableOpenings tr th {
	border-left: none;
}

.fsOpeningsTable tr td input {
	width: 18px;
}

.fsOpeningsAdd {
	font-size: 11px;
	cursor: pointer;
}

.fsOpeningsAdd i {
	margin-top: -1px;
}

.fsOpeningsDelete {
	cursor: pointer;
}

/* Formatierungen für Checkliste */

.checklistHint {
	float: right;
	color: #0e71b8;
	font-size: 16px;
	color: #0e71b8;
font-size: 18px;
margin: 1px 1px 10px 0;
line-height: 25px;

}	

#checklistHintX, #checklistHintY {
	display: inline;
}

.checklistCategory {
	background-color: #2B85C4;	
	padding: 10px;
	color: white;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.checklistOuter {
	
}

.checklistTitle {	
	height: 50px !important;
	line-height: 28px;
	padding: 10px !important;
	min-height: 0px !important;
	margin-left: 55px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	border-radius: 8px;
}

.checklistTitle.done {
	color: #858585;
	border: 1px solid white;
}	

.checklistChecked {
	background-size: 100% auto !important;
	height: 50px;
	width: 50px;
	float: left;
	cursor: pointer;
}

.checklistChecked.unactive {
	background: url('../images/checkliste/check_unactive.png') no-repeat;
}

.checklistChecked.active {
	background: url('../images/checkliste/check1.png') no-repeat;
}

.checklistMore {
	float: right;
	font-size: 11px;
	font-weight: normal;
	padding-right: 15px;
	cursor: pointer;
}

.checklistMore.more {
	background: url('../images/checkliste/moreDown.png') right no-repeat;
}

.checklistMore.less {
	background: url('../images/checkliste/moreUp.png') right no-repeat;
}

.checklistContent {
	margin-left: 55px;
	padding: 15px 20px !important;
	min-height: 0;
	margin-bottom:5px;
	border-radius: 8px;

}


.checklistContent ul  {

margin-top:10px;
}

.checklistContent ul li {
list-style-type:disc;
line-height:18px;
margin-left:20px;
}

.checklistProgress {
	height: 30px;
	margin: 20px 0 0 0;
	clear:both;
}

.checklistBar {
	font-weight: bold;
	height: 30px;
	line-height: 26px;
	font-size: 18px !important;
}

.checklistBarStart {
	text-align: center;
	font-weight: bold;
	color: green;
	height: 30px;
	line-height: 30px;
	font-size: 16px !important;
}

.checklistModalBody {
	max-height: 600px;
}

.checklistModalBody h3 {
	margin: 40px 0 0 0;
	display: block;
}
.checklistModalBody a {
	font-weight: bold;
	display: block;
	line-height: 20px;
	text-align: center;
	height: 20px;
	min-width: 20px;
	border: 1px solid #b8b8b8;
	float: left;
	padding: 5px;
	margin: 0 10px 0 0;
}

.checklistModalBody a:hover {
	background: #0e71b8;
	color: white;
}


#costplanTotal {
	display: inline;
}

.costplanProgress {
	height: 30px;
	clear:both;
	margin: 20px 0 20px 0;
}

.costplanTitle {	
	height: 50px !important;
	line-height: 28px;
	padding: 10px 1px 10px 10px !important;
	min-height: 0px !important;
	margin: 0 0 5px 5px;
	font-weight: bold;
	font-size: 14px;
	border-radius: 8px;
	float: left;
	width: 100%;
}

.costplanTitle.done {
	color: #858585;
	border: 1px solid white;
}	

.costplanAppend {
	float: right;
}

.costplanInput1 {
	width: 80px;
	height: 40px !important;
	font-size: 20px !important;
	
}

.costplanAddon {
	height: 40px !important;
	line-height: 38px !important;
	font-size: 20px !important;
	font-weight: bold;
	padding: 4px 10px !important;
}

.costplanTitleHours {
	width: 370px;
	margin-right: 5px;
}

.costplanAppendHours1, .costplanAppendHours2 {
	float: left;
}

.costplanAppendHours1 input, .costplanAppendHours2 input {
	width: 50px;
}

.costplanTitleX {
	width: 50px;
	text-align: center;
	padding-left: 0 !important;
	margin-right: 5px;
}



