body 
{
	--main-color: #ff6633;/*#ff8800; #99cc00; #88bb22;*/
	--main-color-dark: #dd4422;
	--dark-color: #444444; /* #000000; */
	--sepia-color: #bbaa88;
	--light-color: #ffffff;
	--background-color: #ffffff;
	--text-color: #ffffff;
	--text-color-bottom: #44454f;
	--black-color: #000000;
}

font.xephyrlarge
{
	font-family: 'Xephyr';
	text-transform: none;
	font-size: 250px;
	text-shadow:0px 0px 5px #000000;
	text-align: center;
	margin-top: 0px; 
	margin-bottom: 0px; 
}

font.cliphangerlarge
{
	font-family: 'HFFClipHanger';
	text-transform: none;
	font-size: 250px;
	text-shadow:0px 0px 5px #000000;
	text-align: center;
	margin-top: 0px; 
	margin-bottom: 0px; 
}

font.futuraboldlarge 
{
	font-family: 'Futurabold';
	text-transform: none;
	font-size: 250px;
	text-shadow:0px 0px 5px #000000;
	text-align: center;
	margin-top: 0px; 
	margin-bottom: 0px; 
}

font.xoloniumlarge
{
	font-family: 'xoloniumregular';
	text-transform: none;
	font-size: 60px;
	text-align: center;
	margin-top: 0px; 
	margin-bottom: 0px; 
}

font.xoloniumlargeshadow
{
	font-family: 'xoloniumregular';
	text-transform: none;
	font-size: 60px;
	text-align: center;
	margin-top: 0px; 
	margin-bottom: 0px; 
	text-shadow:0px 0px 6px #000000;
}

font.xoloniumboldmedium
{
	font-family: 'xoloniumbold';
	text-transform: none;
	font-size: 40px;
	text-align: center;
	margin-top: 0px; 
	margin-bottom: 0px; 
}

font.xoloniummedium
{
	font-family: 'xoloniumregular';
	text-transform: none;
	font-size: 40px;
	text-align: center;
	margin-top: 0px; 
	margin-bottom: 0px; 
}

font.xoloniummediumshadow
{
	font-family: 'xoloniumregular';
	text-transform: none;
	font-size: 40px;
	text-align: center;
	margin-top: 0px; 
	margin-bottom: 0px; 
	text-shadow:0px 0px 6px #000000;
}

font.xoloniumsmall
{
	font-family: 'xoloniumregular';
	text-transform: none;
	font-size: 25px;
	text-align: center;
	margin-top: 0px; 
	margin-bottom: 0px; 
}

font.xoloniumsmallshadow
{
	font-family: 'xoloniumregular';
	text-transform: none;
	font-size: 25px;
	text-align: center;
	margin-top: 0px; 
	margin-bottom: 0px; 
	text-shadow:0px 0px 4px #000000;
}

font.xoloniumboldextrasmall
{
	font-family: 'xoloniumbold';
	text-transform: none;
	font-size: 18px;
	text-align: center;
	margin-top: 0px; 
	margin-bottom: 0px; 
}

font.xoloniumextrasmall
{
	font-family: 'xoloniumregular';
	text-transform: none;
	font-size: 18px;
	text-align: center;
	margin-top: 0px; 
	margin-bottom: 0px; 
}

.buttondark
{
	font-family: 'aero_maticsregular';
	text-transform: none;/*uppercase;*/
	font-size: 20px;
	text-align: center;
	margin-top: 4px; 
	margin-bottom: 4px; 
	margin-left: 0px; 
	margin-right: 0px; 
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid;
	border-color: var(--dark-color);
	border-radius: 8px;
	color: var(--light-color);
	text-decoration: none; 
	background-image: linear-gradient(#333333 0%, #000000 100%);
}

.buttondark:hover
{
	background-image: linear-gradient(#ff8800 0%, #ff6600 100%);
	color: var(--light-color);
}

a.toplogo { text-decoration: none; }
a.toplogo:link { text-decoration: none; }
a.toplogo:visited { text-decoration: none; }
a.toplogo:hover { text-decoration: none; }
a.toplogo:active { text-decoration: none; }

a.topmenubar { padding-top: 3px; padding-bottom: 3px; padding-left: 8px; padding-right: 8px; }
a.topmenubar:link { color: var(--dark-color); text-decoration: none; }
a.topmenubar:visited { color: var(--dark-color); text-decoration: none; }
a.topmenubar:hover { color: var(--main-color); text-decoration: underline; }
a.topmenubar:active { color: var(--main-color); text-decoration: underline; }

a.bottommenubar { /*padding-top: 3px; padding-bottom: 3px; padding-left: 8px; padding-right: 8px;*/ }
a.bottommenubar:link { color: var(--light-color); text-decoration: none; }
a.bottommenubar:visited { color: var(--light-color); text-decoration: none; }
a.bottommenubar:hover { color: var(--main-color); text-decoration: underline; }
a.bottommenubar:active { color: var(--main-color); text-decoration: underline; }

.imagefade 
{
    opacity: 0.5;
    transition: opacity .5s ease-in-out, box-shadow .5s;
    -moz-transition: opacity .5s ease-in-out, box-shadow .5s;
    -webkit-transition: opacity .5s ease-in-out, box-shadow .5s;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 1.0);
}

.imagefade:hover 
{
    opacity: 1.0;
    box-shadow: 0 0 10px 3px rgba(255, 96, 0, 1.0);
}

.buttonblue
{
	display: inline-block;
	font-family: 'xoloniumregular';
	text-transform: none;/*uppercase;*/
	font-size: 16px;
	text-align: center;
	margin-top: 5px ; 
	margin-bottom: 5px ; 
	margin-left: 0px ; 
	margin-right: 0px ; 
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	border: 0px;
	border-radius: 2px;
	color: #ffffff;
	text-decoration: none; 
	background-color: #446677;
    transition: box-shadow .25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.0);
}

.buttonblue:hover
{
	background-color: #335566;
    box-shadow: 0 0 5px rgba(0, 0, 0, 1.0);
}
