@import url("header.css");
@import url("content.css");
@import url("footer.css");


* { margin: 0; padding: 0; }

html, body { 
	width: 100%; height: 100%; 
	font-family: arial; font-size: 9pt; color: #545454;
}


a { 
	outline: none; -moz-outline: 0; 
	border: none; border-width: 0;
	text-decoration: underline;
	font-family: arial; color: #545454;
}
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }
a:hover { text-decoration: none; }

img { border: none; border-width: 0px; vertical-align: top;}

table { border-collapse: collapse; }



h1, h2, h3, h4, h5, h6 { 
	font-family: verdana; font-size: 12pt; color: #b7151b;
	font-weight: bold; 
	text-align: left; 
}

.cl { clear: both; height: 0; font-size: 0; line-height: 0; }
.c-foot { clear: both; height: 50px; font-size: 0; line-height: 0; }

input, textarea, option, select { font-family: arial; font-size: 9pt; color: #3b3b3b; }

#main-ukash { 
	width: 100%; 
	min-height: 100%;
	background: url("/images/main-ukash.png") 0 0 repeat-x;
	min-width: 932px;
	position: relative;
}

#main-cashu { 
	width: 100%; 
	min-height: 100%;
	background: url("/images/main-cashu.png") 0 0 repeat-x;
	min-width: 932px;
	position: relative;
}


#main-paysafecard { 
	background: url("/images/main-paysafecard.png") 0 0 repeat-x;
	width: 100%; 
	min-height: 100%;
	min-width: 932px;
	position: relative;
}
#main-contact { 
	background: url("/images/main-contact.png") 0 0 repeat-x;
	width: 100%; 
	min-height: 100%;
	min-width: 932px;
	position: relative;
}

*html #main-ukash { height: 100%; }
*html #main-cashu { height: 100%; }
*html #main-paysafecard { height: 100%; }
*html #main-contact { height: 100%; }