BODY {
	background-image: url("../img/background.gif");
	background-repeat: repeat-y;
	background-color: #C8C8C8;
	color: #000;
	margin:0px;
	padding: 0px;
	font-family: arial;
}

H1 {
	color: #005EA4;
	margin: 0px 0px 8px 0px;
	padding:0px;
	font-size: 20px;
}

H2 {
	margin: 0px;
	padding:0px;
	font-size: 14px;
}

H4 {
	float: right;
	margin: 0px;
	padding:0px;
	color: #005EA4;
}

A {
	text-decoration: none;
	color: #005EA4;
}

A:hover {
	text-decoration: underline;
} 

TD {
	color: #005EA4;
	font-weight: 800;
}

A.downloadLink {
	color: #CC5D1E;
}


#content INPUT, #content SELECT, #content TEXTAREA {
  width: 200px;
  background-color: #E0E0E0;
  border: 1px solid #005EA4;
}

#header {
	background-color: #fff;
	height: 86px;
}

#topnav {
  position: absolute;
  top: 53px;
  left: 305px;
  display: block;
}

#blueline {
  position: relative;
  height: 5px;
  line-height: 5px;
  background-color: #005EA4;
}

.basked_blueline {
  height: 2px;
  line-height: 2px;
  background-color: #005EA4;
}

#topnav A, .topnavInactive {
  margin-left: 32px;
  float: left;
}

#warenkorbCount {
  display: inline;
  float: left;
  /*width: 120px;*/
  text-align: left;
  padding-left: 5px;
 line-height: 13px;
 font-size:10px;
 font-weight: 900;
 color: #005EA4;
}

#imprint {
	position: absolute;
	left: 580px;
	top: 0px;
}

#herzbergLogo {
  position: absolute;
  top: 11px;
  left: 12px;
}

#sidenav {
  position: absolute;
  top: 91px;
  left: 0px;
  width: 219px;
  z-index: 20;
}

#bildsuche, #login {
  position: relative;
  top: 5px;
  left: 12px;
  height: 19px;
}

#bildsuche {
 top: 10px;
}

#searchfield, #userLogin, #userPassword {
  position: absolute;
  top: 40px;
  left: 12px;
  width: 196px;
  background-color: #fff;
  border: solid 1px #005EA4;
  display: block;
}

#userLogin, #userPassword {
	top: 30px;
	color: #CB5D20;
}

#userPassword {
	top: 55px;
}

#loginData {
	position: absolute;
	top: 33px;
	left: 12px;
	color: #005EA4;
	overflow: hidden;
}

#sucheStarten, #loginStarten {
  position: absolute;
  top: 77px;
  left: 84px;
}

#loginStarten {
  top: 80px;
  left: 110px;
}

#loginBlaueLinie, #sucheBlaueLinie{
  position: absolute;
  top: 107px;
  left: 0px;
  height: 1px;
  line-height: 1px;
  width: 219px;
  background-color: #005EA4;
}

#sucheBlaueLinie{
  top: 207px;
}

.sucheErgebnisThumbnail {
	float:left;
	margin-right:12px;
	display: inline;
	text-align:center;
	width:177px;
	border: solid 1px;
}

.searchResultRow {
	background-color:#E0E0E0;
	border: dotted 1px #005EA4;
	clear: both;
	margin-bottom:5px;
	height:177px;
	font-size: 14px;
}

/*.baskedRow, .baskedRowSmall {
	height:134px;
	font-size: 14px;
}

.baskedRowSmall {
	height: 20px;
}

.baskedRow DIV, .baskedRowSmall DIV {
	float:left;
	font-size: 16px;
	font-weight: 900;
	color: #005EA4;
	text-align: center;
}

DIV .baskedField {
	width: 102px;
}

DIV .baskedThumbnail {
	text-align:left;
	width:177px;
	border: solid 1px;
}

DIV .baskedDeskription {
	width:165px;
	border: solid 1px;
}
*/
DIV .downloadlink {
	width: 300px;
}

.categoryItem {
	float: left;
	width: 179px;
	height: 232px;	 
	border: solid 1px #E0E0E0;
	padding: 3px;
	font-size: 12px;
	text-align: center;
}

.imageBackground {
	width: 177px;
	height: 177px;
	text-align: center;
	background-color: #E0E0E0;
	border: solid 1px;
/*	font-size: 172px; */
	font-size: 10px;
	display:table-cell;
	vertical-align: middle;
	overflow:hidden;
}

.rightRowBox {
	float:right;
	background-color: #C8C8C8;
	height: 177px;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 10px;
	line-height: 10px;
}

#kategorien{
  position: absolute;
  top: 221px;
  left: 12px;
}

#kategorienNav{
  position: absolute;
  top: 250px;
  left: 12px;
}

#kategorienNav A {
  display: block;
  color: #005EA4;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

#kategorienNav A:hover, #kategorienNav .subActive, .activePage {
  color: #CC5D1E; 
}

#content {
  padding-top: 15px;
  position: relative;
  left: 250px;
  width: 750px;
  z-index:4;
}

.closeCross {
	float:right;
	border: solid 1px #ccc;
	color: #005EA4;
	z-index: 27;
}

.notice {
	position: absolute;
	top: 0px; 
	left: 0px; 
	background-color: #fff;
	height: 100%;
	width: 100%;
	text-align: center;
	z-index: 25;
}

.noticeContent {
	position: absolute;
	left:33%;
	top: 33%;
	margin: auto;
	width: 450px;
	border: solid 1px #005EA4;
	background-color: #fff;	
	color: #000;
	padding: 4px;
	z-index: 26;
}


.agbheadline {
	margin-top:200px;
	margin-bottom: 10px;
	font-weight: 800;
	border-bottom: 1px solid #006bb2;
	border-top: 1px solid #006bb2;
	background-color: #dcddde;
	padding-left: 5px;
}

