<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
HTML 5 Template Name: Basic 77
File: Layout CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: &lt;a href="http://www.os-templates.com/template-terms"&gt;Website Template Licence&lt;/a&gt;
*/

html{overflow-y:scroll;} /* Forces a scrollbar when the viewport is larger than the websites content - CSS3 */

body{margin:0; padding:0; font-size:13px; font-family:Georgia, "Times New Roman", Times, serif; color:#990000; background:url(../images/bg.jpg) repeat;background-color:#020001}

.clear:after{content:"."; display:block; height:0; clear:both; visibility:hidden; line-height:0;}
.clear{display:block; clear:both;}
html[xmlns] .clear{display:block;}
* html .clear{height:1%;}

a{outline:none; text-decoration:none;}

code{font-weight:normal; font-style:normal; font-family:Georgia, "Times New Roman", Times, serif;}

.fl_left{float:left;}
.fl_right{float:right;}

img{margin:0; padding:0; border:none; line-height:normal; vertical-align:middle;}
.imgholder, .imgl, .imgr{padding:4px; border:1px solid #D6D6D6; text-align:center;}
.imgl{float:left; margin:0 15px 15px 0; clear:left;}
.imgr{float:right; margin:0 0 15px 15px; clear:right;}

/*----------------------------------------------HTML 5 Overrides-------------------------------------*/

address, article, aside, figcaption, figure, footer, header, nav, section{display:block; margin:0; padding:0;}

q{display:block; padding:0 10px 8px 10px; color:#979797; background-color:#ECECEC; font-style:italic; line-height:normal;}
q:before{content:'“ '; font-size:26px;}
q:after{content:' „'; font-size:26px; line-height:0;}

/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper{display:block; width:960px; margin:0 auto; padding:0; text-align:left;}

.row1, .row1 a{color:#979797; background-color:#000000;}
.row2{
	color:#333333;
	background-color:#FFFF99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
}
.row2 a{
	color:#FF9900;
	background-color:#7E2B19;
}
.row3{border-top:1px solid #DEDEDE;}
.row3, .row3 a{
	color:#000000;
	background-color:#B66101;
}

/*----------------------------------------------Generalise-------------------------------------*/

#header, #container, #footer{display:block; width:960px;}

nav ul{margin:0; padding:0; list-style:none;}

h1, h2, h3, h4, h5, h6{margin:0; padding:0; font-size:16px; font-weight:bold; font-style:normal; line-height:normal; text-transform:uppercase;}

address{font-style:normal;}

blockquote, q{display:block; padding:8px 10px; color:#979797; background-color:#ECECEC; font-style:italic; line-height:normal;}
blockquote:before, q:before{content:'“ '; font-size:26px;}
blockquote:after, q:after{content:' „'; font-size:26px; line-height:0;}

.one_third, .two_third, .three_third{display:block; float:left; margin:0 30px 0 0;}
.one_third{width:300px;}
.two_third{width:630px;}
.three_third{width:960px; float:none; margin-right:0; clear:both;}
.lastbox{margin-right:0;}

/*----------------------------------------------Header-------------------------------------*/

#header{}

#header #hgroup{padding:20px 0 0 0; float:left;}
#header #hgroup h1, #header #hgroup h2{font-weight:normal; text-transform:none;}
#header #hgroup h1{font-size:36px;}
#header #hgroup h2{font-size:13px;}

#header nav{display:block; float:right; margin:20px 0 0 0; padding:20px 10px; border-top:1px solid #DEDEDE; border-bottom:1px solid #DEDEDE;}
#header nav ul{}
#header nav li{display:inline; margin-right:25px; text-transform:uppercase;}
#header nav li.last{margin-right:0;}
#header nav li a{}
#header nav li a:hover{color:#FF9900; background-color:#000000;}

/*----------------------------------------------Content Area-------------------------------------*/

#container{
	padding:0px 0;
}
#container section{display:block; width:100%; margin:0 0 30px 0; padding:0;}
#container .last{margin:0;}
#container .more{text-align:right; text-transform:uppercase; font-size:smaller; font-weight:bold;}

/* ------Slider-----*/

#container #slider{}
#container #slider a{display:block; padding:9px; border:1px solid #DEDEDE;}
#container #slider a:hover{border-color:#FF9900;}

/* ------Homepage-----*/

#container #homepage{line-height:1.6em;}
#container #homepage article{}
#container #homepage article h2{font-size:14px; margin-bottom:15px; padding-bottom:8px; border-bottom:1px solid #DEDEDE;}
#container #homepage article p{margin:0; padding:0;}
#container #homepage article img{float:left; width:80px; height:80px; margin:0 10px 10px 0; padding:4px; border:1px solid #DEDEDE;}
#container #homepage article footer{margin:10px 0 0 0;}

/*----------------------------------------------Footer-------------------------------------*/

#footer{padding:20px 0;}
#footer p{margin:0; padding:0;}
#content { 
  overflow:auto; 
  width: 100%; 
 
   background-color:#FFFF99;
   color:#000000;
  
  
} 

#left  { 
  width: 52%; 
	margin:5px;
 background-color:#FFFF99; 
} 
#right
{
width: 40%; 
 
  margin:5px;
  background-color:#FFFF99;
}

#left  { float:left;  }
#right {
	float:left;
} 


nav{
text-align: center;


width:960px;
}

.ul
{

width:960px;
}
.menu li{
list-style: none;
float: left;
position: relative;
background-color:#003300;
width:150px;


}

.menu&gt;li{



border-left: 1px solid #5f5f5f;
border-right: 1px solid #7e0000;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; 
}

.menu li:first-child{
border-radius: 3px 0px 0px 3px;
border-left: none;
}

 .menu li:last-child{
border-radius: 0px 3px 3px 0px;
 border-right: none;
 }

.menu a{
	display: block;
	text-decoration: none;
	color: #000000;
	text-transform: uppercase;
	padding: 0 20px;
	font-family: 'Verdana', arial;
	margin: 0;
	position: relative;
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
}

.menu li:hover{


}

.menu li:hover span:after{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}

ul.menu-hover{
visibility: hidden;
position: absolute;
top:100%;
opacity: 0;
height: 0;
width: 150px;

}

.menu li:hover .menu-hover{
visibility: visible;
height: 100%;
opacity: 1;
}

.menu-hover li{
height: 100%;
border-bottom: 1px solid #696969;

border-left: none;
border-right: none;
}

.menu-hover li:hover{

box-shadow: none;
}

.menu-hover a{

}

.menu a span:after{
content: "";
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-bottom: 3px solid white;
position: absolute;
top: 30px;
right: 35px;


}

.menu-hover li:first-child, .menu-hover li:last-child{
border-radius: 0;
}

.menu a:after {
  
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}
.pg-normal {
                color: #000000;
                font-weight: normal;
				font-size:18px;
                text-decoration: none;    
                cursor: pointer;    
            }
            .pg-selected {
                color: #0000FF;
				font-size:18px;
                font-weight: bold;        
                text-decoration: underline;
                cursor: pointer;
            }</pre></body></html>