/* //////////////// GENERAL INFO ////////////////

Site: EVM d.o.o.
Version: 1
Author: E-KODA

//////////////// //////////////// //////////////// */


/* //////////////// STRUCTURE ELEMENTS //////////////// */

* { margin: 0; padding: 0; outline: none; }

#wrapper { width:900px; margin:0 auto; }
#header { width:900px; height:75px; position:relative; }
#logo { position:absolute; top:3px; left:20px; }
#menu { position:absolute; top:45px; right:0px; }
#language { position:absolute; top:0px; right:0px; }
#header-delimiter { width:900px; height:10px; background:url(images/header-delimiter.gif); }
#content { width:900px; height:600px; background:url(images/bg-content.gif) repeat-y; }
#left { float:left; width:500px; }
#right { float:left; width:360px; padding:10px 30px 10px 10px; }
#footer { width:900px; margin:0 auto; }

/* //////////////// MENU ///////////////////////// */
.menu-item { float:left; margin-left:20px; }
.menu-item a { text-decoration:none; color:#000000; font-size:18px; }
.menu-item a:hover { text-decoration:underline; color:#0d5398; }
.menu-item.active a { text-decoration:underline; color:#0d5398; font-weight:bold; }

/* //////////////// GENERAL STYLE //////////////// */

body { font: 13px Arial, Verdana, Helvetica,sans-serif; color: #000000; background:#ffffff; line-height:20px; }
h1 { font-size:28px; line-height:30px; }
h2 { font-size:22px; line-height:25px; }
a { color:#0d5398; }
li { margin-left:20px; }