/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17.03.2015, 13:58:22
    Author     : liebsche
*/

.bildtextbox_bild {
   overflow: hidden;
}

.bildtextbox_bild img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #CCC;
    border-bottom: none;
    border-top-left-radius: 0.25em;
    border-top-left-radius: 0.187rem;
    border-top-right-radius: 0.25em;
    border-top-right-radius: 0.187rem;
}

.bildtextbox_bild .bild_link img:focus,
.bildtextbox_bild .bild_link img:hover,
.bildtextbox_bild .bild_link img:active {
    border-bottom: none;
}

.bild_ohne_rahmen_1 img {
	border: none;
}

.bild_ohne_rundecken_1 img {
	border-radius: 0;
}

/*.breite_230 {
   max-width: 230px;
}
.breite_480 {
   max-width: 480px;
}*/

.bildboxlink {
   font-size: 0;
}

.bild_ohne_rahmen_1 .bildboxlink img:focus,
.bild_ohne_rahmen_1 .bildboxlink img:hover,
.bild_ohne_rahmen_1 .bildboxlink img:active
{
	border: none;
}

.bildtextbox_text {
	padding: 0.75rem;
	color: white;
	background-color: #7A003F;
	font-size: 0.8rem;
	line-height: 1.1rem;
    border-bottom-left-radius: 0.25em;
    border-bottom-left-radius: 0.187rem;
    border-bottom-right-radius: 0.25em;
    border-bottom-right-radius: 0.187rem;
}
.bildtextbox_text p,
.bildtextbox_text div,
.bildtextbox_text a,
.bildtextbox_text a:before {
	color: white;
}
.bildtextbox_text p:last-of-type {
	margin: 0;
}

.bildtextbox_text a {
	border-bottom-color: white;
}

.bildtextbox_text a:hover {
	background-color: white;
	color: #7A003F;
}
.bildtextbox_text a:hover:before {
	background-color: white;
	color: #7A003F;
}

