/**
 * Global
 */
body {
	min-width: 700px;
}

.body {
	font-family: Roboto Condensed, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 14pt;
	line-height: 1.6em;

	background-color: #f2f2f2;
	/* background: url("../png/concrete_wall_2.png") repeat; */
	/* background: url("../png/xv.png") repeat; */
}

a.reset, a.reset:link, a.reset:active, a.reset:visited, a.reset:focus, a.reset:hover {
	text-decoration: none;
	color: black;
}

.body h1, .body h2, .body h3, #fader h1 {
	/* v0.1 font-family: Domine; */
	font-family: Roboto Condensed, Helvetica, sans-serif;
}

.clear {
	float:clear;
}

.small {
	font-size: small;
}

.details {
	color: #838383;
	right: 1em;
}

.right {
	text-align: right;
}

/* CSS3 Transitions */
.nav ul.menu li, fieldset, input[type="submit"] {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.ad_car img, .ad_car p.caption {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

/**
 * Fader
 */
#fader {
	margin: 0px;
	height: 200px;
	background: url("/bin/jpg/banner_ccb.jpg");
}

#fader #contact {
	position: absolute;
	/* right: 6.1em; */
	right: 2em;
	top: 6em;
	font-size: 10pt;
	font-weight:  bold;
	text-align: right;
	color: #fff;
	line-height: 1.6em;

	text-shadow: 0 0 0.5em #000, 0 0 0.5em #000, 0 0 0.5em #000;

}

#fader #contact a {
	color: #fff;
}

.fade {
	z-index: -100;
	float: left;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 24em;
	font-size: 35px;
	/* opacity: 0.1; */
	background-position: top center;
	background-repeat: no-repeat;
}

#fader h1 {
	padding: 0.5em 0.6em;
	margin: 0;
	color: #fff;
	font-size: 250%;
	text-align: right;
	z-index: 1000;
	text-shadow: 0 0 0.5em #000, 0 0 0.5em #000, 0 0 0.5em #000;
}

/**
 * Startseite
 */
/* Kopf */
.head {
	width: 100%;
	/*height: 12em;*/
	height: 200px;
	border-bottom: 1px solid black;
}

#toggle_head img {
	position: absolute;
	right: 2em;
	margin-top: 1em;
}
#fader_prev img, #fader_next img {
	position: absolute;
	right: 2em;
	margin-top: 1em;
}
#fader_prev img {
	margin-right: 30px;
}
#fader_next img {
	margin-right: -30px;
}

/* Hauptteil */

/* Sidebar */
.sidebar {
	float: right;
	width: 30%;
	border-left: 1px solid #000;
	font-size: 11pt;
	line-height: 1.6em;
	font-weight: 400;
}

.sidebar .box {
	/* v0.1 border-bottom: 1px solid #000; */
	padding: 0 0.5em;
}

.sidebar .box.nav {
	line-height: 2em;
	margin: 2em 0 0;
	padding: 0;
}

/* Navigation */
.nav ul.menu{
	margin: 0;
	padding: 0;
	font-size: 12pt;
	font-weight: bold;
}

.nav ul.menu li {
	margin: 0;
	padding: 0 1em;
	list-style-type: none;
	background-color: #000;
	background-color: rgba(0,0,0,0.5);
	border-bottom: 1px solid black;
	color: #fff;
}

.nav ul.menu:first-child {
	border-top: 1px solid black;
}

/* v0.1
.nav ul.menu:last-child {
	border-bottom: none;
}
*/

.nav .menu li:hover, .nav .menu li:focus, .nav .menu li:active, .nav .menu li.current {
	background-color: transparent;
	color: #000;
}

.nav .menu li.current {
	font-weight: bold;
}

.ad_car {
	display: inline-block;
	margin: 5px 0px;
	width: 250px;
	padding: 10px;
	vertical-align: middle;
	border: 1px solid transparent;
}

.ad_car:hover p {
	font-weight: bold;
}

.ad_car img{
	width: 250px !important;
	opacity: 0.7;
}

.sidebar .ad_car img {
	width: 150px !important;
}
.sidebar .ad_car {
	width: 150px;
}

.ad_car:hover img {
	opacity: 1;
}

.ad_car p.caption {
	font-size: small;
	color: black;
}


/* Mittlere Spalte */
.main {
	border-top: 1px solid transparent;
	margin: 0 30% 0 -1px;
	border-right: 1px solid #000;
	padding: 0 5em;
	text-align: justify;
	text-size: 11pt !important;
	/* FF Bug */
	border-bottom: 1px solid transparent;
}

.main-min-height {
	min-height: 80em;
}

.main img {
	width: 40em;
	border: 1px solid black;
}

.main img.gallery, .main img.no-style {
	width: auto;
	border: none;
}

.box {}

.right {}

.left {}

/* Footer */
.footer {
	text-align: center;
	border-top: 1px solid #000;
	padding: 1em;
}

/* Formulare */
fieldset {
	border-color: #000;
	border: 5px solid rgba(0,0,0,0.5);
}

fieldset:hover {
	border: 5px solid #000;
}

input, textarea {
	width: 59%;
}

textarea {
	height: 7.5em;
}

label {
	font-weight: bold;
	width: 40%;
	display: inline-block;
	margin: 0.5em 0;
}

input[type="submit"] {
	border: 1px solid black;
	margin-bottom: 0.5em;
	background-color: #000;
	background-color: rgba(0,0,0,0.5);
	width: auto;
	padding: 0.25em 2em;

	font-family: Roboto Condensed;
	color: #fff;
}

input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #000;
}


.formrow {
	border-top: 1px solid #000;
	padding-top: 0.5em;
}

.formrow:first-child {
	border: none;
	padding: 0;
}

/* Alert Boxen */
.alert {
	border-radius: 5px;
	border: 1px solid black;
	padding: 0 1em;
	margin: 1em 0;
	color: #595959;
}

.alert a.close {
	text-align: right;
	width: 100%;
	display: inline-block;
	height: 0.25em;
	color: #595959;
}

.alert.success {
	border-color: green;
	background-color: rgba(117, 250, 117, 0.5);
}

.alert.notice {
	border-color: orange;
	background-color: rgba(250, 217, 117, 0.5);
}

.alert.error {
	border-color: red;
	background-color: rgba(250, 117, 117, 0.5);
}

/* Sidebar Fix */
.sidebar .alert {
	margin: 1em 0.5em;
	font-size: small;
}

.table {
	width: 100%;
}

.table td {
	padding: 0.5em 0.5em;
}

.table thead {
	border-bottom: 1px solid #d2d2d2;
}

.table thead {
	font-weight: bold;
	border-bottom: 1px solid black;
}

.table tbody tr {
	border-bottom: 1px dotted #d2d2d2;
}
