/* AustroAntik.at/.com CSS style */

/* basic elements */
body { 
	font: 9px Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	letter-spacing: 1px;
	word-spacing: 1px;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#cc0000;
	scrollbar-arrow-color:#111111;
    scrollbar-track-color::#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
}
table {
	font: 11px Arial, Helvetica, sans-serif;
}
a:link, a:visited { 
	color: #CC0000;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #333333;
	text-decoration: none; 
}
h1 {
	font: 30px bold;
	border-top: 2px solid #C60000;
}
h2 {
	font: 20px bold;
	color: #000000;
	background-color: #FFFF99;
	border-bottom: 1px dotted #DDDDDD;
}
h3 {
	font: 15px bold;
	color: #333333;
}
p { 
	font: 12px/22px arial;
	margin-top: 0px; 
	text-align: justify;
}

/* specific divs */
#container {
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#header {
	height: 155px;
	text-align: center;
	background-color: #C60000;
}
#headList {
	font: bold 15px/18px verdana;
	color: #000000;
	margin: 0;
	padding: 10px;
}
#headList ul {
	margin: 0;
	padding: 0;
	list-style: disc url(../images/arrow_r.gif);
}
#headList li {
	display: inline;
	width: 150px;
	margin: 0;
	padding: 3px 55px 3px 55px;
	background: url(../images/arrow_r.gif) no-repeat 30px center;
}
#headList a {
	color: #000000;
}
#antiquitaeten #headList #antiquitaeten,
#bilder #headList #bilder,
#militaria #headList #militaria,
#headList a:hover {
	text-decoration: none;
	background: url(../images/bg_head.jpg) no-repeat center center;
}
#main {
	width: 718px;
	margin: 0;
	padding: 5px 20px;
	border-right: 1px dotted #CC0000;
	border-left: 1px dotted #CC0000;
}
#footer {
	clear: left;
	height: 15px;
	text-align: center;
	background: #C60000 url(../images/footer.jpg) no-repeat center bottom;
}
#footer a {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

/* custom style */
.textinfo {
	font: 9px/12px arial;
}
.banner {
  margin: 5px -21px;
}
