html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: #316706;
}

div {
    border: 0px solid red;
}

#main {
    text-align: left;
    margin: 0px auto;
    width: 1000px;
    height: 720px;
    background-image: url('../imgs/background.gif');
    background-repeat: no-repeat;
    background-position: -12px 0px;;
}

#puzzle {
    background-image: url('../imgs/puzzle-dreapta.png');
    background-repeat: no-repeat;
    width: 513px;
    height: 134px;
    float: right;
    z-index: 20;
    position: relative;
}

#content {
    width: 770px;
    height: 439px;
    float: right;
    margin-top: 0px;
    margin-right: 12px;
    z-index: 10;
    position: relative;
    overflow: auto;
    padding: 5px;
}

#lang {
    width: 150px;
    height: 20px;
    float: right;
    clear: right;
    margin-right: 625px;
    margin-top: 14px;
    text-align: left;
}

#lang a {
    color: #bc5a17;
    text-decoration: none;
}

#lang a:hover {
    color: white;
}

#designedByFish {
    width: 150px;
    height: 20px;
    clear: right;
    float: right;
    margin-top: -20px;
    color: white;
    text-align: right;
    background-image: url('../imgs/fish.gif');
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 20px;
}

#designedByFish a {
    color: white;
    text-decoration: none;
    font-size: 0.6em;
}

#menu {
    width: 180px;
    float: left;
	margin-top:120px;
}


#menu ul {
    list-style-type: none;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: 17px;
    font-weight: bold;
}

#menu ul li {
    background-image: url('../imgs/linie.png');
    background-repeat: no-repeat;
    background-position: center 4px;;
    margin-bottom: 15px;
}

#menu li li {
    background-image: none;
    margin-bottom: 0px;
    text-align: left;
}

#menu a {
    color: white;
    text-decoration: none;
}

#menu li ul a {
    color: #bc5a17;
    font-size: 13px;
}

#menu li ul a:hover {
    color: #007ab9;
}

#menu ul ul ul {
    margin-left: 50px;
    margin-top: -20px;
}

#menu ul ul {
    margin-left: 10px;
    
}
#menu2 {
    height: 100px;
    float: left;
    margin-left: 376px;
    margin-top: -22px;
}

#menu2 ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#menu2 ul li {
    display: block;
    float: left;
    clear: none;
    padding-top: 50px;
    margin: 7px;
    margin-top: 0px;
    width: 80px;
}

#menu2 ul li a {
    color: #004f79;
    text-decoration: none;
    font-size: 19px;
    text-align: center;
    width: 100%;
    display: block;
}

.bigger {
    width: 120px;
}

#menu2 ul li a:hover {
    color: #fff;
}

#menu2selected1 {
    background-image: url('../imgs/selected1.gif');
    background-repeat: no-repeat;
    background-position: 0px 22px;;
}

#menu2selected2 {
    background-image: url('../imgs/selected2.gif');
    background-repeat: no-repeat;
    background-position: 0px 14px;;
}

#menu2selected3 {
    background-image: url('../imgs/selected3.gif');
    background-repeat: no-repeat;
    background-position: 0px 3px;;
}

#menu2selected4 {
    background-image: url('../imgs/selected4.gif');
    background-repeat: no-repeat;
    background-position: 0px 3px;;
}

.subMenuSelected {
    color: #007AB9 !important;
}

.mainMenuSelected {
    font-size: 20px;
}

#postLoginMenu {
    text-align: left;
    width: 100%;
}

.edit{
	color:green !important;
}
.delete{
	color:red !important;
}
.tableAdminCats{
	padding-left:10px;
	font-size:14px;
}
.gallery{
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-left:50px;
}
.gallery li{
	float:left;
	margin:10px;
}
.gallery img{
	border:1px solid black;
}

