/* @override http://thecatthedogthebird.com/css/doggystyle.css */

body {
	background-image: url(../img/bg2.png);
	background-repeat: repeat;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 64px;
	color: #900;
	text-align: center;
	font-weight: 800;
}
h2 {
	text-align: center;
}
a {
	background-color: #FFF;
	padding-left: .3em;
	padding-right: .3em;
	padding-top: .4em;
	padding-bottom: .4em;
	color: #900;
	text-decoration: none;
	border: 16px solid #12132B;
}

a:hover {
	background-color: #900;
	padding-left: .3em;
	padding-right: .3em;
	padding-top: .4em;
	padding-bottom: .4em;
	color: #FFF;
	text-decoration: none;
}

p {
	font-family: "Courier New", Courier, monospace;
	font-weight: 800;
	color: #900;
	text-align: center;
	font-size: 18px;
}


a.bottom {
	background-color: #12132B;
	padding-left: .3em;
	padding-right: .3em;
	padding-top: .4em;
	padding-bottom: .4em;
	color: #FFF;
	text-decoration: none;
	border: 16px solid #12132B;
}
a.bottom:hover {
	background-color: #900;
	padding-left: .3em;
	padding-right: .3em;
	padding-top: .4em;
	padding-bottom: .4em;
	color: #FFF;
	text-decoration: none;
}



#slideshow {
	position:relative;
	height:450px;
	width:600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 22px;
}

#slideshow DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 450px;
	width: 600px;

	border-right-width: 8px;
	border-bottom-width: 8px;


	border-right-style: solid;
	border-bottom-style: solid;


	border-right-color: rgba(0, 0, 0, 0.5);
	border-bottom-color: rgba(0, 0, 0, 0.5);

}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 450px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

a#nextlinx {
	position: fixed;
	display: block;
	height: 22px;
	text-decoration: none;
	right: 2px;
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #00f85f;
	top: 0px;
	line-height: 22px;
	background: transparent none no-repeat left bottom;
	border-style: none;
}

a:hover#nextlinx {
	background-color: yellow;
}	
	
	
	
.absender {
	font-family: monospace;
	font-size: 12px;
	color: #000000;
	margin: 11px;
}



