
/* icons */

.icon {
	height: 24px;
	width: 24px;
	border: 1px solid transparent;
	display: inline-block;
	margin: 0;
	padding: 0;
	margin: 3px;
}
.icon:hover {
	border: none;
	border: 1px solid white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.iconLogout{background: transparent url(icons/logout.png) no-repeat;}
.iconEdit{background: transparent url(icons/edit.png) no-repeat;}
.iconNew{background: transparent url(icons/new.png) no-repeat;}
.iconDelete{background: transparent url(icons/delete.png) no-repeat;}
.iconNewPage{background: transparent url(icons/newpage.png) no-repeat;}
.iconNewContent{background: transparent url(icons/newcontent.png) no-repeat;}
.iconContentOnPages{background: transparent url(icons/contentpages.png) no-repeat;}
.iconMediaCollection{background: transparent url(icons/mediacollection.png) no-repeat;}
.iconDrag{background: transparent url(icons/drag.png) no-repeat;}
.iconContentList{background: transparent url(icons/contentlist.png) no-repeat;}

/* language icons */

div.languageText {
    display: none;
}
div#langbar {
    background-color:#945617;
    width:100%;
    height:100%;
}
div.lang {
	height: 16px;
	width: 24px;
	border: 1px solid transparent;
	display: inline-block;
	margin: 2px;
	padding: 0;

}
div.lang:hover {
	border: none;
	border: 1px solid white;
	cursor: pointer;
}


.de{background: transparent url(lang/de.png) no-repeat;}
.en{background: transparent url(lang/en.png) no-repeat;}
.ru{background: transparent url(lang/ru.png) no-repeat;}
