body {
    background-color: gainsboro;
		font-family:Arial, Helvetica, sans-serif;
		margin:0px;
}

#content {
   min-height: 400px;
   height:auto !important;
   height: 400px;
}
#menu{
	background-color:white;
	/*background: white url(../images/header.png) repeat-x;*/
	border-top:0px solid #000000;
	clear:both;
	color:#CCCCCC;
	margin-bottom:-15px;
}
.alt{
	font-family:Arial, Helvetica, sans-serif;
}

.container	{
	
	background-color: white;
  margin-top: 10px;
  padding: 10px;
  background-color: #FFFFFF;
border-style: solid;
  border-color: black;

}

.shadow {
  box-shadow: 10px 10px 10px #ccc;
  -moz-box-shadow: 10px 10px 10px #ccc;
  -webkit-box-shadow: 10px 10px 10px #ccc;

}

#pre_show p {
/*	margin:0 0 0em !important;*/
	text-indent:0em;
	text-align:center;
}

.menu_information{
	color:#660088;
}
.menu_auction{
	color:#990000;
}
.menu_artauktionen{
	color:#006666;
}



h3{
	margin-top:1.5em;
	color: darkgray;
}

.odd{
	border: 1px solid lightgray;
	margin-bottom:5px;
}

.even{
	border: 1px solid lightgray;
	margin-bottom:5px;
	
}

#catalogueList .odd{
	border: 1px solid lightgray;
	background-color: lightgray;
}

#catalogueList .even{
	border: 1px solid white;
}

/*LIGHTBOX FIX*/
.lightbox a{
	background:white none repeat scroll 0 0;
}
#imageDataContainer a{
	
	background:white none repeat scroll 0 0;
}
/*LIGHTBOX FIX*/

#lightbox a{
	background: none !important;
}
#lightbox a:hover{
	background: none !important;
}
#lightbox a:active{
	background: none !important;
}

#menu a {
	text-decoration: none;
	color: black;
	padding: 2px 6px;
  background: lightgray;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#menu a:hover {
	color: black;
  background: darkgray;
}
#menu a:active {
	color: darkgray;
  background: white;
}


a.button {
	text-decoration: none;
	color: black;
	padding: 2px 6px;
  background: lightgray;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
a:hover.button {
	color: black;
  background: darkgray;
}



#menu ul {
	margin-top: -15px;
}
#menu li {
list-style-type: none;
padding-bottom:4px;

}
#menu li a {
width:100px !important;
display:block;
}
#catalogueList li a {
width:75px !important;
display:block;
margin:5px;
}
#catalogueList a.light {
  background: white;
}
#auction_list_item li a {
width:75px !important;
display:block;
margin:5px;
}


#highlight_teaser{
	min-height: 600px;
}

#auction_highlight_list li a {
max-width: 100px;
min-width:50px !important;
display:block;
margin:5px;
}

ul {
	margin-top: 40px;
	list-style-type: marker;
}
.button_small {
	list-style-type: none !important;
	color:red;
}

#agb li {
padding:2px;
}

#agb ol {
color: gray;
font-size:2em;
}
#agb ol p {
color: darkgray;
font-size:0.7em;
}



a:hover	{
	color:blue;
	text-decoration: underline;
}

.RoundedCorner{
min-height:90px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
/*START image_titleized*/
.image_titleized
{
  position: relative;
  width: 100%; /* for IE 6 */
	min-height: 500px;
}

.image_titleized h2
{
  position: absolute;
  bottom: 26%;
  left: 0;
  width: 100%;
  color: #fff;
}

.image_titleized span
{
  float: left;
  clear: left;
  color: white;
  font: bold 20px/45px Helvetica, Arial, Sans-Serif;
  letter-spacing: -1px;
  background: rgb(0, 0, 0); /* fallback color */
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 10px;
}
/*image_titleized END*/

/*FOOTER*/
#footer {
/*background-color:#111111;*/
/*border-top:1px solid #000000;*/
/*clear:both;*/
/*color:#CCCCCC;*/
padding-top:0px;
margin-top:20px;
}

#footer .dark{
	background-color:#babdbf;
	height: 40px;
}

#footer .light{
	background-color:#ced0d2;
	height:20px;
	margin-top:10px;
	margin-bottom:10px;
}
#footer h2{
margin-bottom:0px;
}

#footer a{
	text-decoration: none;
	color: gray;
  padding: 2px 1px;
/*  background: #CCCCCC;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;*/
}
#footer a:hover	{
	color:blue;
	text-decoration: underline;
}

#info_committal p{
	text-align: left;
}
#info_customer p{
	text-align: left;
}

/*As model is called hihglight blueprint assumes it is a css class*/
.highlight {background:white !important;}
.center {text-align:center;}