﻿body {
	font-family:Verdana,Arial,Helvetica,sans-serif,swiss;
	color:#999999;
	font-size:12px;
	scrollbar-arrow-color: #999999;
	scrollbar-base-color: #F2F2F2;
	scrollbar-track-color: #F2F2F2;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #999999;
	padding:0;
	margin:0;
}

input {
	font-family:Verdana,Arial,Helvetica,sans-serif,swiss;
	font-size:11px;
	width:340px;
}

a {
	font-family:Verdana,Arial,Helvetica,sans-serif,swiss;
	color:#999999;
	text-decoration:none;
}


a:active {
	COLOR: #999999;
	text-decoration : none;
}
a:link {
	COLOR: #999999;
	text-decoration : none;
}
a:visited {
	COLOR: #999999;
	text-decoration : none;
}
a:hover {
	COLOR: #000000;
	text-decoration : none;
}

.text {
	font-family : Verdana,Arial,Helvetica,sans-serif,swiss;
	font-size : 12px;
	text-decoration : none;
	color : #999999;
}

select {
	font-family : Verdana,Arial,Helvetica,sans-serif,swiss;
	font-size : 11px;
	text-decoration : none;
	width:340px;
}

.radio {
    width: 50;
}

textarea {
	font-family : Verdana,Arial,Helvetica,sans-serif,swiss;
	font-size : 11px;
	text-decoration : none;
	width:340px;
	height:140px;
}

.stext {
	font-family : Verdana,Arial, Helvetica, sans-serif, swiss; 
	font-size : 11px;
}

h1, h2, h3, h4 {
	font-family : Verdana,Arial, Helvetica, sans-serif, swiss; 
	font-size : 12px;
	color : #999999;
	font-weight: bold;
	padding: 5px 10px;
}

table, tr, td {
	font-family : Verdana,Arial, Helvetica, sans-serif, swiss; 
	font-size : 10px;
}

.h3link {
	color: #cc0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

ul {
	list-style-image: url(images/bullet2.gif)
}

li {
	margin-left: -12px;
	margin-top: 15px;
	margin-bottom: 15px;
}


.sortable-list {
  list-style-type : none;
  margin : 0;
}

.sortable-list li {
  border : 1px solid #000000;
  cursor : move;
  margin : 2px 0 2px 0;
  padding : 3px;
  background : #eeeeee;
  border : #000000;
  width : 800px;
}

img.download {vertical-align:middle;}

/* --- Layout-Zentrierung -------- */

#container {
	width: 800px;
	margin-bottom: 10px;
	margin: 0 auto;
	background-color: #ffffff;
}

/* --- Kopfbereich -------------- */

#top {
	background-color: #e1ddd9;
	background-image: url(images/antike-moebel-bgtop-800-130.GIF);
	height: 130px;
	text-align: left;
	padding: 0px;
	/*margin-top: 20px;*/
	margin-top: 0px;
	margin-bottom: 20px;
}

#topmenu{
	font-size: 10px;
	text-align: left;
	padding-top:  98px;
	padding-left: 10px;
}

/* --- Mittlere Spalte ---------- */

#center-col {
	background-color: #fff;
	padding: 0px;
	margin-left: 20px;
	margin-right: 20px;
}

div#center-col { 
	min-height:400px;
	height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}

p, pre{
	padding: 5px 10px;
	margin:0px;
}

/* --- Linke Spalte ------------- */

#left-col {
	float: left;
	width: 270px;
	margin: 0;
	padding: 0;
}

/* --- Rechte Spalte ------------- */

#right-col {
	float: right;
	width: 270px;
	margin: 0;
	padding: 0;
}

/* --- Linke + mittlere Spalte (2-spaltiges Layout 1) ------------- */

#left-center-col {
	float: left;
	width: 520px;
	margin: 0;
	padding: 0;
}

div#left-center-col { 
	min-height:400px;
	height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}

/* --- Linke + mittlere Spalte (2-spaltiges Layout 2) ------------- */

#left-right-center-col {
	float: right;
	width: 800px;
	margin: 0;
	padding: 0;
}

div#left-right-center-col { 
	min-height:400px;
	height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}

/* --- Linke + mittlere Spalte (2-spaltiges Layout 2) ------------- */

#right-center-col {
	float: right;
	width: 520px;
	margin: 0;
	padding: 0;
}

div#right-center-col { 
	min-height:400px;
	height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}


/* --- Google-Maps --------------- */

#googlemaps {
	font-size: 10px;
	clear: both;
	margin-left: 10px;
	padding: 0;
}


/* --- Katalog --------------- */

.catalogdiv {
	background-color:#fff;
	border-style:solid #000000 1px;
}

#catalog {
	clear: both;
	margin: 0;
	padding: 0;
	overflow-x:auto;
	overflow-y:hidden;
	position:relative;
	width: 800px;
}


/* --- Fußbereich --------------- */

#bottom {
	font-size: 10px;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center; 
}



.menu {
	font-size: 10px; 
	font-family: Verdana; 
	position: absolute;
	background: #fff;
	position: absolute; 
	width: 450px;
	height: 10px;
	top: 200px; 
	left: 100px; 
	z-index: 5; 
	display: none;
	overflow: auto;
	padding: 10px;
	border: 1pt solid #dddddd;
	filter:alpha(opacity=0);
	-moz-opacity:0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}
