/* 
    Created on : 25.04.2014, 13:00:03
    Author     : Pedi
*/

    /*
    
    
    font-family: 'Elsie', cursive;
font-family: 'Vidaloka', serif;
font-family: 'Oranienbaum', serif;
*/
html, body {
    height: 100%;
    min-height: 100%;
}
body { 
	padding:0; 
	margin:0; 
	text-align:center;
	background-color:#000000;
	background-image:url(../images/bg04.jpg);
	background-repeat:repeat-y;
	background-position:center top;
}

a {
    color: #f49d21;
    text-decoration: none;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
}        
a:hover {
    color: #ffffff;
}
        
table.basetable {
	padding:0;
	margin:0;
	border:0;
	width:100%;
	height:100%;
	background-image:url(../images/background_pv.png);
	}
	
table.index_headtable { 
	border:0; 
	width:100%; 
	background-color:#000000; 
	}

table.index_mainmenu { 
	border:0;
	width:100%; height:23px;
	}

table.index_maintable { 	
	border:1px solid #000000;
	width:970px; 
	background-color:#000000;
	}

td.inhalt { margin:0; padding:0; border:2px solid #454948; }
td.bg01, td.bg02, td.bg03 { padding:0; margin:0; background-image:url(../images/top_bg_01.jpg); background-repeat:repeat-x; }

table.mainmenu {
	border:0px solid #ffffff;
}

table.mainmenu tr td {
	text-align:center;
	padding-left:5px;
	padding-right:5px;
        font-size: 18px;
        font-family: 'Elise';
}
table.mainmenu tr td {
    letter-spacing: 2px;
}

span.span_mainmenu { text-align:center; background-color:#303735; width:100%; display:block; padding:0; margin:0; height:100%; }
span.span_mainmenu a:hover { color:#f49d21; }

span.span_bottommenu { 
	text-align:center; 
	background-color:#303735; 
	width:100%; 
	display:block; 
	padding:0; 
	margin:0; 
	height:100%; 
	}

.active  {  text-decoration:none; color:#ffffff; } 
.passive { text-decoration:none; color:#a6aeac; }
a.passive:hover { color:#f49d21; }

#vathorPopup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-image: url('../images/overlay.png');
    background-repeat: repeat;
    background-position: top left;
    cursor: pointer;
}

#vathorPopup img {
    box-shadow: 0px 0px 30px 17px #000;
}


.slide-to {
    position: absolute;
    top: 50%;
    z-index: 999;
    width: 64px;
    height: 64px;
    /*background-color: #ff0000;*/
    background-repeat: no-repeat;
    background-position: left center;    
}
#slideNext {
    right: 50px;
    background-image: url('../images/vathorcom-arrow-right.png');
}
#slidePrev {
    left: 50px;
    background-image: url('../images/vathorcom-arrow-left.png');
}
.slide-to:hover {
    background-position: -64px center;
}