﻿/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto;
	/* Negative indent footer by its height */
	margin: 0 auto -40px;
	/* Pad bottom by footer height */
	/*padding: 0 0 40px;*/
}

/* Set the fixed height of the footer here */
#footer {
	padding: 8px 15px;
	height: 40px;
	background-color: #ffffff;
	border: 1px solid #666666;
	border-top: none;
	border-bottom: 3px solid #333333;
}

.container {
	min-width: 850px; /* Minimal-Breite */
}

.container-main {
	width: 100%;
}

.btn {
	border-radius:0px;
}

.btn.btn-primary {
	background-color: #666666;
	border-top-color: #999999;
	border-bottom-color: #333333;
	border-left-color: #999999;
	border-right-color: #333333;
}

.btn.btn-primary:hover {
	background-color: #888888;
}


.popover-content {
  padding: 9px 14px !important;
}
