body.ff2_custom_body {
	background: #eee;
}

.ff2_custom_wrapper {
	width: 960px;
	margin: 0 auto;
	background: white;
	font-family: Arial, Helvetica;
	padding: 0 20px;
	font-size: 13px;
}

.ff2_custom_footer {
	clear: both;
	padding-top: 40px;
	padding-bottom: 20px;
}

.ffm-table {
	float: left;
    width: calc(100% - 185px) !important;
    font-size: 13px;
}

.ffm-kurslogo {
	width: 120px;
float: left;
margin: 0 40px 10px 0;
}

p.ffm-active-kurs {
	font-size: 15px;
}

.ffm-table .ffm-column {
	padding: 0 0 5px 0 !important; 
	padding: 0 5px 5px !important; /*changed*/
	border: none !important;
	vertical-align: middle;
	white-space: nowrap;
}

.ffm-table .ffm-column-buchen {
	width: 80px; 
	padding-top: 0;
}

.ffm-table .ffm-column-ort-label {
	padding-right: 10px !important;
	color: #aaa;
}

.ffm-table .ffm-column-ort {
	width: 90px;
	white-space: normal;
	line-height: 1;
}

.ffm-table .ffm-column-beginn-label {
	color: #aaa;
}

.ffm-table .ffm-column-freieplaetze {
	font-weight: bold; color: #BE0872;width: 90px;
}

.ffm-table .ffm-column-beschreibung {
}


.ffm-table .ffm-row {
}

.ffm-button, input[type=submit].ffm-button {
	background: #4d4d4d url(button-shade.png) 0 0 repeat-x;
	border: 1px solid #111111;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #f8f8f8;
	display: inline-block;
	font-size: 13px;
	line-height: 1.25em;
	text-decoration: none!important;
	background-color: #bc006e !important;
	border-color: #bc006e !important;
	float: left;
	margin: 0 20px 0 0;
	padding: 8px 15px;
	text-align: center;
}

input[type=submit].ffm-button {
	font-weight: bold;
	width: auto !important;
}

.ffm-button-ausgebucht {
	background-color: rgba(192,18,120,.1) !important;
	border-color: rgba(192,18,120,.1) !important;  
	text-align: center;
}

.ffm-button-ausgebucht span {
	color: #912F87;
	font-weight: bold;
}

.ffm-button:hover, input[type=submit]:hover { 
	color: #ffffff;
	cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}


.ffm-textfeld {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	line-height: 100%;
	border: 1px solid #f2f2f2;
	background: #f2f2f2;
	color: #9e9e9e;
	padding: 7px;
	color: #666;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.625;
	width: 96%;
}
.ffm-textarea {
	height: 50px;
}

.ffm-captcha {
	width: 75px !important;
	float:left;
	margin: 10px 20px 0 0;
}
.ffm-captcha-image {
	float:left;
	margin: 0 20px 0 0;
}
.ffm-textfeld:focus {
	border: 1px solid #bbb;
}

body {
    padding-top: 85px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}
body {
    padding-top: 100px; /* Changed! */
}

.navbar-brand {
	height: auto;
	max-width: 83%;
}

.navbar-brand>img {
    display: block;
    float: left;
    margin-right: 10px;
}

.navbar-brand>h2 {
	color: white;
	padding: 0;
	margin: 0;
}

.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}

@media(min-width:768px) {
    body {
        padding-top: 95px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }
    body{
        padding-top:110px; /*changed!*/
    }
    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}

.row {
    margin-right:0px; 
    margin-left: 0px; 
	padding: 0 0px 10px !important; /*changed*/
}

.ffm-row {
	border-spacing: 0px 10px;
}

.gallery-item {
    float: left;
}