@charset "utf-8";
/* CSS Document */

body {
 font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}

h1 {
	text-align: center;	
} 

#merkliste {
	width: 85%;
    margin: 0 auto;
}

#merklisteContact{
padding-bottom:20px;
}

#contactHaeuser {
clear: both;
}

#contactMerkliste {
width: 100%;	
float: left;
margin-bottom:5px;
}

#telefonButtonMerkliste {
	background-color:#fff;
	border:0px solid #fff;
	color:#333;
	text-decoration:none;
	font-size: 15px;
	width: 100%;
}

#telefonButtonMerkliste:hover {
	color:#8e9458;
	cursor: default;
}

#contactButtonMerkliste {
	background-color:#fff;
	border:0px solid #fff;
	color:#333;
	text-decoration:none;
	cursor: pointer;
	font-size: 15px;
	letter-spacing: 1px;
	width: 100%;
}

#contactButtonMerkliste:hover {
	color:#8e9458;
}

#deleteButtonMerkliste {
	background-color:#fff;
	border:0px solid #fff;
	color:#333;
	text-decoration:none;
	cursor: pointer;
	font-size: 15px;
	letter-spacing: 1px;
	width: 100%;
}

#deleteButtonMerkliste:hover {
	color:#8e9458;
}

.merklisteHeader {
	text-align:center;
	padding-top: 5px;
	font-size: 18px;
	width: 100%;
	overflow: auto;
}

.divMerklisteDeleteContent {	
	position:relative; 
	width: 30%; 
	max-height: 250px; 
	padding: 5px; 
	top: 35%; 
	left: 38%;
	visibility: hidden;
	background-color: white; 
	border-radius: 4px 4px 4px 4px; 
	z-index:3; 
}

.divBackgroundComment {
	background-color: grey; 
	position: fixed; 
	top: 0; 
	right: 0px; 
	bottom: 0px; 
	left: 0px; 
	z-index:2; 
	opacity:0.97;
	visibility: hidden;
}

.merklisteDivider {
	background: url("../images/shadow-pixel.png") repeat-x scroll center top rgba(0,0,0,0);
	height: 6px;
    clear: both;
    width: 100%;
	margin: 2px auto;
}

#buttonDeleteMerkliste{
float:left;
margin-left:5px;	
}
