/* //////////////// GENERAL INFO ////////////////

Site: Gall & Gall
Version: 1

//////////////// //////////////// //////////////// */


/* //////////////// STRUCTURE ELEMENTS //////////////// */

* { margin: 0; padding: 0; }

#wrapper { width:1024px; margin: 0 auto; }

#header {width:1024px;height:155px}
#headline {width:1024px;height:25px; background:url(images/menu_bar.gif) no-repeat;}
#middle_left { width:256px; height:382px; float:left; text-align:center; line-height:45px; background:url(images/menu_bkg.jpg) no-repeat; padding-top: 9px; }
#middle_left a { text-decoration: none; color: #85241C;}
#middle_left a:hover { text-decoration: none; color: #85241C; font-weight:bold;}

#middle_left .active { text-decoration: none; color: #85241C; font-weight:bold;}
#middle_main { width:492px; height:361px; float:left; padding:20px 10px 10px 10px; overflow:auto;}
#middle_main a { text-decoration: underline; color: #85241C;}
#middle_right {width:256px;height:391px;float:right; background:url(images/hotel_tekst_bg_right.jpg);}
#footer {width:1024px;height:196px}
/* //////////////// GENERAL STYLE //////////////// */

body {  font: 12px "Verdana", Arial, sans-serif; color: #85241C; background:url(images/body_bkg.gif) repeat-x; line-height:20px; }
h1 { font-size: 12px; font-weight: bold; }

/* //////////////// FORM STYLE //////////////// */

.formfield {
       /* border:solid 1px #FBE1C4; */
        border:0px;
        width: 100%;
        height: 20px;
        background: #F0E1E3;
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
        color: #555555;
}

.textarea {
       /* border:solid 1px #FBE1C4; */
        border:0px;
        width: 100%;
		margin-top: 10px;
        background: #F0E1E3;
        color: #555555;
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
        height:70px;
}

.formbutton  {
        border:solid 1px #ffffff;
        background: #973746;
        color: #ffffff;
        padding:2px;
        margin-top:10px;
}

li { margin-left:20px; }



