body {
	background-color: #fffef1;
	background-image: url('./graf/bg2.jpg');
	background-position: top;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0px;
	color: #463a32;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
}

body.intro {
	background-color: #fffef1;
	background-image: none;
	padding: 0px;
	color: #F2F2F2;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
}

.polar {
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.small {	font-size: 10px; }

hr { color: #1e0a0c; background-color: #1e0a0c; height: 1px; border: 0; }

.title{ color: #1e0a0c; font-family: georgia, "Times New Roman"; font-weight: bold; text-decoration: none; font-size: 16px; }

a {color: #4e433d; font-family: georgia, "Times New Roman" ; font-weight: bold; text-decoration: none; }

a:hover { color: #463a32; text-decoration: underline; }

/* SLIDESHOW */
/*** set the width and height to match your images **/

#slideshow1 {
    position:relative;
    height:450px;
}

#slideshow1 DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 450px;
    /*background-color: #FFF;*/
}

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

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

#slideshow1 DIV IMG {
    /*height: 135px;*/
    display: block;
    border: 0;
    margin-bottom: 0px;
}

/*2*/

#slideshow2 {
    position:relative;
    height:450px;
}

#slideshow2 DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 450px;
    /*background-color: #FFF;*/
}

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

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

#slideshow2 DIV IMG {
    /*height: 135px;*/
    display: block;
    border: 0;
    margin-bottom: 0px;
}

/*3*/

#slideshow3 {
    position:relative;
    height:450px;
}

#slideshow3 DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 450px;
    /*background-color: #FFF;*/
}

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

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

#slideshow3 DIV IMG {
    /*height: 135px;*/
    display: block;
    border: 0;
    margin-bottom: 0px;
}
