@import url(bihenny_layout.css);
@import url(bihenny_navigation.css);
@import url(bihenny_formulare.css);
@import url(bihenny_blog.css);
@import url(lightbox.css);
@import url(gaestebuch.css);

a:link{
	color: Blue;
}

a:visited{
	color: Maroon;
}

a:hover{
	color: #c00;
}


img.grundriss{
	border: 1px solid #DFDFDF;
	margin: 0;
	padding: 5px;
}

a:hover img.grundriss{
	border-color: #0099CC;
}


img.grossbild{
	border: 2px solid #F1F1F1;
	padding: 4px;
	background-color: #F9F9F9;
}


table.preise{
	border-collapse: collapse;
	font-size: 12px;
}


table.preise caption{
	color: Black;
	margin: 0;
	font-size: 13px;
	padding: 2px;
	font-weight: bold;
	text-align: left;
}

table.preise td,
table.preise th{
	padding: 2px 10px 2px 10px;
}

table.preise td{
}

table.preise tr.odd td{
	background-color: #F1F5FA;
}

p.dia{
	background-color: #F8F8F8;
	border: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 6px;
	padding-top: 6px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
}

p.dia img{
	border: 1px solid gray;
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}

div.video{
	border-top: 3px solid #FFEBC1;
	border-bottom: 3px solid #FFEBC1;
	padding: 5px;
	font-size: 11px;
	line-height: 15px;
	display: none;
}

ul.bilder{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.bilder li{
	display: inline;
	margin: 0;
	padding: 0;
}

ul.bilder li img,
div.image img{
	border: 2px solid #78A0D7;
	padding: 1px;
	background-color: White;
}

div.image.links{
    float: left;
    margin: 1em 2em 1em 0;
}

div.image.rechts{
    float: right;
    margin: 1em 0 1em 2em;
}

div.video p{
	margin: 0 0 10px 0;
}

#content{
	font-size: 13px;
	line-height: 20px;
}

#content h2{
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	color: #FF6600;
}

#content h3{
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: Black;
	margin: 20px 0 5px 0;
}

#footer{
	font-size: 11px;
	text-align: left;
	color: #666666;
}

#footer p{
	margin: 0 0 5px 0;
}

#footer a:link,
#footer a:visited{
	color: #666666;
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;
	border-bottom: 3px double #666;
	color: #666666;
}

p.infobox{
	font-size: 12px;
	line-height: 17px;
	background-image: url(/gfx/lightbulb.png);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	background-position: 0 2px;
}

img.icon{
	vertical-align: text-top;
}

dl.wohnungen{
	margin: 0 0 20px 0;
}

dl.wohnungen dt{
	background-image: url(../gfx/icons/weather_sun.png);
	font-weight: bold;
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

dl.wohnungen dd{
	margin: 0 0 20px 20px;
}

#content hr{
	color: #93B3DF;
	border-color: #93B3DF;
	background-color: #93B3DF;
	border: 1px solid #93B3DF;
}

ul.wohnungen{
	margin: 15px 0 15px 0;
	padding: 0;
	list-style: none;
}

ul.wohnungen li{
	margin: 0 0 10px 0;
	list-style: none;
	clear: both;
}

ul.wohnungen li a:link,
ul.wohnungen li a:visited{
	padding: 6px;
	border: 1px solid #B9CDE9;
	background-color: #F1F4FA;
	height: 97px;
	display: block;
	text-decoration: none;
	color: black;
}

ul.wohnungen li a:hover{
	border: 1px solid #5283C9;
	background-color: #CDD9F1;
}

ul.wohnungen li a:hover strong{
	text-decoration: underline;
}

ul.wohnungen li img{
	float: left;
	border: 2px solid white;
}

ul.wohnungen li span.nr{
	display: none;
}


html > body ul.wohnungen li span.nr{
	float: left;
	display: inline;
	color: #B9CDE9;
	margin: 5px 0 0 -40px;
	font-size: 50px;
	font-family: "Trebuchet MS", sans-serif;
}

ul.wohnungen li strong,
ul.wohnungen li span{
	margin: 0 0 0 150px;
	display: block;
}