html, body{
 margin:0; 
 padding:0; 
 text-align:center; 
 background: #dcdcdc url(../images/bgmain.gif) 0 0 repeat-x; 
} 

body {font-size:11px;}
body, p, br, ul, ol, dl, dt, dd, div, span, td, input, textarea, submit, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-family: Arial,Verdana,Tahoma,sans-serif;*/
	
	color: black;
} 
a {
	color: #898989;
	text-decoration: underline;
}
a:hover {
	color:#555555;
}
ul, ol, dl, dt, dd {
	padding: 0;
	margin: 0;
	list-style: none;
}
.black {
	color: black;
}
.left {
	float: left;
}
.right {
	float: right;	
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
 
#pagewidth{ 
 width:901px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 padding: 5px;
 border-left: 0px solid #cacaca;
 border-right: 0px solid #cacaca;
 background: #ffffff;
} 

/*   ------------   HEADER    ------------   */
 
#header{
 position:relative; 
 height:281px; 
 width:100%;
 margin-top: 20px;
 /*background: url(../images/header-bg.jpg) 0 0 no-repeat;*/
 background: url(../images/kneib_com_books-kop.png) 0 0 no-repeat;
}
* html #header h1 {
  display: inline;
}

/*
#header h1 {
	width: 276px;
	height: 107px;
	padding: 0;
	margin: 42px 0 0 88px;
	float: left;
	/* background: url(../images/logo.png) 0 0 no-repeat; */
/*	
}
*/
#header h1 {
	width: 122px;
	height: 122px;
	padding: 0;
	margin: 54px 0 0 51px;
	float: left;
}

/*
#header h1 a {
	width: 276px;
	height: 107px;
	display: block;
	text-indent: -9999px;
}
*/
#header h1 a {
	height: 122px;
	display: block;
	text-indent: -9999px;
        outline: none; 
}

#head-nav {
	margin:10px 20px 0 660px;
	float: right;
}
* html #head-nav {
	display: inline;
	margin:24px 0 0 310px;
	white-space: nowrap;
	border: 1px solid green;
}
#head-nav a {
	color: black;
	text-decoration: none;
	margin: 0 10px;
}

#head-nav a:hover {
	text-decoration: underline;
}

/* menu */

.nav {
height:35px; 
background: url(../images/bg.gif) repeat-x; 
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:11px; 
width:100%; 
z-index:100;
margin:0;
padding:0;
}

.nav .table {
display:table; 
margin:0 auto;
}

.nav .select,
.nav .current {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}

.nav li {
margin:0; 
padding:0; 
height:auto; 
float:left;
}

.nav .select a {
display:block; 
height:35px; 
float:left; 
font-weight:bold;
background: url(../images/bg.gif); 
padding:0 30px 0 30px; 
text-decoration:none; 
line-height:35px; 
white-space:nowrap; 
color:#dfdfdf;
}


.nav .select a:hover, 
.nav .select li:hover a {
background: url(../images/hover.gif); 
padding:0 0 0 15px; 
cursor:pointer; 
color:#2b3238;
}

.nav .select a b{
	font-weight:bold;
	}

.nav .select a:hover b, 
.nav .select li:hover a b {
display:block; 
float:left; 
padding:0 30px 0 15px; 
background:url(../images/hover.gif) right top; 
cursor:pointer;
}

.nav .select_sub {
display:none;
}

/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.nav .sub {
/* display:table; */
/* margin:0 auto; */
padding:0; 
list-style:none;
}

ul#home-tab {
 margin: 0 0 0 240px;
}

a img{
	border:1px solid #ffffff;
}

a:hover img{
	border:1px solid #777777;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
background:transparent; 
color:#2b3238;
}

.nav .select :hover .select_sub, 
.nav .current .show {
display:block; 
position:absolute; 
width:100%; 
top:35px; 
background:url(../images/back.gif); 
padding:0; 
z-index:100; 
left:0; 
text-align:center;
}

.nav .current .show {
z-index:10;
}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
display:block; 
float:left; 
background:transparent; 
padding:0 10px 0 10px; 
margin:0; 
white-space:nowrap; 
border:0; 
color:#2b3238;
}

.nav .current .sub li.sub_show a {
color:#2b3238; 
cursor:default; 
}

.nav .select .sub li a {
	font-weight:normal;
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
visibility:visible; 
color:#909090; 
}

/* menu eind */

#wrapper {
 background: url(../images/maincol-bg.jpg) 0 0 no-repeat;	
 }
#twocols{
 width:901px; 
 /*float:right; */
 position:relative; 
 padding-bottom: 10px;
 min-height: 400px;
 background: url(../images/right-col-bg.jpg) right bottom no-repeat;
 }
  
 /*   ------------   RIGHT COLUMN    ------------   */
 
#rightcol{
font-size: 1.0em;
 width:485px; 
 float:right; 
 position:relative; 
 padding: 30px 15px 15px 0;
 }
 #rightcol h2 {
 	font-size: 1.27em;
	padding: 0;
	margin: 0 0 20px 0;
 }
 #rightcol1 {
 	font-size: 1.0em;
	width: 228px;
	padding-right: 12px;
	float: left;
	background: url(../images/devidere.jpg) center right no-repeat;
 }
 #rightcol2 {
 	font-size: 1.0em;
 	width: 228px;
	padding-left: 12px;
	float: left;
 }
 .more {
 	text-align: right;
	padding-top: 6px;
 }
 .more a {
 	color: black;
	text-decoration: none;
	/*text-transform: uppercase;*/
	font-weight: normal;
 }
 .more a:hover {
 	color: grey;
 	text-decoration: underline;
 }
 
/*   ------------   MAIN CONTENT    ------------   */ 
 
#maincol{
 font-size: 1.0em;
 float: left; 
 display:inline; 
 position: relative; 
 width:360px;
 padding: 15px;
 }
 
 #maincol h1 {
 	font-size: 1.8em;
	font-weight: bold;
	margin: 0;
	padding: 15px 0;
	color: #f0b154;
 }

  /* *** Float containers fix  *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/* sitemap */

#sitemap-list {padding:0 0 0 10px; margin:0; list-style:none; font-weight:normal; line-height:150%} /*1st level list*/
/*#sitemap-list li {padding:10px; margin-top:10px; font-size:13px; background:#f0f0f0;} /*1st level items*/
#sitemap-list li {padding:10px; margin-top:10px; font-size:13px;} /*1st level items*/
 
/*#sitemap-list ul {margin:5px 10px 5px 10px; padding:5px 10px; font-weight:normal; background:#f0f0f0;} /*2nd level lists*/
#sitemap-list ul {margin:5px 10px 5px 10px; padding:5px 10px; font-weight:normal;} /*2nd level lists*/
#sitemap-list li li {padding:0; margin:0; list-style:none; font-weight:normal; font-size:11px; line-height:18px; background:none} /*2nd level items*/
 
/*#sitemap-list ul ul {margin-left:10px;padding:5px 10px;  background:#f0f0f0;} /*3rd level lists*/
#sitemap-list ul ul {margin-left:10px;padding:5px 10px;} /*3rd level lists*/
#sitemap-list li li li {font-size:11px; font-weight:normal;} /*3rd level items*/

/* sitemap */

/* forms */

form {
  /* background: url(../images/form-bg.jpg) 0 0 no-repeat; */
  border: 2px solid #efefef;
  display: block;
  /* height: 460px; */
  margin: 0 0 0 0 px;
  padding: 0;
  width: 357px;
}

fieldset {
  border: none;
  margin: 0;
  padding: 10px 20px 0;
}

label {
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0px 10px 0;
}

form .right {
  float: none !important;
}

form h3 {
  font-size: 13px;
  margin: 0;
  padding: 10px 0;
}

fieldset p {
  margin: 0;
  padding: 0;
}

.field {
  clear: both;
  margin-bottom: 8px;
}

.middleColumn .text, .middleColumn textarea {
  border: 1px solid #b5b5b5;
  clear: left;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 2px;
  width: 300px;
}

.middleColumn textarea {
  height: 80px;
}

.middleColumn .required {
  font-size: 11px;
  color: red;
}
.middleColumn select {
  border: 1px solid #b5b5b5;
  vertical-align: middle;
  width: auto;
}

.middleColumn input, .middleColumn label {
  vertical-align: middle;
}

.middleColumn input[type=file] {
  float: left;
  max-width: 220px;
}

.Actions {
  padding: 10px 30px;
}

.Actions input.action {
  background: white url(../images/btn-bg.gif) left bottom repeat-x;
  border: 1px solid #b5b5b5;
  color: #565656;
  font: normal 13px Arial, Helvetica, sans-serif;
  padding: 5px 20px;
}

/* end forms */
 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
