@charset "utf-8";
/* CSS Document */

/*==============Container============*/

.container {
	background: url(../Images/Design/Unbenannt-4.jpg);
	width: 800px;
	height: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -400px;
}

.containermontage {
	background: url(../Images/Design/whitelarge.jpg);
	width: 800px;
	height: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -400px;
}

.containermontage2 {
	background: url(../Images/Design/whitelarge.jpg);
	width: 800px;
	height: 900px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -400px;
}


/*===========title===============*/

#maintitle {
	position: absolute;
	top: 0px;
	left: 0px;
}

#libre {
	position: absolute;
	top: -22px;
	left: 587px;
	width: 200px;
	color: white;

}

#libre a:link{color:white; text-decoration: none; font-family: Verdana, Geneva, sans-serif; font-size: 12px;}
#libre a:visited{color:white; text-decoration: none; font-family: Verdana, Geneva, sans-serif; font-size: 12px;}
#libre a:focus{color:white; text-decoration: none; font-family: Verdana, Geneva, sans-serif; font-size: 12px;}
#libre a:hover{color: #CC0; text-decoration: none; font-family: Verdana, Geneva, sans-serif; font-size: 12px;}
#libre a:active{color: #CC0; text-decoration: none; font-family: Verdana, Geneva, sans-serif; font-size: 12px;}


/*========Sitecontent===============*/

#print a:link{color: black; text-decoration: none; font-family: Verdana, Geneva, sans-serif; font-size: 12px;}
#print a:visited{color: black; text-decoration: none; font-family: Verdana, Geneva, sans-serif; font-size: 12px;}
#print a:focus{color: black; text-decoration: none; font-family: Verdana, Geneva, sans-serif; font-size: 12px;}
#print a:hover{color: black; text-decoration: underline; font-family: Verdana, Geneva, sans-serif; font-size: 12px;}
#print a:active{color: black; text-decoration: underline; font-family: Verdana, Geneva, sans-serif; font-size: 12px;}

#sitecontent {
	position: absolute;
	left: 75px;
	top: 95px;
	width: 401px;
	height: 365px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#sitecontentlarge {
	position: absolute;
	left: 75px;
	top: 95px;
	width: 699px;
	height: 395px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}

/*===========Tabelle==================*/

#tblpreise { background: #e1be5a; font-weight: bold; height: 20px;}

/*===========Button-Effekte===========*/

#start { 
	float: left;
	padding-right: 4px;
}
#start a {
    background: url(../Images/Design/HomeHover_btn.gif) no-repeat;
    display: block; width: 151px; /* Linkbereich begrenzen */
  }
  #start img {
    display:block; width:151px; height: 23px; border:0;
  }
  #start a:hover img {
    visibility: hidden;
  }
  #start a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
  * html #start a {
    margin-right: 0px;
  }
  * html #start a:hover {
    width: 151px; margin-right:0; /* Workaround fuer IE 5.01 */
  }
  
#falteimer { 
	float: left;
	padding-right: 4px;
}
#falteimer a {
    background: url(../Images/Design/FalteimerHover_btn.gif) no-repeat;
    display: block; width: 151px; /* Linkbereich begrenzen */
  }
  #falteimer img {
    display:block; width:151px; height: 23px; border:0;
  }
  #falteimer a:hover img {
    visibility: hidden;
  }
  #falteimer a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
  * html #falteimer a {
    margin-right: 0px;
  }
  * html #falteimer a:hover {
    width: 151px; margin-right:0; /* Workaround fuer IE 5.01 */
  }
  
 #bestell { 
	float: left;
	padding-right: 4px;
}
#bestell a {
    background: url(../Images/Design/BestellHover_btn.gif) no-repeat;
    display: block; width: 151px; /* Linkbereich begrenzen */
  }
  #bestell img {
    display:block; width:151px; height: 23px; border:0;
  }
  #bestell a:hover img {
    visibility: hidden;
  }
  #bestell a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
  * html #bestell a {
    margin-right: 0px;
  }
  * html #bestell a:hover {
    width: 151px; margin-right:0; /* Workaround fuer IE 5.01 */
  }
  
#equipment { 
	float: left;
	padding-right: 4px;
}
#equipment a {
    background: url(../Images/Design/EquipmentHover_btn.gif) no-repeat;
    display: block; width: 151px; /* Linkbereich begrenzen */
  }
  #equipment img {
    display:block; width:151px; height: 23px; border:0;
  }
  #equipment a:hover img {
    visibility: hidden;
  }
  #equipment a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
  * html #equipment a {
    margin-right: 0px;
  }
  * html #equipment a:hover {
    width: 151px; margin-right:0; /* Workaround fuer IE 5.01 */
  }
  
#sicherung { 
	float: left;
	padding-right: 4px;
}
#sicherung a {
    background: url(../Images/Design/SicherungHover_btn.gif) no-repeat;
    display: block; width: 151px; /* Linkbereich begrenzen */
  }
  #sicherung img {
    display:block; width:151px; height: 23px; border:0;
  }
  #sicherung a:hover img {
    visibility: hidden;
  }
  #sicherung a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
  * html #sicherung a {
    margin-right: 0px;
  }
  * html #sicherung a:hover {
    width: 151px; margin-right:0; /* Workaround fuer IE 5.01 */
  }
  
#montage { 
	float: left;
	padding-right: 4px;
}
#montage a {
    background: url(../Images/Design/MontageHover_btn.gif) no-repeat;
    display: block; width: 151px; /* Linkbereich begrenzen */
  }
  #montage img {
    display:block; width:151px; height: 23px; border:0;
  }
  #montage a:hover img {
    visibility: hidden;
  }
  #montage a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
  * html #montage a {
    margin-right: 0px;
  }
  * html #montage a:hover {
    width: 151px; margin-right:0; /* Workaround fuer IE 5.01 */
  }
  
#fallback { 
	float: left;
	padding-right: 4px;
}
#fallback a {
    background: url(../Images/Design/FallbackHover_btn.gif) no-repeat;
    display: block; width: 151px; /* Linkbereich begrenzen */
  }
  #fallback img {
    display:block; width:151px; height: 23px; border:0;
  }
  #fallback a:hover img {
    visibility: hidden;
  }
  #fallback a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
  * html #fallback a {
    margin-right: 0px;
  }
  * html #fallback a:hover {
    width: 151px; margin-right:0; /* Workaround fuer IE 5.01 */
  }
  
#montage { 
	float: left;
	padding-right: 4px;
}
#folding a {
    background: url(../Images/Design/FoldingHover_btn.gif) no-repeat;
    display: block; width: 151px; /* Linkbereich begrenzen */
  }
  #folding img {
    display:block; width:151px; height: 23px; border:0;
  }
  #folding a:hover img {
    visibility: hidden;
  }
  #folding a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
  * html #folding a {
    margin-right: 0px;
  }
  * html #folding a:hover {
    width: 151px; margin-right:0; /* Workaround fuer IE 5.01 */
  }
  
#instruc { 
	float: left;
	padding-right: 4px;
}
#instruc a {
    background: url(../Images/Design/InstructionsHover_btn.gif) no-repeat;
    display: block; width: 151px; /* Linkbereich begrenzen */
  }
  #instruc img {
    display:block; width:151px; height: 23px; border:0;
  }
  #instruc a:hover img {
    visibility: hidden;
  }
  #instruc a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
  * html #instruc a {
    margin-right: 0px;
  }
  * html #instruc a:hover {
    width: 151px; margin-right:0; /* Workaround fuer IE 5.01 */
  }
  
#order { 
	float: left;
	padding-right: 4px;
}
#order a {
    background: url(../Images/Design/OrderHover_btn.gif) no-repeat;
    display: block; width: 151px; /* Linkbereich begrenzen */
  }
  #order img {
    display:block; width:151px; height: 23px; border:0;
  }
  #order a:hover img {
    visibility: hidden;
  }
  #order a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
  * html #order a {
    margin-right: 0px;
  }
  * html #order a:hover {
    width: 151px; margin-right:0; /* Workaround fuer IE 5.01 */
  }
  
/*=============sprache=================*/

#language {
	position: absolute;
	top: -22px;
	left: 0px;
}

