/* General */
body {
	background: #dddddd;
}
#home {
	background: #e5e5e5 url(../img/bg.png) top center repeat-x;
	margin:0;
	padding:0;
}
#homeheader {
	margin:0;
	padding: 32px 0 20px;
	text-align: center
}
#homeheader h1 {
	margin: 0;
	padding:0;
}
#homeheader p {
	margin: 0;
	padding:0;
}
.mainnav {
	text-align:center;
}
.themeswitcher {
	clear: both;
	margin: 20px 0 0;
}
h2 {
	margin-top:1.5em;
}
p code {
	font-size:1.2em;
	font-weight:bold;
}
dt {
	font-weight: bold;
	margin: 2em 0 .5em;
}
dt code, dd code {
	font-size:1.3em;
	line-height:150%;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
.home {
	top:0.65em;
}
.error{
		color: #F00;
		font-size:0.8em;
		text-align:center;
}
/* Gallery */
.gallery {
	list-style: none;
	padding: 0;
	margin: 0;
}
.gallery:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.gallery li {
	float: left;
	width: 25%;
}
.gallery li a {
	display: block;
	margin: 5px;
	border: 2px solid #000000;
}
.gallery li img {
	display: block;
	width: 100%;
	height: auto;
}
/* Individual Color */
.ui-bar-f {
	border:1px solid #803714;
	background:#101f2b;
	color:#fff;
	font-weight:bold;
	text-shadow:0 -1px 1px #234403;
	background:-webkit-gradient(linear, left top, left bottom, from(#ae4b1b), to(#803714));
	background:-webkit-linear-gradient(top, #ae4b1b, #803714);
	background: -moz-linear-gradient(top, #ae4b1b, #803714);
	background: -o-linear-gradient(top, #ae4b1b, #803714);
	background: linear-gradient(top, #ae4b1b, #803714)
}
.ui-bar-f, .ui-bar-f .ui-link-inherit {
	color:#fff
}
.ui-bar-f .ui-link {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.ui-btn-up-f {
	background:#101f2b;
	background:-webkit-gradient(linear, left top, left bottom, from(#ae4b1b), to(#803714));
	background:-webkit-linear-gradient(top, #ae4b1b, #803714);
	background: -moz-linear-gradient(top, #ae4b1b, #803714);
	background: -o-linear-gradient(top, #ae4b1b, #803714);
	background: linear-gradient(top, #101f2b, #803714);
	border:1px solid #803714;
	color: #feffff;
	font-weight:bold;
	text-shadow:0 -1px 1px #234403
}
.ui-btn-hover-f {
	background:#101f2b;
	background:-webkit-gradient(linear, left top, left bottom, from(#ae4b1b), to(#803714));
	background:-webkit-linear-gradient(top, #ae4b1b, #803714);
	background: -moz-linear-gradient(top, #ae4b1b, #803714);
	background: -o-linear-gradient(top, #ae4b1b, #803714);
	background: linear-gradient(top, #ae4b1b, #803714);
	border:1px solid #803714;
	color:#FFF;
	font-weight:bold;
	text-shadow:0 -1px 1px #234403
}

/* @group Rolf */

.Fahrzeugbild {
	float: left;
	padding: 5px 10px 16px 5px;
}



/* @end */

.FB_Fzgbildrund img {
		float: left;
  display: block;
  width: 100px;
  height: 100px; 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  border: 1px solid #eee;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
	position: relative;
	margin: 3px 13px 8px 10px;
}

.ShowMap img {
max-width:100%; 
}

.FB_Fahrzeugnameinbox {
	font-size: 18px;
	font-weight: bold;
	color: #122132;
	left: 0;
	position: relative;
	top: 30px;
}

.FB_Fahrzeugname {
	font-size: 22px;
	font-weight: bold;
	color: #122132;
}
.FB_Fahrzeugdetails {
	font-size: 12px;
	color: #122132;
	font-weight: normal;
	font-style: normal;
	line-height: 10px;
}


.FB_Fahrzeugkennzeicheninboxsmall {
	font-size: 10px;
	color: #122132;
	top: 30px;
	position: relative;
	left: 0;
}

.FB_Fahrzeugkennzeicheninbox {
	font-size: 14px;
	color: #122132;
	top: 25px;
	position: relative;
	left: 0;
}
