
@font-face{
    font-family:'Qlassik';
    src: url('/fonts/Qlassik.eot');
    src: local('Qlassik Regular'), local('Qlassik'), 
         url('/fonts/Qlassik.otf') format('opentype');
}

@font-face {
    font-family: 'Fontin';
    src: url('/fonts/Fontin-Regular.eot');
    src: local('Fontin Regular'), local('Fontin'), 
         url('/fonts/Fontin-Regular.ttf') format('truetype');
}

@font-face{
    font-family:'Fontin-Italic';
    src: url('/fonts/Fontin-Italic.eot');
    src: local('Fontin Italic'), local('Fontin-Italic'), 
         url('/fonts/Fontin-Italic.ttf') format('truetype');
}

/*
@font-face{
    font-family:'FontinItalic';
    src: local('FontinItalic') url('/fonts/FontinItalic.otf') format('opentype');
}
@font-face{
    font-family:'Fontin';
    src: local('Fontin') url('/fonts/Fontin.otf') format('opentype');
}
@font-face{
    font-family:'Qlassik';
    src: local('Qlassik') url('/fonts/Qlassik.otf') format('opentype');
}
*/

#lvlogo {
	background-image: url(/images/top_ultraviolet.jpg);
}

#navmenu {
    font-family: 'Qlassik';
    font-size: large;
}

#navmenu li a {
    color: #232335;
    background: transparent;
}

#navmenu li a:hover {
    background-color: #232335;
    z-index: 20;
    color: #fff;
    opacity: .7;
    filter: alpha(opacity='70');
}   
.navmenuhover {
    background-color: #232335;
    z-index: 20;
    color: #fff;
    opacity: .7;
    filter: alpha(opacity='70');
}   

#nav {
	background-color: #eeedf4;
	background-image: url(/images/nav_top_ultraviolet.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#navbg {
	background-color: #eeedf4;
}

#navbot {
	background-image: url(/images/nav_bottom_ultraviolet.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 516px;
}

.breadcrumb a { color: #fff; }
.breadcrumb a:visited { color: #fff; }
.langselect a { color: #fff; }
.langselect a:visited { color: #fff; }


/* index */

.idktxt {
    background-color: #fff;
    color: #666;
}

.comment .txt {
    font-family: 'Fontin-Italic';

}

/* body */
body {
	background-image: url(/images/background_ultraviolet.jpg);
    font-family: 'Fontin';
}
.maincontent {
	background-color: #eeedf4;
    font-family: 'Fontin';
}
h1 {
	color: #842842;
    font-family: 'Qlassik';
    font-weight: normal;
}
p {
	padding: 1em;
}
a {
	color: #595987;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a:visited { color: #595987; text-decoration: none; }
a:visited:hover { color: #595987; text-decoration: underline; }

/* list */


h1.art {
    font-size: 26px;
    margin: 0;
    padding: 0;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
    font-weight: normal;
    font-family: 'Qlassik';
}
h2.sd {
    font-size: 24px;
    margin-top: 0.5em;
}

.assettext {
    font-size: 1.0em;
    text-align: justify;
    font-weight: normal;
}
.asset {
	position: relative;
}

.assetbackdrop {
	position: absolute;
	top: -13px;
	right: -5px;
	width: 453px;
	height: 150px;
	background-image: url(/images/null.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.listline {
}

/* footer */

#footer { 
	color: #232335;
    font-weight: normal;
    font-family: Verdana;
    font-size: x-small
}
#footer a {
	color: #232335;
    font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
    font-weight: normal;
}

#footer a:visited {
	color: #232335;
	text-decoration: none;
    font-weight: normal;
}


