.menuWrapper{
    font-family: "Trebuchet MS", Arial, sans-serif;;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    text-transform:uppercase;
    letter-spacing: normal;
    line-height: 1.45em;
    position:relative;
    margin:20px auto;
    height:542px;
    width:797px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:transparent;
}



ul.menu{
    list-style:none;
    width:797px;
}
ul.menu > li{
    float:left;
    width:397px;
    height:542px;
    border-right:1px solid #777;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu > li.last{
    border:none;
}


.bg1{
    background-image: url(../images/m1.jpg);
}

.bg2{
    background-image: url(../images/m2.jpg);
}


/*.bg3{
    background-image: url(../images/m3.jpg);
}*/
ul.menu > li > a{
    float:left;
    width:397px;
    height:50px;
    margin-top:450px;
    text-align:center;
    line-height:50px;
    color:#ddd;
    background-color:#333;
    letter-spacing:1px;
    cursor:pointer;
    text-decoration:none;
    text-shadow:0px 0px 1px #fff;
}

ul.menu > li ul{
    list-style:none;
    float:left;
    margin-top:-150px;
    width:100%;
    height:80px;
    padding-top:20px;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu > li ul li{
    display:none;
}
ul.menu > li ul.sub1{
    background-image:url(../images/bgm1sub.png);
}
ul.menu > li ul.sub2{
    background-image:url(../images/bgm2sub.png);
}

/*ul.menu > li ul.sub3{
    background-image:url(../images/bg3sub.png);
}*/
ul.menu > li ul li a{
    color:#fff;
    text-decoration:none;
    line-height:30px;
    margin-left:20px;
    text-shadow:1px 1px 1px #444;
    font-size:11px;
}
ul.menu > li ul.sub1 li{
    display:block;
}
ul.menu > li ul li a:hover{
    border-bottom:1px dotted #fff;
}

/* SMALL MENU */

.menuWrapperSmall{
    font-family: "Trebuchet MS", Arial, sans-serif;;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    text-transform:uppercase;
    letter-spacing: normal;
    line-height: 1.45em;
    position:relative;
    margin:20px auto;
    height:150px;
    width:797px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:transparent;
}

ul.menuSmall{
    list-style:none;
    width:797px;
}
ul.menuSmall > li{
    float:left;
    width:397px;
    height:150px;
    border-right:1px solid #777;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menuSmall > li.last{
    border:none;
}

.bg1Small{
    
}
.bg2Small{
    /*background-image: url(../images/m2.jpg);*/
}

ul.menuSmall > li > a{
    float:left;
    width:397px;
    height:50px;
    margin-top:100px;
    text-align:center;
    line-height:50px;
    color:#ddd;
    background-color:#333;
    letter-spacing:1px;
    cursor:pointer;
    text-decoration:none;
    text-shadow:0px 0px 1px #fff;
}

ul.menuSmall > li ul{
    list-style:none;
    float:left;
    margin-top:-150px;
    width:100%;
    height:80px;
    padding-top:20px;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menuSmall > li ul li{
    display:none;
}
ul.menuSmall > li ul.sub1{
    background-image:url(../images/bgm1sub.png);
}
ul.menuSmall > li ul.sub2{
    background-image:url(../images/bgm2sub.png);
}

/*ul.menu > li ul.sub3{
    background-image:url(../images/bg3sub.png);
}*/
ul.menuSmall > li ul li a{
    color:#fff;
    text-decoration:none;
    line-height:30px;
    margin-left:20px;
    text-shadow:1px 1px 1px #444;
    font-size:11px;
}
ul.menuSmall > li ul.sub1 li{
    display:block;
}
ul.menuSmall > li ul li a:hover{
    border-bottom:1px dotted #fff;
}

/*  typography */
.tekst{
                margin:10px auto;
                width:800px;
                padding:0px;
				/*text-align:justify;*/
            }
            .tekst p a{
                /*text-transform:uppercase;*/
                text-shadow:1px 1px 1px #fff;
                /*color:#666;*/
                text-decoration:none;*/
                /*font-size:10px;*/
				font-style: normal;
	font-variant: small-caps;
	text-decoration: none;
	color: #999;
    font-size: 15px;

            }
            .tekst p a:hover{
                color:#333;
            }
/*PARAGRAPH CODE*/

p:first-letter{
	text-transform: uppercase;
}
p {
	color: #424242;
	font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	letter-spacing:0.1em;
	text-align:center;
	margin: 40px auto;
	text-transform: lowercase;
	line-height: 145%;
	font-size: 12pt;
	font-variant: small-caps;
        }

/*TWITTER HEADLINE*/
.potpis p {
	font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	font-style: italic;
	color: #424242;
	font-variant: normal;
	text-transform: none;
}

.potpis a {
 	font-style: normal;
	font-variant: small-caps;
	text-decoration: none;
	color: #afafaf;
    font-size: 14px;
}

/*  PAGE */
body{
	font-family:Arial;
	padding-top:65px;

	background: url(../images/logo.png) no-repeat top center;
           	 }
			 
#footer {
	color:#aaa;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	width:800px;
	text-align:center;
	font-size:9px;
	
}

#footer a {
	text-shadow:1px 1px 1px #fff;
                /*color:#666;*/
                text-decoration:none;*/
                /*font-size:10px;*/
				font-style: normal;
	font-variant: small-caps;
	text-decoration: none;
	color: #aaa;
    font-size: 15px;
}