/* CSS Document */
.white_bold{
	color:#FFFFFF;
	font-weight:bold;
}
a.footer_link, a.footer_link:link, a.footer:visited{
	color:#a6a280;
	text-decoration:none;
}
a.footer:visited{
	color:#a6a280;
	text-decoration:none;
}
a.footer_link:hover, a.footer:active{
	color:#a6a280;
	text-decoration: underline;
}
a.textlink:link, a.textlink:visited{
	color:#ffffff;
	font-weight:bold;
	text-decoration: underline;
}

a.textlink:hover, a.textlink:active{
	color:#ffffff;
	font-weight:bold;
	text-decoration: underline;
}

p{
	margin-top:0;
	margin-bottom:14px;
}
.text-input{
	background-color:#707081;
	width:150px;
	color:#FFFFFF;
}
.select-input{
	background-color:#707081;
	width:150px;
	color:#FFFFFF;
	border:0;
}
.file-input{
	background-color:#707081;
}
.submit-input{
	background-color:#707081;
	color:#FFFFFF;
	width:150px;
}
.area-input{
	background-color:#707081;
	color:#FFFFFF;
}
form{
	margin:0;
	padding:0;
}

.ueberschrift{
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}
.trennstrich{
	width:100%;
	height:1px;
	border-bottom:1px solid #949072;
	margin-bottom:40px;
	margin-top:40px;
}
.thumbs{
	position:relative;
	width:800px;
	height:auto;
	margin-bottom:40px;
}
*html .thumbs{
	width:798px;
}
.thumbcontainer{
	position:relative;
	text-align:center;
	text-transform:uppercase;
	margin-right:16px;
	margin-bottom:16px;
	width:188px;
	height:310px;
	float:left;
}
*html .thumbcontainer{

	margin-right:15px;
	
}
.thumbcontainer_om{
	text-align:center;
	text-transform:uppercase;
	width:188px;
	float:left;
	margin-bottom:16px;
}
.ladyThumb{
	width:182px;
	height:273px;
	border:3px solid #FFFFFF;
}
.end{
	position:relative;
	height:1px;
	clear:both;
}
.bigs{
	position: relative;
	margin-left:-15px;
	width:550px;
	height:auto;
	float:left;
}
.big{
	margin-left:15px;
	margin-bottom:15px;
	border:3px solid #ffffff;
}
.data_table{
	float:right;
	width:250px;
}
.tr1{
	background-color:#707081;
	height:15px;
	line-height:15px;
	font-size:10px;
}
.tr2{
	background-color:none;
	height:15px;
	line-height:15px;
	font-size:10px;
}
.td1{
	padding-left:15px;
	padding-right:5px;
	font-weight:bold;
}
.td1{
	padding-left:15px;
	font-weight:bold;
}
a.button {
    background: transparent url('../Bilder/buchen.png') no-repeat scroll top right;
    color: #000;
    display: block;
    height: 30px;
	width:102px;
    text-decoration: none;
}
* html a.button {
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Bilder/buchen.png', sizingMethod='scale');
}

a.button_pl {
    background: transparent url('../Bilder/buchen_pl.png') no-repeat scroll top right;
    color: #000;
    display: block;
    height: 30px;
	width:102px;
    text-decoration: none;
}
* html a.button_pl {
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Bilder/buchen_pl.png', sizingMethod='scale');
}
a.button_en {
    background: transparent url('../Bilder/buchen_en.png') no-repeat scroll top right;
    color: #000;
    display: block;
    height: 30px;
	width:102px;
    text-decoration: none;
}
* html a.button_en {
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Bilder/buchen_en.png', sizingMethod='scale');
}
