body {
	background: #FFF;
	margin: 20px 0 0 30px;
	letter-spacing:0.5px;
}

body, input {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

form {
	margin: 0px;
}

img {
	border: 0px none;
}

div {
	line-height: 18px;
}

p {
	margin-top: 0px;
	margin-bottom: 18px;
}

a:focus {
	outline: none
}

/* layout */

#logo h1{
visibility:hidden;
display: none;
}

#logo{
float:left;
background:url('../images/logo.gif') no-repeat left top;
width:52px; 
height:17px;
margin:0
}


#page {
	width: 100%;
}

#header {
	position: fixed;
	width: 100%;
	min-width: 1000px;
	background:#fff;
	margin: -24px;
	padding: 24px;
	height:80px;
	z-index: 1000;
}

#menu {
	width:170px;
	background:#fff;
	margin:-1px 0 0 145px;
	float: left;
}

#menu2 {
	width:100px;
	background:#fff;
	margin:0px 0 0 100px;
	float:left;
}


#search {
float:left;
background:transparent;
width:269px;
margin:0px 0 0 0px;
}

.form  {
margin:0;
font: 11px Verdana;
color:#333232;
background:transparent;
width:180px;
border:#7f9db9 1px solid;
}

.form_menu a{
margin:0;
color:#868889;
background:transparent;

}


.form_menu a:hover{
color: #000; 
background: transparent ; 

}

#search-query {
	width: 120px;
}

#main {
	padding-top: 44px;
}

.entry {
	width: 100%;
	min-width: 1012px; /* 960 + 2 * 36 - 20 */
	background: #fff;
	margin-bottom: 16px;
}

.entry {
	color: #000;
}

.icon span {
	line-height: 32px;
	vertical-align: top;
	padding: 1px;
	margin-left: 6px;
}

.text a, .groups a, .icon a span {
	color:#9b9c9c;
	text-decoration: none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
}

.text a:hover, .groups a:hover, .icon a:hover span {
	color:#9b9c9c;
	
	
}

.icon a {
	text-decoration: none;
}

.menu-button{
margin:0 10px 0 0;
text-decoration:none;
color:#9b9c9c;
}

.menu-button a{
margin:0 10px 0 0;
text-decoration:none;
color:#9b9c9c;
}
.menu-buttom a:hover{
text-decoration:underline;
color:#000

}
.entry .title .menu-button {
	display: block;
	border-top: dotted 1px #d6d7d8;
	border-bottom: dotted 1px #d6d7d8;
	margin: 0;
	padding:5px 0 5px 4px;
	color:#9b9c9c;
	
}


#content{
margin:80px 0 0 0;
color:#9b9c9c;
}

.entry .content {
	padding: 50px 36px 10px 0px;
	width: 960px;
}

.entry .text {
	width: 300px;
	float: left;
	padding-right: 20px;
	color:#9b9c9c;
}
/*.text a{
color:#9b9c9c;
text-decoration:underline
}
.text a:hover{
color:#9b9c9c;
text-decoration:underline
}*/

.entry .resources {
	width: 515px;
	float: left;
}

.entry .resources .menu {
	float: right;
	margin: -30px 0 0 0px;
	text-align: right;
	padding-right: 10px; /* right text padding */
	padding-bottom: 5px;
	
}

.entry .resources .resource-tab {
	float: left;
}

.entry .resources .group-tab {
	float: left;
	max-width: 500px;
}

.entry .resources .pictures .group-tab, .entry .resources .films .group-tab {
	width: 500px;
} 

.entry .resources .texts {
	float: right;
}

.entry .resources .groups {
	float: right;
	padding-left: 20px;
	width: 120px;
}

.entry .resources .group {
	margin-bottom: 18px;
}

.entry .resources .picture, .entry .resources .medium {
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0;
	border-collapse: collapse;
}

.entry .resources .picture td {
	padding: 0;
}

.entry .resources .download {
	padding-bottom: 18px;
}

.entry .resources .label, .entry .resources .number {
	font-size: 11px;
}

.entry .resources .label {
	float: left;
}

.entry .resources .number {
	float: right;
}

.groups .selected a {
	color: #00f;
}

.entry-editor {
	padding: 22px 36px;
	background: #fff;
	min-height: 405px;
}

table.edit {
	border: 1px dotted #999;
}

.edit {
	color: #000;
}

/* helpers */

.clear {
	clear: both;
	
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.hidden {
	display: none;
}

.search-placeholder {
	color: #888;
}

.highlight {
	background: #ff0;
}

.entry .edit-elements {
	position: absolute;
	margin-top: -22px;
}

#menu .edit-elements {
	float: right;
	text-align: right;
}

.color_anno{
color:#41a62a;}