
/* layout */


html,body{margin:0;padding:0}
body{font: 12px arial,sans-serif;text-align:center; background-color: #FFFFFF;}
p{margin:0 10px 10px}
/*a{display:block;color: #981793;padding:10px} */
div#header h1{height:80px;line-height:80px;margin:0;
  padding-left:10px;background: #EEE;color: #79B30B}
div#container{text-align:left; }
div#content p{line-height:1.4; text-align: justify;}
div#content h3{ padding: 0px 0px 0px 8px; margin: padding: 0px 0px 0px 8px; color: #0B3686;}
div#content{float:right;width:560px}


div#navigation{background:#1494D5; float:left;width:200px}
div#extra{float:left;clear:left;width:200px;background:#E0E0E0;}
div#footer{background: #505050;color: #FFF; clear:both; width:100%; text-align: center;}
div#footer p{margin:0;padding:5px 10px;}

div#container{width:760px;margin:0 auto; background-image: url("/europedirect/youngeuropeans/img/left-back.gif"); background-position: left top; background-repeat: repeat-y;}



/* konec layout */



img { border: 0px;}
#list-menu {
   width: 200px; padding-bottom: 12px;
}
#list-menu ul {
margin: 0px;
padding: 0px 0px 0px 0px;
list-style-type: none;
font-size: 13px;
}
#list-menu li {
margin: 2px 0 0;
}
#list-menu a {
display: block;
/*width:120px;  */
padding: 5px 2px 2px 2px;
border-bottom: 1px solid #fff;
/*background: #dcdcdc; */
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #ffffff;
font-weight: bold;
}

#list-menu a:hover {
border-bottom: 1px solid #ffffff;
background: #FFBA00;
color: #000;
}

