BODY,HTML       {
	scrollbar-arrow-color: Maroon;
	scrollbar-track-color: #f5f5f5;
	scrollbar-face-color: #FDEB06;
	scrollbar-highlight-color: #f9f9f9;
	SCROLLBAR-3DLIGHT-COLOR: white;
	SCROLLBAR-DARKSHADOW-COLOR: #f5fffa;
	scrollbar-shadow-color: #570000;
	scrollbar-base-color: #f5f5f5; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: white;
	background-attachment: fixed;
	color: #202020;
	overflow: auto;
	background-position: top;
	letter-spacing: 1px;
}

.bildermitrahmen {
	padding: 8px;
	margin: 8px;
	border: 1px solid #38657A;
}

.agb {
	font-size: 11px
}
.bilderohnerahmen {
	padding: 8px;
	margin: 8px;
}

.main {
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: White;
	text-align: center;
}

.contentback{
	background-color: #F2F2F2;
}

.headtable {
	height: 319px
}
FORM{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	vertical-align: middle;
}

TABLE{
	padding: 0px 0px 0px 0px;
}

TD,DIV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #202020;
	letter-spacing: 0.1em;
}

.lefttd{
	background: transparent url(../images/shadowleft.png);
}

.righttd{
	background: transparent url(../images/shadowright.png);
}

.bottomtd{
	background: transparent url(../images/shadowbottom.png);
	height: 15px;
}

.bottomlefttd{
	background: transparent url(../images/shadowbottomleft.png);
	height: 15px;
}

.bottomrighttd{
	background: transparent url(../images/shadowbottomright.png);
	height: 15px;
}

.designby {
	font-size: 11px;
	letter-spacing: normal;
	text-decoration: none;
}


A:link    {
	color: blue;
	text-decoration: underline;
}

A:visited {
	color: blue;
}

A:active  {
	color: blue;
}

A:hover   {
	color: blue;
	text-decoration: none;
}

/************************* Special Links *************************/

a.blacklink:link    {
	color: black;
	text-decoration: underline;
	font-size: 18px;
}

a.blacklink:visited {
	color: black;
	font-size: 18px;
}

a.blacklink:active  {
	color: black;
	font-size: 18px;
}

a.blacklink:hover   {
	color: black;
	text-decoration: none;
	font-size: 18px;
}

/************************* Special Links End *************************/

/************************* Normale Links black *************************/

a.blacklinknormal:link    {
	color: black;
	text-decoration: underline;
	font-size: 13px;
}

a.blacklinknormal:visited {
	color: black;
	font-size: 13px;
}

a.blacklinknormal:active  {
	color: black;
	font-size: 13px;
}

a.blacklinknormal:hover   {
	color: black;
	text-decoration: none;
	font-size: 13px;
}

/************************* Normale Links black End *************************/
.footer  {
	font-size: 13px;
	color: white;
	font-weight: bold;
}

.footer  a:link {
	font-size: 13px;
	color: white;
	font-weight: bold;
}

.footer  a:hover {
	font-size: 13px;
	color: white;
	font-weight: bold;
}

.footer  a:visited {
	font-size: 13px;
	color: white;
	font-weight: bold;
}

.footer  a:active {
	font-size: 13px;
	color: white;
	font-weight: bold;
}

.addresse{
 	font-size: 12px;
	color: Black;
}
INPUT.search   {
	WIDTH: 200px;
	HEIGHT: 24px;
	background-color: transparent;
	background-image: url(../images/bginputsearch.gif);
	background-position: center;
	border: 1px solid #999999;
	padding-top: 3px;
	font-size: 13px;
	vertical-align: middle;
}

INPUT.searchbut {
	background-image: url(../images/buttonsuchen.gif);
	background-position: center;
	background-color: transparent;
	width: 84px;
	height: 25px;
	cursor: hand; 
	vertical-align: middle;
	border: 0px none;
}

TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
}

.priceoffer {
	color: #f02400;
	font-style: italic;
}

.boxheader {
	color: #3399CC;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}

.totop {
	font-size: 11px;
	letter-spacing: normal;
	color: #696969;
	text-decoration: none;
}

/* ---------- Start Tabs ------------ */

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #FFFFD7;
	text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
	color: #000;
	background: #FFFF9B;
	border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/* ---------- End Tabs ------------ */

/* ---------- Hack example ------------ */

/*--  * html #pillmenu ul { /*IE6 hack*/  
/*-- 	padding-left:	20px;                -- */
/*-- }                                    -- */

/*-- *+html #pillmenu ul { /*IE7 hack*/   
/*-- 	padding-left:	20px;                -- */
/*-- }                                    -- */

/*-- html*#xp-test-rightcolumn { /*safari hack*/  


/* ---------------- Layer crossbrowser ------------------ */
