body {
	font-family:  Tahoma, Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
a {
 color:	#003380;
}
a:hover {
 color:  #550000;
}
a:active {
    outline: none;
}
a.current {
    color: #ff6600 !important;
}
a.current:hover {
    color: #ffcc00 !important;
}
.box {
    background-color: transparent;
    padding: 0.8em;
}
div.border {
    border-color: #cccccc;
}
h1,h2,h3,h4,h5,h6 {
	font-family:  Corbel,Calibri, Tahoma, Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif, sans;
    color: inherit;
}

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.5em; margin-bottom: 0.75em; }
h3 { font-size: 1.2em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.1em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

input,select,textarea {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans;
    background: #FFFFFF;
    color: #191919;
}
select.text, select.title   { width: 300px; padding:5px; }
select.title   { font-size:1.5em; }
label { display: block; clear: both;}

input:focus, textarea:focus {
    background: #ffeeaa;
}
#header {
    width: 100%;
    height: 120px;
    border-top: 5px solid #000000;
}
#mainmenu {
    width: 100%;
    height: 35px;
    padding: 0;
}
#maincontent {
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    padding-bottom: 3em;
    padding-top: 0;
    margin-top: 0;
}
#maincontent h1, #maincontent h2 {
    color: #6c5d53;
    text-align: right;
    font-weight: bold;
    border-bottom: 1px solid #6c5d53;
}
.imgborder {
    border: 1px solid #333333;
}
#footer {
    width: 100%;
    min-height: 350px;
    color: #000000;
}
#footer blockquote {
    color: #ffffff;
}
#footer a {
    color: #000000;
}
#footer a:hover {
    color: #ffffff;
}
#logo {
    background: url("/images/logo.png") no-repeat;
    height: 92px;
    margin-top: 10px;
}
#logo a {
    width: 107px;
    height: 92px;
    display: block;
}
#galtitle {
    margin-top: 30px;
}
#galtitle h1 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
#tools {
    font-size: 10px;
}
#commontools, #searchsite {
    height: 35px;
    margin-left: 240px;
}
#loginmembers {
    margin-top: 0px;
    margin-left: 20px;
}
#commontools {
    background: url("/images/default/blacktopbox.png") no-repeat;
}

#searchsite {
    margin-top: 50px;
}
#searchsite form {
    display: inline;
}
#searchsite div.sfield, #searchsite button {
    float: left;
}
#searchsite button {
    margin-top: 3px;
    margin-left: 5px;
}
#sqicons, #fontsize {
    height: 26px;
    margin-top: 3px;
    float: left;
}
#sqicons a, a.downarrow, a.account, a.logout {
    width: 26px;
    height: 26px;
    display: block;
    float: left;
    text-align: center;
    font-size: 10px;
    margin-left: 3px;
}
a.home:hover, a.smap:hover, a.faq:hover, a.lang:hover, a.uparrow:hover, a.downarrow:hover, a.close:hover, a.account:hover, a.logout:hover {
    background-position: bottom;
}
a.account, a.logout {
    margin-top: 4px;
}
a.account {
    margin-left: 40px;
}
a.downarrow {
    margin-top: 5px;
}
a.home {
    background: url("/images/home.png") top left no-repeat;
}
a.smap {
    background: url("/images/sitemap.png") top left no-repeat;
}
a.faq {
    background: url("/images/faq.png") top left no-repeat;
}
a.uparrow {
    background: url("/images/uparrow.png") top left no-repeat;
}
a.lang {
    background: url("/images/langbox.png") top left no-repeat;
}
a.account {
    background: url("/images/members.png") top left no-repeat;
}
a.logout {
    background: url("/images/logout.png") top left no-repeat;
}
a.currentlang {
    background: url("/images/langboxalt.png") top left no-repeat;
    text-decoration: none;
    color: #FFFFFF;
}
a.lang, a.currentlang {
    font-weight: bold;
    line-height: 26px;
}
#tooltips div {
    display: none;
    font-size: 60%;
}
#fontsize {
    margin-left: -10px;
    margin-right: 5px;
}
#fontsize a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    margin-left: 4px;
}
#fontsize a:hover {
    color: #cc0000;
}
#fontsize a.regular {
    font-size: 11px;
}
#fontsize a.big {
    font-size: 14px;
}
#fontsize a.bigger {
    font-size: 16px;
}
.bigtooltip {
    font-size: 110%;
}
.biggertooltip {
    font-size: 120%;
}
.gradient {
    background: url("/images/buttongradient.png") bottom repeat-x #ffffff;
}
a.gradient:hover {
   background: url("/images/buttongradient_hover.png") bottom repeat-x #f2f2f2;
}
input.fhide {
    border: 0px;
    background-color: transparent;
    line-height: 24px;
    height: 24px;
    width: 150px;
    padding-left: 10px;
    padding-top: 6px;
    color: #666666;
    font-size: 10px;
}
.sfield {
    background: url("/images/searchfield.png") no-repeat;
    width: 172px;
    height: 24px;
    position: relative;
    margin-left: 20px;
    top: 5px;
}
#mainmenu h2 {
    font-size: 1.1em;
    float: left;
    margin: 0;
}
#mainmenu a {
    color: #ffffff;
    display: block;
    float: left;
    vertical-align: middle;
    margin-right: 5px;
    height: 26px;
    line-height: 26px;
}
#mainmenu h2 a {
     height: 35px;
    line-height: 35px;
}
#mainmenu a:hover {
    color: #000000;
}

#splatter {
    width: 175px;
    height: 287px;
    position: absolute;
    margin-left: 300px;
    margin-top: -50px;
    z-index: 300;
    background: url("/images/splatter.png") no-repeat;
}
.euflag {
    font-size: 1.1em;
    background: url("/images/euflag.png") no-repeat;
    padding-left: 45px;
}
#footernav {
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 0;
    list-style: none;
    display: table;
}
#footernav li {
    display: block;
    float: left;
    margin-right: 8px;
}
#footernav li:after {
    content: " / "
}
#homepageupper {
    min-height: 120px;
    height: auto;
}
.uppercontent {
    color: #ffffff;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center right;
}
#maincontent div.uppercontent h1 {
    text-align: left;
    color: #ffffff;
    border-bottom: 0;
}
.galbg {
    background-position: center right;
}
.galgradient {
    height: 120px;
    background-position: top left;
}
.newsheader {
    background-image: url("/images/default/news_image.jpg");
}
.freelab {
    background-image: url("/images/default/freelab.jpg");
}
.newartists {
    background-image: url("/images/default/newartists.jpg");
}
.contact {
    background-image: url("/images/default/contact_image.jpg");
}
.terms {
    background-image: url("/images/default/terms_image.jpg");
}
.sitemap {
    background-image: url("/images/default/sitemap_image.jpg");
}
.faq {
    background-image: url("/images/default/help_image.jpg");
}
.linksheader {
    background-image: url("/images/default/links_image.jpg");
}
.forum {
    background-image: url("/images/default/forum_image.jpg");
}
.searchheader {
    background-image: url("/images/default/search_image.jpg");
}
.register {
    background-image: url("/images/default/registration_image.jpg");
}
#breadcrumb p {
    float: left;
    height: 25px;
    margin: 0px;
    line-height: 25px;
    text-align: right;
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: middle;
}
#breadcrumb div.navico p, #breadcrumb div.navitem p {
       padding-right: 18px;
}

#breadcrumb div.navlast p {
       color: #333333;
}
#breadcrumb div.navico, #breadcrumb div.navitem, #breadcrumb div.navlast {
	height: 25px;
	float: left;
}
#breadcrumb div.navitem, #breadcrumb div.navlast {
    margin-left: 5px;
}
#breadcrumb div.navico p {
       color: #FFFFFF;
}
#breadcrumb div.navitem p {
        color: #333333;
}
#breadcrumb div.navitem, #breadcrumb div.navlast p {
    background: url("/images/navitem_bg.png") repeat-x;
}
#breadcrumb div.navico, #breadcrumb div.navitem, #breadcrumb div.navlast {
    border-left: 1px solid #4d4d4d;
}
#breadcrumb div.navlast {
    border-right: 1px solid #4d4d4d;
}
#infoarea, #loginarea, #searcharea, #submenu {
    background-color: #000000;
    color: #ffffff;
    margin: 0;
    padding-bottom: 25px;
    min-height: 100px;
    display: none;
}
#infoarea a, #loginarea a, #searcharea a, #submenu a {
    color: #ffffff;
}

#infoarea a:hover, #loginarea a:hover, #searchare a:hover, #submenu a:hover {
    color: #ffdd55;
}
#submenu h1 {
    border-bottom: 1px solid #ffffff;
}
ul.infolinks {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.infolinks li {
    display: block;
    float: left;
    margin-right: 15px;
    font-weight: bold;
}
ul.infolinks li:before {
    content: ":: "
}
a.close {
    display: block;
    width: 20px;
    height: 20px;
    background: url("/images/close.png") no-repeat;
    position: relative;
    float: right;
    clear: both;
    margin-top: 5px;
}
#loginarea, #infoarea {
    position: relative;
}
#infoarea a.button, #loginarea a.button {
    color:#565656;
}
#infoarea a.button:hover, #loginarea a.button:hover {
    color:#336699;
}
#infoarea blockquote, #loginarea blockquote {
    color: #ffffff;
}
div#footer.loginfooter {
    border-top: 0px;
    background-color: transparent;
}
.added {
    background-color: transparent;
    color: #800000;
}
ul#newsscroll, ul#dimlarnewsscroll, ul#webnews {
    height: 300px;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
ul#dimlarnewsscroll, ul#webnews {
    height: auto;
    overflow: auto;
}
ul#newsscroll li, ul#dimlarnewsscroll li {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.larissa {
    background: url("/images/larissa_logo.gif") center right no-repeat;
    padding-right: 125px;
    padding-bottom: 2em;
}
ul.links {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.links li {
    display: inline;
}
ul.links li h3 {
    font-size: 1em;
    font-family: inherit;
    margin: 0;
    padding: 0;
}
ul.links a {
    display: block;
    text-align: right;
    padding-right: 20px;
    background: url("/images/rightarrow.png") center right no-repeat;
    text-decoration: none;
    border-bottom: 1px solid #003380;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 8px;
}

ul.links a:hover {
    color:  #550000;
    border-bottom: 1px solid #550000;
}
.sbook {
    margin: 10px;
}
div.pagi {
    margin-top: 10px;
    left: 0px;
    height: 25px;
    border: 1px solid #CCCCCC;
}
div.pagi a, div.pagi span.pags, div.pagi span.pagbox {
    display: block;
    height: 25px;
    line-height: 25px;
    float: left;
    width: 25px;
    border-right: 1px solid #CCCCCC;
    font-weight: bold;
    text-align: center;
}
div.pagi a {
    background: url("/images/buttongradient.png") bottom repeat-x #FFFFFF;
}
div.pagi span.pags {
    background: url("/images/buttongradient_hover.png") bottom repeat-x #87aade;
}
div.pagi span.pagbox {
    background: url("/images/buttongradient_hover.png") bottom repeat-x #FFFFFF;
}
#sitemap {
    font-size: 85%;
}
#sitemap h1, #sitemap h2, #faq h1, #faq h2 {
    text-align: left;
    border: 0;
}
#sitemap h2 {
    text-indent: 1em;
}
#sitemap h3 {
    text-indent: 2em;
}
#sitemap h4 {
    text-indent: 3em;
}
#sitemap h5 {
    text-indent: 5em;
}
#sitemap h6 {
    text-indent: 6em;
}
#sitemap p {
    text-indent: 7em;
}
.blue {
    background-color: #d7e3f4;
}
.lightborder {
    border: 1px solid #cccccc;
}
#gallery img {
    border: 1px solid #333333;
}
.nolist {
    margin: 0;
    list-style: none;
}
.tags ul {
    list-style-image: none;
    list-style: none;
}
.tags li {
    display: inline;
}
.floatleft {
    float: left;
}
.sf_poll_results div {
   display: block;
   height: 30px;
   padding-left: 3px;
   font-weight: bold;
   line-height: 30px;
}
.iconbox {
    background-color: #e7e2ce;
    border: 1px solid #666666;
}
#gallery {
    font-size: 85%;
    font-weight: bold;
}
div#gallery.normalgallery {
    font-size: 100%;
    font-weight: normal;
}
div#gallery.normalgallery div.span-16 {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
}
.center {
    text-align: center;
}
#publogos {
    margin-top: 10px;
}
#publogos img {
    margin-left: 6px;
}
#styleswitch {
    height: 60px;
}
#styleswitch a {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    border: 1px solid #666666;
    margin-left: 10px;
}
a.brown {
    background-color: #a02c2c;
}
a.blue {
    background-color: #5f8dd3;
}
a.green {
    background-color: #abc837;
}
a.orange {
    background-color: #ff7f2a;
}
a.grey {
    background-color: #cccccc;
}