/* CSS for Lesbiske Damer */

/* Universal classes starts here */

body{
	margin:0px;
	background-color:#6e3e0f;
	background-image: url(../images/bg.gif);
	background-attachment: fixed;
}
.ywidth{
	width: 100%;
}
.yheight{
	height: 100%;
}
a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #afff42;
	text-decoration: underline;
}
a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #afff42;
	text-decoration: underline;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #afff42;
	text-decoration: underline;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF99;
	text-decoration: underline;
}
.normal, .cont-txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.link-01:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #fffabe;
	text-decoration: underline;
	text-transform: capitalize;
}
.link-01:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #fffabe;
	text-decoration: underline;
	text-transform: capitalize;
}
.link-01:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #fffabe;
	text-decoration: underline;
	text-transform: capitalize;
}
.link-01:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #afff42;
	text-decoration: none;
	text-transform: capitalize;
}
/* Universal classes ends here */


/* Content classes starts here */

.top-pad {
	padding-top: 20px;
}
.btm-pad {
	padding-bottom: 40px;
}
.hdr-bg {
	background-color: #afff42;
}
.hdr-border {
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fffabe;
	border-bottom-color: #fffabe;
	border-left-color: #fffabe;
}
.box-border {
	border: 1px solid #FFFABE;
}
.content-pad {
	padding: 10px;
}
/* Content classes ends starts here */

/* CSS ends  here */
.hdr-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 12px;
	color: #6e3e0f;
}
.hdr-bg {
	background-color: #afff42;
	background-image: url(../images/hdr_bg.gif);
	background-repeat: repeat-x;
}
.tn-pad {
	padding: 8px;
}
.tn-border {
	border: 1px solid #FFFABE;
}
.footer-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

