/* popup.css */

.popup .sizeM {
	width:535px;
}
* html .popup .sizeM {/* IE Hack */
	width:534px;
}
.popup .sizeL {
	width:635px;
}
body.smallheader {
	background: #fff url(/images/common/header_bg.gif) top left repeat-x;
}

/* Header */
.topBorder {
	position:relative;
}
.topBorder .leftCorner {
	position:relative;
	margin-right:10px;
	height:10px;
	background: url(/images/common/border_yellowfad478.png) 0px 0px no-repeat;
}
.topBorder .rightCorner {
	position:absolute;
	top:0px;
	right:0px;
	width:10px;
	height:10px;
	background: url(/images/common/border_yellowfad478.png) 100% 0px no-repeat;
}
.head .content {
	background-color:#fad478;
	height:35px;
	padding:0 10px;
}
.head h1 {
	font-size:18px;
}
h1 {
	font-size:18px;
	font-weight: normal;
	color:#777;
	margin: 10px 0;
}
h2 {
	font-size:14px;
	font-weight: bold;
	color:#555;
	margin: 12px;
}
h3 {
	font-size:12px;
	font-weight: bold;
	color:#555;
	margin:0px;
	padding:0px;
}
p {
	margin:0px;
	padding:0px;
}
.popup_btnClose {
	position:absolute;
	top:18px;
	padding-left:500px;
}

/* Content */
.popupContent {
	margin:15px 0 10px 15px;
	width:520px;
}
.popupContentSizeL{
	margin:15px 0 10px 15px;
	width:610px;
}
.popupContent input.sizeM{
	width:295px;
}
.popupContent textarea.sizeM{
	width:295px;
}
.faqIcon {
	padding-right:5px;
	padding-left:0px;
	padding-top:2px;
}
.reply {
	padding-top:5px;
	padding-bottom:5px;
}
.popupContent .separator {
	width:1px; 
	height:100px; 
	margin:0;
	background-color:#777;
}
.popupContent.firstVisit table {
	background-color:#f1f1f1; 
	margin:5px 0 5px 0;
}
.popupContent.firstVisit #where_home {
	border:2px solid #555555;
	padding:5px 3px;
	margin-top:3px;
}
.popupContent.firstVisit .btnYellowwhite .leftpart {
	background:url(/images/common/btn_yellowwhite.png) left top no-repeat;
	float:left;
	height:30px;
	width:14px;
}
.popupContent.firstVisit .btnYellowwhite input {
	background:url(/images/common/btn_yellowwhite.png) right top no-repeat;
	border:0px;
	margin-left:-9px;
	padding:8px 12px 9px 4px;
}
.popupContent.firstVisit p *{
	font-size:12px;
}
.popupContent.firstVisit p {
	font-size:12px;
}

/* Footer */
#footer ul.metaNav {
	float:right;
}
#footer ul.metaNav li {
	margin-right:5px;
	border-right:1px solid #99a;
}
#footer ul.metaNav li.last {
	margin-right:0;
	border:none;
}
#footer ul.metaNav li a {
	padding-right:5px;
}
#footerPopup {
	padding-left:15px;
}
.footerC2C {
	border-top:1px solid #777;
	clear:both;
	margin-top:15px;
	padding:3px 10px 4px;
	width:95%;
}
.popupContent.firstVisit .footer {
	border-top:1px solid #AAAAAA;
	margin-top:35px;
	padding:5px 10px 10px;
	width: 460px;
}
.popupContent.firstVisit .footer table {
	background-color:#fff;
}

/* GoHandwerk */
.goHandwerk .header{
	background: url(/images/de/partner/goHandwerk_popupheader.png) top left no-repeat;
    position: relative;	
	width:570px;	
    padding-top: 62px;
}
.goHandwerk .header h1{
	color:#555;
    margin:0px 0px 2px 170px;
	font-weight:bold;
}
.goHandwerk .header p{
    margin-left: 170px;
    padding-bottom: 35px;
}
.goHandwerk .header .close{
	position:absolute;
    right: 0px;
	top:14px;
}
.goHandwerk .content {
	width:570px;	
}
.goHandwerk .content .title {
	font-size:16px;
	font-weight:bold;
    margin-bottom: 10px;
    margin-left: 10px;	
}
.goHandwerk .content a.print {
	background: url(/images/common/icon_print.gif) 0px -1px no-repeat;
	float:right;
	padding:0 0 1px 19px;
}
.goHandwerk .footer{
    margin-bottom: 10px;
    margin-top: 45px;
}
