/* poupan.css für Website stopit.ch */

#close a {
background-color: #990000;
color: #ffffff !important;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
width: 16px;
font-weight: bold;
position: absolute;
top: 2px;
right: 2px;
text-decoration: none;
border: 1px solid #ffffff;
text-align: center;
font-size: 14px;
}

#popup {
/* background: #C9DBF3; */
 background: #fbfbfb;
width: 480px;
position: absolute;
top: 15px;
left: 15px;
border: 2px solid #d4d0c8;
z-index:99;
}

#popup .textrot{
	color: #990000;
	font-size: 16px;
	font-weight: bold;

}

#popup p{
text-align: left;
padding:5px;
}

#popup .titel{
	color: #990000;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 5px 0px 0px;
	text-align: left;
}

#popup a{
		color: #990000;
}

#popup a:hover{
		color: #000000;
}
