/*      für www.satemin.de/toepferei    */

html,body {
    overflow: auto;
    height: 100%;
}  /* gegen tote scrollbars im ie gegen zuviele im mozilla */

body {
    margin: 0px;
    padding: 0px;
	background-color: #D9DDE3;
    background-image: url('techPics/bodyback.gif');
    background-repeat: repeat-x;
	text-align: center; /*ie<6*/
}

body, div, ul, p, li {
	font-family: "Georgia", "Verdana", "Times", serif;
	font-size: 13px;
	line-height:1.5em;
}


p{
	text-indent: 25px;
}
img{border: none; margin: 3px; }
a{color: black;}

div#theWhole {
    width:728px;
    margin: 0pt auto;
    background-image: url('techPics/backlogo.gif');
    background-position: center;
    background-repeat: no-repeat;
    min-height:100%;
    height:100%;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
	background-color: white;
	text-align: left; /*ie < 6, s.a.*/
}
div#header{
    width:728px;
    height:109px;
	clear:both;
	background-image: url('techPics/header.jpg');
    background-repeat:no-repeat;
}


div#menue{
	float: left;
	position:relative;
	left:-30px;
	top:40px;
	width:170px;
	background-image: url('techPics/menubacking.gif');
    background-repeat: repeat-y;
	overflow:visible;
	padding:4px;
	padding-left:20px;
	border-left: 3px solid #0B4774;
	border-bottom: 1px solid #0B4774;
	line-height:1.76em;
}


div#menue a{
	font-family: "Georgia", "Verdana", "Times", serif;
	font-size: 1.20em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: black;
}
div#menue a:hover {
	background-color: #D9DDE3;
}

div#menue a.menueHL {
	border-left: 20px solid #0B4774; /*#D3D5DA;*/
	padding-left: 5px;
	width:auto;
}
div#menue a.menueHL:hover {
	border-left: 20px solid #0B4774; /*#D3D5DA;*/
	padding-left: 5px;
}

div.submenue{
	position:absolute;
	width: 250px;
	visibility:hidden;
	overflow:visible;
	z-index:4;
	padding:4px;
    background-color: white;
	border-left: 3px solid #0B4774;
	border-bottom: 1px solid #0B4774;
	background-image: url('techPics/menubacking.gif');
    background-repeat: repeat-y;
	margin: 5px;
    -moz-opacity:0.95;
    filter:Alpha(opacity=95);
    opacity: 0.95;
	-khtml-opacity: .95;
}
div.submenue a{
	font-family: "Georgia", "Verdana", "Times", serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: black;
	display: block;
	width: 100%;
}

div.submenue a:hover {
	background-color: #D9DDE3;
}




div#content{
	float: right;
    width:530px;
    height:80%;
	overflow-y:auto;
	overflow-x:hidden;
	margin-top: 10px;
}


div#content h1{
	font-family: "Georgia", "Verdana", "Times", serif;
	font-size: 1.3em;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid black;
}


div#bank {
	position:absolute;
	left: 2%;
	bottom:0%;
	width:282px;
	z-index: 10;
}




div#arionsatemin{ position: absolute; right: 2%; bottom: 2%; height:61px;}
div#arionsatemin img{border:0px; clear:both; margin:0px;}


div#produkte {
	height: 78%;
	overflow-y: auto;
	overflow-x: hidden;
}

td.hlFFFF99 {
	background-color: #FFFF99;
}
td.hlCCCCFF {
	background-color: #eeeeFF;
}
div#produkte img{border: 0px; margin: 0px;}


div#picDiv{
	visibility: hidden;
	position:absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
	padding: 3px;
	background-color: #FFFF99;
	border: 1px solid gray;
}










