/* CSS Document */
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	background-color: #fff;
	background-image: url(../kuvat/rhc/RHC_valkopohja_pien.jpg);
}

#header {
	margin: 0 auto;
	width: 677px;
	height: 168px;
	clear:both;
	overflow: visible;
	position: relative;
}
#backToBors {
	position: absolute;
	width: 103px;
	height: 73px;
	z-index: 100;
	left: 720px;
	top: 20px;
}

/* TOP LEFT => MAIN IMAGE + LEFT FLAME + PAGE TITLE */
#header_left{
	position: relative;
	float: left;
	width: 183px;
	height: 48px;
	margin-top: 120px;
	background-image: url(../kuvat/rhc/header_left.gif);
	background-repeat: no-repeat;
}

#leftflame {
	height: 168px;
	position: absolute;
	top: 115px;
	left: -174px;
}

#title {
 position: absolute;
 width: 430px;
 top: 55px;
 left: 30px;
 clear: both;
 color: #e50003;
 font-size: 26px;
 font-weight: bold;
 margin: 0px;
 z-index: 400;
 line-height: 1;
}
 
#main_image {
	position: absolute;
	top: 110px;
	margin-left: 14px;
	z-index: 300;	
}


/* TOP CENTER => LOGO */
#header_center {
	float: left;
	width: 312px;
	height: 168px;
}

#logo {
	position: absolute;
	z-index: 100;	
	border: 0px solid #fff;
}


/* TOP RIGHT => MAIN MENU */
#header_right{
	position: relative;
	float: left;
	width: 182px;
	height: 48px;
	margin-top: 120px;	
	background-image: url(../kuvat/rhc/header_right.gif);
	background-repeat: no-repeat;
	overflow: visible;
}

#mainmenu {
	position: absolute;
	top: -22px;
	left: -13px;
	width: 150px;
	height: 165px;
	background-image: url(../kuvat/rhc/menubg.gif);
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-left: 0px;
	z-index: 200;
}

.menuitem {
	border: 0px solid #000;
	padding: 0px;
	margin: 0px;
	margin-left: 25px;
	
}


/* CONTENT => SIVUN REUNOJEN VENYVÄT PUNAISET RAIDAT */


#content {
	margin: 0 auto;
	min-height: 250px;
	background-image: url(../kuvat/rhc/contentbg.jpg);
	background-repeat: repeat-y;
	width: 677px;
	padding-top: 200px;
	overflow: hidden;
	z-index: 100;	
	/*border: 1px solid #f0f;*/
}


/* TEXT AREA => OTSIKKO + LEIPIS + BANNERIT */

#textarea {
	float: left;
	margin-left: 30px;
	width: 430px;
	overflow: hidden;
}
*html #textarea {
	margin-left: 15px;
}

#textarea_wide {
	float: left;
	margin-left: 30px;	
	width: 600px;
	overflow: hidden;
}
*html #textarea_wide {
	margin-left: 15px;
}

#banner1 {
	margin-top: .5em;
	float: left;
}

#banner2 {
	margin-top: .5em;
	float: right;
}

/* KUTSU KAVERI SYÖMÄÄN => FORMIN SÄÄDÖT */

#invitebuddytable {
	margin-top: .5em;
}

.invitefield {
	width: 200px;
}

.submit {
	background-color: #009835;
	color: #fff;
	font-size: 11px;
	border: 1px solid #006a25;
}

/* PALAUTE => FORMIN SÄÄDÖT */

#feedbacktable {
	margin-top: .5em;
	margin-bottom: 20px;
}

.feedbackfield {
	width: 250px;
}

/* VIINI JA RUOKALISTAT */

#foodlist {
	margin-top: 1em;
	width: 90%;
}
.food_type {
	font-size: 1.3em;
	font-weight: bold;
	color: #009835;
	border-bottom: 1px solid #009835;		
}
.food_name {
	padding-top: .5em;
	font-weight: bold;
}
.price {
	font-weight: bold;
}

.groupmenu_name {
	padding-top: 20px;
	font-size: 1.3em;
	font-weight: bold;
	color: #009835;
	border-bottom: 1px solid #009835;		
	width: 100px;
}

.groupmenu_price {
	width: 590px;
	text-align: left;
	padding-top: 20px;
	font-weight: bold;
	border-bottom: 1px solid #009835;		
}

.groupmenu_content {
	padding-top: 10px;
}

#drinklist {
	margin-top: 1em;
	width: 90%;
}

.drink_type {
	font-size: 1.3em;
	font-weight: bold;
	color: #009835;
	border-bottom: 1px solid #009835;		
}

.size {
	font-weight: bold;
	border-bottom: 1px solid #009835;		
}

.drink_name {
	padding-top: .5em;
	font-weight: bold;
}

.price {
	font-weight: bold;
}

/* OIKEA PALSTA => AJANKOHTAISTA + AUKIOLOAJAT */
#right_col {
	float: right;
	position: relative;
	margin-right: 30px;
	margin-top: -80px;
	width: 150px;
	text-align: left;
	z-index: 201;
	overflow: hidden;
}
*html #right_col {
	margin-right: 15px;
}

#ajankohtaista {
	width: 100%;
	margin-top: 0px;
}

#avoinna {
	width: 100%;
	margin-top: 20px;
}


/* YLEISET SÄÄDÖT */
p {
	padding: 0;
	margin-top: .5em;
	margin-bottom: .5em;
}

h2 {
	color: #009936;
	font-weight: bold;
	font-size: 16px;
}

.red {
	color: #e50003;
	font-weight: bold;
}

.big_bold {
	font-size: 1.3em;
	font-weight: bold;
}

.strong {
	font-weight: bold;
}

.small{
	font-size: 11px;
}

/* LINK STYLES */
a {
	color: #009936;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.redlink {
	color: #e50003;
	text-decoration: underline;
}


/* FOOTER STYLES */
#footer {
	margin: 0 auto;
	position: relative;
	background-image: url(../kuvat/rhc/footer.gif);
	background-repeat: no-repeat;
	width: 677px;
	height: 126px;
	text-align: center;
	padding-top: 50px;
}

#rightflame {
	position: absolute;
	left: 677px;
	top: -59px;
}

