/* CSS Document */
body { 
	font-family			: Verdana; 
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background-color  : #FFFFFF;
	background:	url(images/HG.gif) top;
	background-repeat:repeat-x;float:left;
}
td, tr, p, div {
  font-family       : Verdana;
  font-size         : 11px;
  color             : #707070;
}


div#Bildliste {
	width: 300px;
	height: 300px;
	overflow:auto;
}

div#pagecontainer {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
div#headder {
	text-align: center;
	width: 1000px;
	height: 285 px;
	background:	url(images/Head-Logo.jpg) left;
	background-repeat:no-repeat;
	background-color  : #ffffff;
	overflow: hidden;
}

div#menu {
	width: 278;
	background-color  : #ffffff;
	background:	url(images/HG-Menu.gif) top;
	background-repeat:no-repeat;
	float: left;
	text-align: left;
}
div#kontent {
	width: 498px;
	height: 440px;
	float: left;
	overflow:auto;
	background-color  : #ffffff;
	text-align: left;
	margin-top: 20px;
	padding: 0px 10px 0px 0px;
	text-align:	justify; 
}
div#katalog {
	width: 700px;
	height: 440px;
	float: left;
	overflow:auto;
	background-color  : #ffffff;
	text-align: left;
	margin-top: 20px;
	padding: 0px 10px 0px 0px;
	text-align:	justify; 
}
div#newsspalte {
	width: 208px;
	float: left;
	overflow: hidden;
	margin-left: 6px;
	margin-top: 20px;
}

#navcontainer {
  font-family       : Verdana, Arial, Helvetica, sans-serif;
  font-size         : 10px;
  margin            : 0px 0px 0px 0px;
  padding           : 7px 0px 0px 0px;
  width             : auto;
  height            : 18px;
}
#navlist {
  margin            : 0px;
  padding           : 0px 0px 0px 0px;
}
#navlist ul, #navlist li {
  display           : inline;
  list-style-type   : none;
}
#navlist a:link, #navlist a:visited {
  border-right      : 1px solid #cccccc;
  padding           : 0px 8px 0px 8px;
  font-weight       : bold;
  line-height       : 8px;
  margin            : 0px;
  text-decoration   : none;
  color             : #000081;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
  color             : #FF9900;
}
#navlist a:hover {
  color             : #FF9900;
}
a.mainlevel {
  font-family       : Verdana, Arial, Helvetica, sans-serif;
  font-size         : 12px;
  font-weight       : bold;
  display           : block;
  margin-top        : 1px;
  margin-left      	: 7px;
  width             : 252px;
  height            : 25px;
  text-indent       : 24px;
  text-decoration   : none;
  text-transform    : uppercase;
  padding-top       : 6px;
}
a.anz {
  font-family       : Verdana, Arial, Helvetica, sans-serif;
  font-size         : 8px;
  margin-left      	: 7px;
  width             : 252px;
  height            : 15px;
  text-indent       : 24px;
  text-decoration   : none;
}
a.mainlevel:link, a.mainlevel:visited {
  background:url('images/Men-HG-std.gif') left top no-repeat ;
  color             : #000081;
}
a.mainlevel:hover {
  background:url('images/Men-HG-Select.gif') left top no-repeat ;
  color             : #ffffff;
 }
#active_menu {
  color             : #000081;
  background:url('images/Men-HG-Select.gif') left top no-repeat ;
}
a#active_menu:hover {
  color             : #ffffff;
}

a.sublevel {
  font-family       : Verdana, Arial, Helvetica, sans-serif;
  font-size         : 11px;
  text-indent       : 32px;
  font-weight		: bold;
  text-decoration	: none;
  display           : block;
  width             : 246px;
  height            : 25px;
  margin-top        : 1px;
  margin-left       : 12px;
  padding-top        : 6px;
}
a.sublevel:link, a.sublevel:visited {
  color				: #ffffff;
  background-color  : #b8b7b7;
}
a.sublevel:hover {
  background-color  : #b8b7b7;
  color				: #000081;
}


