body, html {
           padding: 0;
}
body {
		margin: 0;
		font: 13px Arial, sans-serif;
		background-color: #fff;
		color: #000;
		text-align: justify;
		background-image: url(../assets/rand.gif);
		background-repeat: repeat-y;
		min-width: 50em; /*mindestbreite für moderne browser */
}
.stopFloat {       /* nicht floatendes Element, das hinter floatende E. gesetzt werden kann  */
   display: block;
   float: none;
   clear: both;
   height: 1px;
   font-size: 0px;
   line-height: 0px;
}
html, body {
      height: 100%; 
	  overflow-y: hidden;
    }
/*#container {
           width: 100%;
           text-align: justify;
           margin: 0 auto;
}*/
img {
 border: 0;
}
#head {
		/*width: 81%;
		height: 60px;
		position: absolute;
		top: 0;
		left: 200px;
		color: #fff;
		background-color: #000080;
		padding: 10px;
		z-index: 3;*/
		width:100.01%;
		height: 58px;
		position: absolute;
		top: 0;
		left: 0;
		color: #fff;
		background-color: #000080;
		padding: 10px;
		background-image: url(../assets/art-at-huber.jpg);
		background-repeat: no-repeat;
		background-position: 12px 18px;
}
#head h1 {
	/*font: normal bold 22px Arial, sans-serif;
	line-height: 26px;
	text-indent:15%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;*/
	font:  bold 20px Arial, sans-serif;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
	margin-left: 200px;
}
#head h1 span.gal2 {
   padding-left: 80px;
   color: #CCC;
   background-color:#000080;
  
}
#head h1 span {
   padding-left: 80px;
   color: #fff;
   background-color:#000080;
  
}
#head h1 a {
	text-decoration: none;
	/*color: #ccc;
	background-color: #000080;*/
}
#head h1 a:link, #head h1 a:visited {
	color: #ccc;
	background-color: #000080;
}
#head h1 a:focus, #head h1 a:hover, #head h1 a:active {
	color: #000080;
	background-color: #fff;
}
	
h1 img {
	margin: 0 5px;
	border: 1px solid #000;
}
#links {
	width: 160px;
	position: absolute;
	left: 0;
	top: 85px;
	color: #fff;
	background-color: #000080;
	margin: 0 10px 0 0;
	padding-top: 0px;
	padding-bottom: 20em;
	font-size: 12px;
	/*background-image: url(../assets/art-at-huber.jpg);
	background-repeat: no-repeat;
	background-position: 15px 18px;*/
	/*background-position: top center;*/
	/*z-index: 5;*/
}
html>body #links {  /* nur fuer moderne Browser! */
    position: fixed;
  }
#rollcontainer {
	height:100%;
	width: 100%;
	overflow: auto;
	margin-left: 10px;
}
#content {
		width: 90%;
        background-color: #fff;
        color: #000;
		margin-top: 110px;
		margin-left: 220px;
		position: static;
		 /*top: 60px;
		 left: 500px;
		 z-index: 2;*/
}
html>body #content{
	width: 80%;
}

h2 {
        font: bold 14px Arial, sans-serif;
		text-align: center;
		background-color: #fff;
        color: #000080;
}
h3 {
        font: bold 14px Arial, sans-serif;
		text-align : center;
		background-color: #fff;
        color: #000;
}

#lang {
		position: absolute;
		top: 5px;
		left: 0;
	}
	#lang ul {
				margin:  0 0 0 10px;
				padding: 0;
				list-style-type: none;
				}
					#lang li {
					padding: 0;
					margin: 0 5px;
					display: inline;
				}
					
					/* Links zu sprachen */
					
					#lang li a{
					/*;
					width: auto;
					margin: 0 8px 0 15px;
					padding: 0;
					width: 100%;
					display: inline;*/
					
					padding: 0 2px 0 0;
					text-decoration: none;
					color: #fff;
					background-color: #000080;
					}
					#lang li a:hover{
					color: #000080;
					background: #fff;
					}	
					#lang li.active {					
					/*display: block;
					width: 120px;
					margin: 0 0 2px 15px;
					padding: 0 2px 0 0;*/
					color: #000080;
					background-color: #fff;
					}
#menue {
		position: absolute;
		top: 40px;
		left: 0;
	}
	#menue ul {
				margin: 0;
				padding: 0;
				list-style-type: none;
				}
					#menue li {
					padding: 0;
					margin: 0 0 6px 12px;
					text-align: left;
					}
					
					/* links zu menupunkten */
					
					#menue li a:link, #menue li a:visited {
					/*display: block;*/
					width: 100%;
					padding: 0 2px 0 0;
					text-decoration: none;
					color: #fff;
					background-color: #000080;
					}
					#menue li a:hover {
					color: #000080;
					background: #fff;
					}	
					#menue li a:active {					
					color: #000080;
					background-color: #fff;
					}
					
/* end menue*/
/* content*/

#content img {
		float: left;
		margin: 0 0.8em 0.4em 0;
		border: 0;
}
#content a:link img {
		text-decoration: none;
}
.mini {
		float: left;
		width: 200px;
		margin: 0 0.8em 0.4em 0;
}

a.mini:link img {
		text-decoration: none;
}

#content a:link, a:visited {
		text-decoration: underline;
		color: #000;
		background-color: #fff;	
}
#content a:hover {
		text-decoration: underline;
		color: #000080;
		background-color: #fff;
}
#content a.top:link, #content a.top:visited, 
#content a.top:hover, #content a.top:active  {
	font: bold 16px Arial, sans-serif;
	text-decoration: none;
}
p {
	margin-right: 10px;
}
p.top {
	text-align: right;
	margin: 5px 5px 5px 0;
}
p.seperator {
		margin: 25px 5px 25px 0;
		border: 1px solid #ccccff;
}
p.fuss {
   font: normal 11px Arial, sans-serif;
   margin: 2px 0 0 0;
}
p.bilder {
    margin: 30px 0 5px 0;
	}
	img.bilder {
	float: left;
	border: 0;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	}

/*#content img.erstes_oben {
		float: left;
		margin: 0 0.8em 2em 0;
		border: 0;
}*/
#content div.zweibilder {
     float: left;
	 width: 205px;
	 margin: 0 10px 10px 0;
	 border:0;
}	

#content p.schriftzug {
	 text-align: center;
	 width: 92px;
	 height: 70px;
	 margin: 0 auto;
}


#footer {
	margin-top: 30px;
	text-align: center;
}
#footer p {
 margin: 14px 0 0 20px;	
}
	
/* bestellung*/
table#bestellung {
	background-color:#fff;
	color: #000;
	border: none;
	width: 700px;
}
table#bestellung td {
	padding: 5px;
	/* margin: 0px; */
	/*border: solid #000 1px;*/
	width: 90px;
}
caption {
	font: bold 14px Arial;
	text-align : center;
	background-color: #fff;
    	color: #000080;
}
.data {
	color: #000;
	text-align: center;
	background-color: #fff;
		}
.toprow {
	font-style: italic;
	text-align: center;
	background-color: #fff;
	color: #000;
}
/* end bestellung*/
/* popups */
td {
	font-size: 11px;
	text-align : center;
	}
.anmerk {
	font-family: Arial, sans-serif;
	font-size:11px;
	color: #000080;
	background-color: #fff;
	}

a.informationsbox {border-bottom:1px dotted #000080; text-decoration:none !important;}
a.informationsbox:hover {color:#000080 !important; background:white; cursor:pointer;}
a.informationsbox span { visibility:hidden; position:absolute; text-decoration:none;  }
a.informationsbox:hover span { visibility:visible; color:blue;  background:white; left:75%;}