
/* ALLGEMEINE FORMATIERUNGEN -------------------------------------------------------------------------*/
/* ************************************************************************************************** */

body  {
	background-color:#fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	}
	
#bannerTable  {
    position:absolute;
	top:5px;
	left:580px;
	z-index:100;
	}
	
#bannerTable img  {
    border:0;
	}


/* ÜBERSCHRIFTEN -------------------------------------------------------------------------------------*/
/* ************************************************************************************************** */

#lay-content h1  {  
	font-size:24px;
	color:#3265a5;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:normal;
	margin:0;
	padding:0 0 5px 0;
}

#lay-dyncont1 h1  {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#3265a5;
	padding:2px
	}
	
#lay-dyncont2 h1  {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#3265a5;
	padding:2px
	}	
	
#lay-content h2  {
    background:none;
	margin:0;
	padding:0;
	font-size:17px;
	font-weight:normal;
	font-family:Georgia, Times New Roman, Times, serif;
	}

#lay-dyncont1 h2, #lay-dyncont2 h2  {
	font-family:Verdana, Arial;
	font-size:11px;
	background:none;
	padding:0;
	}
 
/* ALLGEMEINE LINKS --------------------------------------------------------------------------------- */
/* ************************************************************************************************** */

a {
   color: #3078d1;
   font-weight:normal;
}
a:hover {
   color: #222;
   font-weight:normal;
   text-decoration:underline;
}

.box-content a:hover  {
   color: #3078d1;
}

a.textButton {
   color: #3078d1;
}

/* MENÜ --------------------------------------------------------------------------------------------- */
/* ************************************************************************************************** */

/* Headermenu ------------------------------------------- */
/* ------------------------------------------------------ */

#headerMenu  {
    position:absolute;
	top:147px;
	left:222px;
	z-index:99;
	margin:0;
	padding:0;
	list-style-image:url(../../pix/vx1_0194/pfeil.gif);
	font-size:11px;
	}
#headerMenu a  {
    color:#fff;
	}


#box-content-menu ul.m1  {
	margin-bottom:16px;
	border-top:1px solid #fff;
}

#box-content-menu li {
    list-style:none;
	padding:0;
	margin:0;
	background-color:#fff;
	border-bottom:1px solid #fff;
}

/* erste Menüebene ------------------------------------- */

#box-content-menu a.hmpa {
   color: #3078d1;
   font-size:12px;
   line-height:17px;
   padding-left:22px;
   background: url(http://www.aposolutions.com/generell/pix/vx1_0194/menu2.gif) no-repeat;
   }
#box-content-menu a:hover.hmpa {
   color: #3078d1;
   font-size:12px;
   line-height:17px;
   text-decoration:none;
   padding-left:22px;
   background: url(http://www.aposolutions.com/generell/pix/vx1_0194/menu2.gif) no-repeat;
}
#box-content-menu a.hmpi {
   color: #222;
   font-size:12px;
   line-height:17px;
   padding-left:22px;
   background: url(http://www.aposolutions.com/generell/pix/vx1_0194/menu.gif) no-repeat;
}
#box-content-menu a:hover.hmpi {
   color: #3078d1;
   font-size:12px;
   line-height:17px;
   text-decoration:none;
   padding-left:22px;
   background: url(http://www.aposolutions.com/generell/pix/vx1_0194/menu2.gif) no-repeat;
}

/* zweite Menüebene ------------------------------------- */

#box-content-menu a.umpa {
   color: #3078d1;
   font-size:11px;
   line-height:18px;
   padding-left:40px;
   background: url(http://www.aposolutions.com/generell/pix/vx1_0194/menu2.gif) no-repeat 23px 0;
}
#box-content-menu a:hover.umpa {
   color: #3078d1;
   font-size:11px;
   line-height:18px;
   text-decoration:none;
   padding-left:40px;
   background: url(http://www.aposolutions.com/generell/pix/vx1_0194/menu2.gif) no-repeat 23px 0;
}
#box-content-menu a.umpi {
   color: #222;
   font-size:11px; 
   line-height:18px;
   padding-left:40px;
   background: url(http://www.aposolutions.com/generell/pix/vx1_0194/menu.gif) no-repeat 23px 0;
}
#box-content-menu a:hover.umpi {
   color: #3078d1;
   font-size:11px;
   line-height:18px;
   text-decoration:none;
   padding-left:40px;
   background: url(http://www.aposolutions.com/generell/pix/vx1_0194/menu2.gif) no-repeat 23px 0;
}


/* BILDER ------------------------------------------------------------------------------------------- */
/* ************************************************************************************************** */

.pic-generell  {
    border:1px solid #ddd;
	}
	
.picTV  {
    margin-top:7px;
	margin-bottom:5px;
	}

/* LAYOUT-CONTAINER --------------------------------------------------------------------------------- */
/* ************************************************************************************************** */

#lay-bigbox {
	background-image: url(http://www.aposolutions.com/generell/pix/vx1_0194/bg_bigbox.gif);
	background-repeat:repeat-y;
	width:975px;
}

#lay-head {
	background-image: url(http://www.aposolutions.com/generell/pix/vx1_0194/bg_head.png);
	background-repeat:no-repeat;
	background-color:#fff;
	height:240px;
	width:975px;
}

#lay-dyncont1 {
	width:178px;
	padding:4px 9px 0 9px;
}

#lay-dyncont2 {
	width:329px;
	padding:0 0 0 10px;
	margin-top:-20px;
}

#lay-content {
	width:420px;
	padding:0 10px 15px 10px;
	margin-top:-20px;
}

#lay-foot {
	width:770px;
	height:30px;
	font-size:11px;
	text-align:left;
	padding-left:205px;
	background:url(http://www.aposolutions.com/generell/pix/vx1_0194/bg_foot.gif) repeat-x;
}


/* CONTENT-CONTAINER -------------------------------------------------------------------------------- */
/* ************************************************************************************************** */

.container-headline  { 
    width:100%; 
}
	
.container-content  { 
    width:100%;
}

.container-gallery  { 
    width:400px;
}

.gallery-title  {
	width:200px;
}

.block  {
	border-top:1px dotted #D5DCE2;
	}
.block_angebote  {
	border-top:1px dotted #D5DCE2;
	}
	
/* BOXEN -------------------------------------------------------------------------------------------- */
/* ************************************************************************************************** */


/* Allgemeine Formatierungen */
.box-headline  { 
	padding:0px 0 5px 0;
	background:none;
}
.box-content { 
	color:#555;
	background-image: url(http://www.aposolutions.com/generell/pix/vx1_0194/bg_box_content.jpg);
	background-repeat:repeat-y;
	padding:5px;
	border:1px dotted #aaa;
}
.box-footline { 
    background-image: url(http://www.aposolutions.com/generell/pix/vx1_0194/bg_box_footline.jpg);
	background-repeat:no-repeat;
	background-position:0 9px;
	height:15px;
}


/* Hauptmenü */

#box-headline-menu  {
    display:none;
	}

#box-content-menu  {
	margin-left:12px;
	}

/* Ratgeber */

#box-content-gtipps-xl  { 
    background-color:fbfbfb;
	padding:3px 12px 3px 12px;
}

#box-footline-gtipps-xl  { 
	height:14px;
	background:none;
}
	
#box-footline-fsg-xl  {
	height:24px;
	}
	
/* FORMULARE ---------------------------------------------------------------------------------------- */
/* ************************************************************************************************** */

fieldset  {
	margin:10px 0px 5px 0px;
	padding:8px 15px 8px 15px;
	width:388px;
	border-width:1px;
	}
		
input  {
	 width:202px;
	 }
	 	
.label  {
    width:173px; 
	}

.eingabe {
    width:210px;
	}
	
#nachricht  {
    width:382px;
	}
	
#produkt  {
    width:202px;
	}
	
#anschrift  {
    width:202px;
	}
	
/* Buttons -------------- */

.button  {
	color: #3078d1;
	font-size:12px;
	font-weight:normal;
	background-color:#fff;
	background-image: url(http://www.aposolutions.com/generell/pix/vx1_0194/next.jpg);
    background-repeat:no-repeat;
	padding-left:24px;
	border:none;
	}	
a.textButton  {
	color: #3078d1;
	font-weight:normal;
	line-height:normal;
	border:0;
	padding:0;
	}
a:hover.textButton  {
	color: #3078d1;
	font-weight:normal;
	line-height:normal;
	border:0;
	padding:0;
	}

#addBasketButton  {
    margin:7px 0px 0px 195px;
	width:170px;
	}
#bestellSendButton  {
    margin:7px 0px 0px 195px;
	}
#travelSendButton  {
    margin-left:20px;
    width:78px;
	}
	
#basketNext  {
    background-image: url(http://www.aposolutions.com/generell/pix/vx1_0194/next.jpg);
    background-repeat:no-repeat;
	padding-left:27px;
	}

/* Warenkorb ---------------- */

#basketTable  {
    width:415px;
	}

.basketTableProduct  {
    width:285px;
	background-color:#fff;
	}
	
.basketTableMenge  {
    width:auto;
	background-color:#fff;
	text-align:center;
	}

.basketTableDelButton  {
    text-align:right;
	width:50px;
	}
	
#basketButtonBox  {
    width:417px;
	margin:0;
	}

