#caption {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: FFFF00;
	margin-bottom: 20px;
	margin-top: 20px;
}

#caption h1 {
	font-size: 25px;
	margin-bottom: 10px;
}

#caption h1 span img {
	position: relative;
	width: 42px;
	height: 42px;
	top: 10px;
}

h2 {
	font-size: 20px;
	padding-top: 5px;
}

h3 {
	font-size: 15px;
	padding-top: 5px;
}

/* img {
	padding: 10px;
} */

.img_text {
	font-size: 12px;
	font-weight: bold;
	width: 800px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 15px;
}

/* Tabellen */

div.row {
	clear: both;
	padding-top: 10px;
}

div.row span.label {
	float: left;
	width: 25%;
	text-align: right;
	font-weight: bold;
}

div.row span.value {
	float: right;
	width: 74%;
	text-align: left;
}

div.links {
	float: left;
	width: 333px;
}

div.rechts {
	float: right;
	width: 333px;
}

/* Links */

a:link {
	color: #FFFF00;
	text-decoration: none;
}

a:active {
	color: #FFFF00;
	text-decoration: none;
}

a:visited {
	color: #FFFF00;
	text-decoration: none;
}

a:hover {
	color: #FFFFCC;
	cursor: hand;
	border-bottom: 1px dashed #FFFFCC;
}

img {
	border: 0;
}

h2 a:hover {
	text-decoration: none;
	cursor: hand;
	border: 0;
}

h2 a:hover img {
	text-decoration: none;
	cursor: hand;
	border: 0;
}

h2 a .druecker {
	display: none;
}

h2 a:hover .druecker {
	display: inline;
	font-size: 15px;
	font-style: italic;
}

/* Bilder */

.img_jogi_1, .img_jogi_2, .img_aua_han, .img_autos_der_kv {
	display: block;
	height: 76px !important;
	height: 76px;
	text-decoration: none;
	padding: 0px 0px 0px 110px;
}

.img_jogi_1 {
	background: url("../bilder/cars/jogi_1/jogi_1_small_mover.gif") no-repeat;
}

.img_jogi_2 {
	background: url("../bilder/cars/jogi_2/jogi_2_small_mover.gif") no-repeat;
}

.img_aua_han {
	background: url("../bilder/cars/jogi_aua_han_mover.gif") no-repeat;
}

.img_autos_der_kv {
	background: url("../bilder/cars/kv/autos_der_kv.gif") no-repeat;
}

.img_jogi_1:hover, .img_jogi_2:hover, .img_aua_han:hover, .img_autos_der_kv:hover {
	background-position: 0px -76px;
	text-decoration: none;
}


