/* CSS Document */
body{padding:0px; margin:0px; background:#fff; color:#616161; font:10px/14px Tahoma, sans-serif;}
div, p, ul, h2, h3, h4, img{
	padding:0px;
	margin:0px;
	left: 0px;
	font-size: 12px;
	color: #000000;
	line-height: normal;
}
ul{list-style-type:none;}

.clear {clear: both; margin: 0px; height:0}

p a{font:10px/14px Tahoma, sans-serif; color:#d50100; text-decoration:none;}
p a:hover{ color:#000; text-decoration:none;}

.headline{font:10px/14px Tahoma, Geneva, sans-serif; color:#8fbc34; font-weight:bold}

#container{width:850px; height:770px; position:center; margin:0 auto; background:url(../images/b_main.jpg) 0 0 no-repeat; padding-top:43px}

#incontainer{width:850px; position:relative; margin:0 auto; background:#fff; }


/* HEADER */

#header{width:850px; height:339px; background: url(../images/b_header.jpg) 0 0 no-repeat; position:relative;}

#header ul.menu{position:absolute; top:16px; left:19px; width:850px; border-color:#40435c}
#header ul.menu li{height:16px; margin-right:8px; float:left}
#header ul.menu li a{height:16px; display:block; color: #FFF; text-decoration: none; font-size: 11px; line-height: 16px; }
#header ul.menu li a:hover{height:16px; color: #e2be6b;}

/*#header ul.menu li.btn_1 a{width:74px; background:url(../images/btn_1.gif) 0 0 no-repeat; }
#header ul.menu li.btn_1 a:hover{width:74px; background:url(../images/btn_1_over.gif) 0 0 no-repeat;}

#header ul.menu li.btn_2 a{width:55px; background:url(../images/btn_2.gif) 0 0 no-repeat; }
#header ul.menu li.btn_2 a:hover{width:55px; background:url(../images/btn_2_over.gif) 0 0 no-repeat;}

#header ul.menu li.btn_3 a{width:74px; background:url(../images/btn_3.gif) 0 0 no-repeat; }
#header ul.menu li.btn_3 a:hover{width:74px; background:url(../images/btn_3_over.gif) 0 0 no-repeat;}

#header ul.menu li.btn_4 a{width:64px; background:url(../images/btn_4.gif) 0 0 no-repeat; }
#header ul.menu li.btn_4 a:hover{width:64px; background:url(../images/btn_4_over.gif) 0 0 no-repeat;}

#header ul.menu li.btn_5 a{width:64px; background:url(../images/btn_5.gif) 0 0 no-repeat; }
#header ul.menu li.btn_5 a:hover{width:64px; background:url(../images/btn_5_over.gif) 0 0 no-repeat;}

#header ul.menu li.btn_6 a{width:40px; background:url(../images/btn_6.gif) 0 0 no-repeat; }
#header ul.menu li.btn_6 a:hover{width:40px; background:url(../images/btn_6_over.gif) 0 0 no-repeat;}

#header ul.menu li.btn_7 a{width:63px; background:url(../images/btn_7.gif) 0 0 no-repeat; }
#header ul.menu li.btn_7 a:hover{width:63px; background:url(../images/btn_7_over.gif) 0 0 no-repeat;}

#header ul.menu li.btn_8 a{width:140px; background:url(../images/btn_8.gif) 0 0 no-repeat; }
#header ul.menu li.btn_8 a:hover{width:140px; background:url(../images/btn_8_over.gif) 0 0 no-repeat;}

#header ul.menu li.btn_9 a{width:99px; background:url(../images/btn_9.gif) 0 0 no-repeat; }
#header ul.menu li.btn_9 a:hover{width:99px; background:url(../images/btn_9_over.gif) 0 0 no-repeat;}

#header ul.menu li.btn_10 a{width:113px; background:url(../images/btn_10.gif) 0 0 no-repeat; }
#header ul.menu li.btn_10 a:hover{width:113px; background:url(../images/btn_10_over.gif) 0 0 no-repeat;}

#header ul.menu li.btn_11 a{width:82px; background:url(../images/btn_11.gif) 0 0 no-repeat; }
#header ul.menu li.btn_11 a:hover{width:82px; background:url(../images/btn_11_over.gif) 0 0 no-repeat;}*/



#header ul.menu li.line{width:14px; background:url(../images/bullet_m.gif) 0 0 no-repeat}

#header img#logo{position:absolute; top:97px; left:323px}

/* Dropdown Button */
.dropbtn {
    background-color: none;
    color: none;
    padding: 0px;
    font-size: 20px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white; 
	font-size: 11px;
	min-width: 160px;
	margin-top:16px;
    box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.5);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 4px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #A6BEE6}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: none;
}

/* content */

#content{width:850px; position:relative}

#leftPan{
	width:250px;
	float:left;
	margin:0px 26px 0 55px;
	display:inline
}
#rightPan{
	width:400px;
	float:none;
	margin:17px 0px 30px 30px;
}

#welcome h2{height:45px; position:relative; background:url(../images/h_welcome.gif) 0 0 no-repeat; margin-bottom:5px}
#welcome p{margin-left:8px; margin-bottom:15px}
#welcome ul{width:180px; margin-left:10px}
#welcome ul li{font:10px/14px Tahoma, sans-serif; background:url(../images/arrow.gif) 0 3px no-repeat; padding-left:13px; height:20px;}
#welcome ul li a{color:#d50100; text-decoration:none;}
#welcome ul li a:hover{color:#000; text-decoration:underline;}

#special h2{height:64px; position:relative; background:url(../images/h_pizza.gif) 0 0 no-repeat; margin-bottom:5px}
.specialItem{width:340px; margin:0 0 16px 5px}
.specialItem img{float:left; margin-right:14px}
.specialItem p{float:left; width:250px}

.clear#end{height:20px}




/* footer */


#footer{height:59px; clear:both; width:850px; border-top: #cccccc 1px solid}
#footer p{padding: 15px 0 0 0; font:10px/16px Tahoma, sans-serif; font-weight:normal; text-align:center; color:#000;}
#footer p a{font:10px/16px Tahoma, sans-serif; font-weight:normal; color:#000; text-decoration:none; padding: 0 3px }
#footer p a:hover{text-decoration:underline; color:#000}
