
body{
Overflow-x: hidden;
}
table      { 
	border: outset 0pt; 
    border-collapse: separate;
    border-spacing: 0pt ;
}
td         { border: inset 0pt }
td #divNav        { text-align:left;border: inset 0pt }
td.special { border: inset 0pt }  /* The top-left cell */

	.linkz{
		color:#c6a148;
		padding-left:10px;
		text-decoration:none;
		font-size:9pt;
	}
	.linkz:hover{
		color:#ffffff;
		
	}
	.linkz1{
		color:#ffffff;
		text-decoration:none;
		font-size:9pt;
	}
	.linkz1:hover{
		color:#cacaca;
	}
	
<!--
/* Coolmenuegenerator by www.coolplace.cc */
/* keine Auflistungspunkte vor Navi-Links */
	ul, li {
		list-style-type: none;
		padding: 0px;
		margin: 0px; 
	}

/* Abstand zwischen Schrift zum Rand */
	li a {
		padding-right: 20px;
		padding-top: 5px; 
		font-family: Verdana, sans-serif, Brush Script MT;
		font-size: 14px;
	}

/* Coolmenue positionieren*/
	div.menu {
		z-index: 300;
		
		/*Wenn man das Coolmenue frei positionieren moechte, die folgenden "/*" und "* /" entfernen. Dann die Werte bei "top" und "left" anpassen.*/ 
		
		/*position:absolute;
		top:100px;
		left:200px;*/
	}

/* Aussehen der Menuepunkte einstellen */
	.menu a {
		border: none;
		background-color: #D2AD52;
		background-image: url(http://);
		text-decoration: none;
		text-align: center;
		 
		cursor: pointer;
		margin: 0px;
		display: block;
		height: px;
		color: #000000; 
	}

/* Aussehen der Menuepunkte beim Hover Effekt */
	.menu a:hover {
		background-color: #D2AD52;
		background-image: url(http://);
		color: #000000; 
	}

/* Breite der Menuepunkte einstellen */
	.menu li {
		width: 180px;
		float: left; 
		overflow:hidden;
	}

	.submenue {
		font-size: 14px;
		display: none;
		width: 180px;
		float: left; 
	}

	.submenue a {
		 
		padding-top: 5px;
		cursor: pointer;
	    color: #FFFFFF;
	    background-color: #D2AD52;
		background-image: url(http://); 
	}

	.submenue a:hover {
	color: #000000;
	background-color: #D2AD52;
    background-image: url(http://);
	}
-->
	#divNav {
		background: transparent url(bk-nav.jpg) no-repeat top left;
		margin: 0;
float:left;
		padding: 0;
		width: 961px;
	}

	#nav {
		position: absolute;
		width: 961px;
	}

	#nav li ul, #nav li ul {
		margin: 0;
		padding: 0;
	}

	#nav a {
		text-decoration: none;
	}

	#nav li { /*float the main list items*/
		margin: 0;
		float: left;
		display: block;
	}

	#nav li ul {
		display: none;
	}

	#nav li.off ul, #nav li.on ul  { /*put the subnav below*/
		position: absolute;
		background: #fff;
		border:1px solid #ededed;
		margin-top:-2px;
		height:auto;
		min-height:140px;
	}

	#nav li.on ul {
		background: #f90;
	}

	#nav li.on:hover ul, #nav li.over ul { /*for ie*/
		background: #fff;
	}

	#nav li a {
		color: #000;
		 
		display: block;
		width: 180px;
		
		padding: 0;
	}


	#nav li.on a {
		color: #000;
	}

	#nav li.on ul a, #nav li.off ul a {
		border: 0;
		float: left; /*ie doesn't inherit the float*/
		color: #000;
		width: auto;
	}

	#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
		background: #fff;
	}

	#nav li.on ul {
		display: inline;
	}

	#nav li.off:hover ul, #nav li.over ul {
		display: inline;
		z-index: 6000;
	text-decoration:underline;
	}

	#nav li.off a:hover, #nav li.on a:hover {
		color: #000;
	}

	/*do the image replacement*/

	#nav li span {
		position: absolute;
		top:10px;
		left:10px;
	}

	#li_newArrives a, #li_womens a, #li_mens a, #li_watches a, #li_kids a, #liPostModern a, #liDigital a {
		display: block;
		position: relative;
		height: 40px;
		font-size:11pt;
		background: url(abk-dropdownMap.gif) no-repeat; /*contains all hover states*/
	}

/*first, put the initial states in place*/

#li_newArrives a {
	background-position: 0 0;
}

#li_womens a {
	background-position: -200px 0;
}

#li_mens a {
	background-position: -400px 0;
}
#li_kids a {
	background-position: -570px 0;
}
#li_watches a {
	background-position: -905px 0;
}


/*active area - for this demo - the code could be based on a body class, and probably work better.*/

 #li_mens.on a {
 	background-position: -300px -44px;
 } /*add selectors for the other li's and background-positions*/

/*hover states*/

#li_newArrives a:hover, #li_newArrives:hover a, #li_newArrives.over a {
	background-position: 0 -44px;
}

#li_womens a:hover, #li_womens:hover a, #li_womens.over a {
	background-position: -200px -44px;
}

#li_mens a:hover, #li_mens:hover a, #li_mens.over a {
	background-position: -400px -44px;
}
#li_kids a:hover, #li_kids:hover a, #li_kids.over a {
	background-position: -570px -44px;
}
#li_watches a:hover, #li_watches:hover a, #li_watches.over a {
	background-position: -905px -44px;
}


/*subnav formatting*/

#nav li.off ul a, #nav li.on ul a {
	display: inline;
	background: #fff;
	color: #000;
	font-weight:200;
	font-family: arial, verdana, sans-serif, Brush Script MT;
}

#nav li.on ul a {
	background: #000;
}

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}



#header_beschreibung, #header_name{ 
	font-family:Brush Script MT;
	font-weight:200;
	float:left;
	color:white;
	text-transform:none ;
}
#header_beschreibung{ 
	font-size:20pt;
	word-spacing:none;
	color:black;
}
#header_name{ 
	padding-left:3px;
	font-size:75pt;
}
#menu_platzhalter{ 
margin-top:5px;
	background-color:yellow;display:block;width:961px;height:40px;
	border:2px solid white;margin-bottom:4px;
	background-image: url(../images/kopfbereich_menu.gif);
	margin-bottom:7px;
}
#table_content{ 

		background: url(../images/content_table.jpg) no-repeat;
	display:block;width:964px;
	border:2px solid white;
}