/** 
* PopUp Styles
*/

html { height: 100%; width: 100%; margin:0; padding: 0; }
			
body {
	position: relative;
	height: 100%;
	width: 100%;
	background-color: #FFF;
	margin: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Reset Styles or Set new Styles  */
p { margin: 0; padding: 0 0 15px 0; }
img, a img { border: 0; }
a:link, a:visited, a:active, a:hover { color: #C59217; text-decoration: none; }
a:hover { color: #FFFFFF; }
h1, h2, h3, h4, h5 { font-weight: normal; padding: 0; color: #FFFFFF;  font-family: Georgia, "Times New Roman", serif; line-height: normal; }
h1 { margin: -4px 0 15px 0; font-size: 22px; line-height: 26px; border-bottom: 1px solid #c59217; padding-bottom: 15px; font-weight: normal; }
h1.shop { margin: -4px 0 15px 0; font-size: 22px; line-height: 26px; border: 0; padding: 0; font-weight: normal; }
h1.startseite { margin: 0 0 0 0; font-size: 30px; border: 0; line-height: 34px; color: #c59217; font-weight: normal; }
h2 { margin: 0 0 14px 0; padding: 0; font-size: 15px; font-weight: normal; }
h3 { margin: 0 0 7px 0; font-weight: bold; font-size: 12px; }
.small { font-size: 10px; }

#popup-content {
	background-color: #26364D;
	padding: 15px;
	margin: 15px;
	min-height: 500px;
	width: 500px;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}