body { 
  background-color: #fff;
  color: #000;
  font-family: geneva, helvetica, arial, verdana, sans-serif;
  font-size:   10px;
  line-height: 14px;
/*  cursor: url('../pictures/cursor.png');*/
  text-transform: lowercase;
}

body, th {
  font-size:   10px;
}

#wrapper {
	width: 1024px;
	height: 768px;
	padding-left: 45px;
/*  border: 1px solid black;*/
}

#header {
  height: 100px;
  width: 915px;
}

#navigation {
  float:left;
}

#item {
  
  padding: 5px;
}

.item {
	width: 90px;
/*	padding: 0px 5px; I don't know why*/
}

#subitem {
  
  padding: 5px;
}

#name {
  padding: 5px;
  text-align: right;
  font-style: normal;
	font-size: 12px;
}

#name a {
  text-decoration: none;
  color: black;
  background-color: white;
	font-weight: normal;
  
}
#name img {
  text-decoration: none;
  color: white;
  background-color: white;
  margin: none;
  
}

#content {
  width: 915px;
  
}

#pictures {;
  float: left;
  width: 600px;
  text-align:right;
	padding-right: 15px;
  
}
#pictures img {
	width: 600px;

}

#description {
  float: right;
  width: 300px;

}



#admin {
  float: right;
  width: 364px;
  cursor: move;
/*  background-color: #DDD;;*/
  border: 1px solid #000;
  padding: 10px;
}

#welcome {
  text-align: right;
  font-size: 100px;
  padding: 100px;
}
.kontakt {
  font-size: 50px;
  line-height: 1.2em;
  font-style: normal;
}

.others {
  display: inline;
}

.sortable {
  cursor: move;
  
}
#navigation h1 {
	font-size: 10px;
	display: inline;
	color: white;
	background-color: red;	
	
}
#navigation h2 {
	font-size: 10px;
	display: inline;
	color: white;
	background-color: red;
	font-weight:normal;
}

.item_picture a:hover{
	background-color: white;
}
.item_picture img{
	border:none;
}
.current {
  color: white;
  background-color: red;
}

a {
	color: black;
	background-color: white;
	text-decoration: none;
	
}

a:visited {
	color: black;
	background-color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	background-color: black;
	text-decoration: none;

}

a:active {
	color: white;
	background-color: black;
	text-decoration: none;
}

table {
	text-align: left;
}

#noticeExplanation {
  width: 400px;
  border: 2px solid green;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#noticeExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: green;
  color: #fff;
}