
html, body {
  margin:0;
  padding:0;
  border:0;
  width:100%;
  background-color:#fff;
  font-family: verdana, arial, sans serif;
  font-size:11px;
  color:#313336;
}


#popup {
	position:relative;
	height:420px;
	width:400px;
	background-image:url(../img/hg_popup2.gif);
	background-repeat:no-repeat;
}

#popup_content {
	padding-left:21px;
	margin-top:20px;
	margin-bottom:20px;
	width:367px;
	height:340px;
	overflow:auto;
}

#browse {
	position:absolute;
	bottom:20px;
	margin-left:10px;
	width:380px;
}

#popup_content p {
	width:346px;
}

td.schliessen a:link, td.schliessen a:visited {
	text-decoration:none;
	color:#E7271C;
}

td.schliessen a:hover, td.schliessen a:active {
	text-decoration:underline;
	color:#E7271C;
}

#popup_content a:link, #popup_content a:visited, #popup_content a:hover, #popup_content a:active {
	text-decoration:none;
	color:#E8261B;
	font-size:11px;
}

