div#debug {
	color: #808080;
	border:1px gray solid;
	padding:10px;
	margin-top:20px;
}

div#debugHeader {
    background-color:gray;
    color:white;
	margin-bottom:10px;
}
	
div#error {
	color: black;
	border:1px red solid;
	padding:10px;
	margin-top:20px;
	margin-bottom: 10px;
}

div#errorHeader{
    background-color:red;
    color:white;
	margin-bottom:10px;
}
	

div#menuLayer {
  border: 1px gray solid;
  float: left;
  background-color:#CCCCCC ;
  color: black;	
  width: 130px;
  width: "150px";
  margin: 0px;
  padding: 10px;
}

div#content {
	margin-left: 180px;
	width: "100%";
}


	
table.adminTable {
  width:100%;
}

table.adminTable tr.header {
  background-color:#800000;
  color: white;
}

table.adminTable th {
	text-align:left;
}

a, a:visited {
	text-decoration: none;
	color: gray;
}

a:hover {
	color: orange;
	text-decoration: underline;	
}


ul.menu {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
 
li.menu {
  display: block;
}

li.menu a, li.menu a:visited {
  display: block;
  width: 163px;
  height: 22px;
  background-image:url(http://www.ynot-gmbh.de/templates/nfs_ynot/images/mainlevel_bg.gif);
  color: #000000;
  padding-left: 10px;
  text-decoration: none;
  padding-top: 5px;
}


a.subMenu, a.subMenu:visited {
  display: block;
  width: 163px;
  height: 22px;
  background-image:url(http://www.ynot-gmbh.de/templates/nfs_ynot/images/sublevel_bg.gif);
  color: #000000;
  padding-left: 10px;
  text-decoration: none;
  padding-top:5px;
	
}

div#kategorien {
	margin-top: 15px;
}

div#kategorienInner {
	border: 1px gray solid;
	padding: 10px;
	margin-top: 5px;
}

.katChild {
	display: block;
	padding-left: 15px;
	height: 16px;
}

.katEbene {
	display: block;
	padding-left: 5px;
	height: 16px;
}

.katCurrent {
	display: block;
	font-weight: bold;
	padding-left: 5px;
	height: 16px;
}

.bold {
	font-weight: bold;
}

.katParent {
	display: block;
	font-style: italic;
	height: 16px;
}

.anschrift {
	width: 100%;
	margin-bottom: 30px;
}

.anschriftenHeader {
	border-bottom: 1px gray solid;
	margin-bottom: 10px;
	font-weight: bold;
}

.anschriftAendern {
	padding-top: 10px;
}

.artikel {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 15px;
}

.preis {
	font-weight: bold;
	color: orange;
}
.netto {
	font-size: 9px;
}

.artikelHeader {
	margin-left: 100px;
	border-bottom: 1px silver solid;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 12px;
}

.artikelImg {
	float: left;
}

.artikelImgBig {
	float: left;
	margin-right: 25px;
}

.artikelText {
	margin-left: 100px;
}

div#info {
	padding-top: 15px;
	padding-bottom: 5px;
	color: red;
}

h3 {
	font-size: 14px;
}

a.new {
  background-image:url(http://www.ynot-gmbh.de/katalog/templates/ynot/new_document16.png);
  background-repeat:no-repeat;
  background-position:left;
  height:16px;
  padding-left: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: auto;
}

a.bearbeiten {
  background-image:url(http://www.ynot-gmbh.de/katalog/templates/ynot/open_document16.png);
  background-repeat:no-repeat;
  background-position:left;
  height:16px;
  padding-left: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: auto;
}

a.loeschen {
  background-image:url(http://www.ynot-gmbh.de/katalog/templates/ynot/delete_x16.png);
  background-repeat:no-repeat;
  background-position:left;
  height:16px;
  padding-left: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: auto;
}

.pagination {
  margin-top: 10px;
  margin-bottom: 10px;
}

.underline {
	border-bottom: 1px solid gray;
}

